doodle/lib
Noah Petherbridge a504658055 Centralized Tick Counter, Fix Actor Dragging Bug
* The game's tick counter was moved from Doodle.ticks to shmem.Tick
  where it is more easily available from every corner of the code.
* Fix a bug in the Level Editor where dragging an already-existing actor
  from one part of your map to another, would cause it to lose all its
  data (especially its UUID), breaking links to other doodads. Now the
  existing Actor catches a ride on the drag object to be reinserted
  later.
* Animate the Link Line visualizers between actors. They now animate a
  blinking color between magenta and grey-ish.
2019-07-05 16:04:36 -07:00
..
debugging Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
draw Code Layout Refactor 2019-04-09 17:35:44 -07:00
events Drawing Strokes and Undo/Redo Functionality 2019-07-03 16:25:23 -07:00
render Centralized Tick Counter, Fix Actor Dragging Bug 2019-07-05 16:04:36 -07:00
ui Add Tool Bar to Editor Mode 2019-07-03 20:24:04 -07:00