doodle/pkg/uix
Noah 0c6c77a423 Lemon-shaped Ellipse Tool (WIP)
* Add initial Ellipse Tool to the Editor Mode. Currently there's
  something wrong with the algorithm and the ellipses have a sort of
  'lemon shape' to them.
* Refactor the IterLine/IterLine2 functions to be more consistent.
  IterLine used to be the raw algorithm that took a bunch of coordinate
  numbers and IterLine2 took two render.Point's and was the main one
  used throughout the app. Now, IterLine takes the two Points and the
  raw algorithm function removed.
2019-07-14 14:18:44 -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 Lemon-shaped Ellipse Tool (WIP) 2019-07-14 14:18:44 -07:00
actor_events.go Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
canvas.go Eraser Tool, Brush Sizes 2019-07-11 19:07:46 -07:00
canvas_actors.go Doodad CLI Tool Features; Write Lock and Hidden 2019-07-06 23:28:11 -07:00
canvas_cursor.go Eraser Tool, Brush Sizes 2019-07-11 19:07:46 -07:00
canvas_editable.go Lemon-shaped Ellipse Tool (WIP) 2019-07-14 14:18:44 -07:00
canvas_link_tool.go Editor Mode: Line Tool and Rectangle Tool 2019-07-03 17:19:25 -07:00
canvas_present.go Eraser Tool, Brush Sizes 2019-07-11 19:07:46 -07:00
canvas_scrolling.go Add MenuScene with New Level UI 2019-06-25 15:01:37 -07:00
canvas_strokes.go Eraser Tool, Brush Sizes 2019-07-11 19:07:46 -07:00
canvas_wallpaper.go Add Switches, Fire/Water Collision and Play Menu 2019-07-06 18:30:03 -07:00