doodle/pkg/drawtool
Noah 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
..
history.go Drawing Strokes and Undo/Redo Functionality 2019-07-03 16:25:23 -07:00
history_test.go Drawing Strokes and Undo/Redo Functionality 2019-07-03 16:25:23 -07:00
shapes.go Drawing Strokes and Undo/Redo Functionality 2019-07-03 16:25:23 -07:00
stroke.go Centralized Tick Counter, Fix Actor Dragging Bug 2019-07-05 16:04:36 -07:00
tools.go Editor Mode: Line Tool and Rectangle Tool 2019-07-03 17:19:25 -07:00