doodle/pkg/uix
Noah cb02feff1d Add Switches, Fire/Water Collision and Play Menu
* New doodads: Switches.
  * They come in four varieties: wall switch (background element, with
    "ON/OFF" text) and three side-profile switches for the floor, left
    or right walls.
  * On collision with the player, they flip their state from "OFF" to
    "ON" or vice versa. If the player walks away and then collides
    again, the switch flips again.
  * Can be used to open/close Electric Doors when turned on/off. Their
    default state is "off"
  * If a switch receives a power signal from another linked switch, it
    sets its own state to match. So, two "on/off" switches that are
    connected to a door AND to each other will both flip on/off when one
    of them flips.
* Update the Level Collision logic to support Decoration, Fire and Water
  pixel collisions.
  * Previously, ALL pixels in the level were acting as though solid.
  * Non-solid pixels don't count for collision detection, but their
    attributes (fire and water) are collected and returned.
* Updated the MenuScene to support loading a map file in Play Mode
  instead of Edit Mode. Updated the title screen menu to add a button
  for playing levels instead of editing them.
* Wrote some documentation.
2019-07-06 18:30:03 -07:00
..
actor.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
actor_animation.go Mobile Enemy Doodad Test 2019-05-06 16:30:45 -07:00
actor_collision.go Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
actor_events.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
canvas.go Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00
canvas_actors.go Load Doodads from System Path as well as User Path 2019-05-06 13:35:08 -07:00
canvas_editable.go Centralized Tick Counter, Fix Actor Dragging Bug 2019-07-05 16:04:36 -07:00
canvas_link_tool.go Editor Mode: Line Tool and Rectangle Tool 2019-07-03 17:19:25 -07:00
canvas_present.go Drawing Strokes and Undo/Redo Functionality 2019-07-03 16:25:23 -07:00
canvas_scrolling.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
canvas_strokes.go Centralized Tick Counter, Fix Actor Dragging Bug 2019-07-05 16:04:36 -07:00
canvas_wallpaper.go Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00