doodle/pkg/uix
Noah 7d15651ff6 "Look At Me" for Doodad Scripts
* New script API method: Self.CameraFollowMe() to draw camera focus toward
  your doodad (it sets the Canvas.FollowActor target.)
* The camera will go back to following the player on any action inputs
  (arrow keys, jump, use, etc.); if the player is constantly on the move
  the camera stays on him even if another actor is trying to take the focus.
* The first few ticks of Play Mode the player character is always followed,
  to allow for Anvils to settle into place without taking the focus.
* Canvas FollowActor: if the actor is 4 times the max scroll speed away,
  allow scrolling in greater leaps of 4 times the max scroll speed.

New and Changed Doodads

* Anvils will take the camera focus while they are falling.
* New doodad: "Look At Me" - a 'camera region' technical doodad. Link it to
  any power source such as a Button - when this doodad receives power it will
  take the camera focus for a few frames. Use it to highlight a door that
  opened far off screen by linking the Button to both an Electric Door and
  a "Look At Me" near the door.
2022-09-24 23:54:51 -07:00
..
magic-form Rename Go module 2022-09-24 15:17:25 -07:00
actor.go "Look At Me" for Doodad Scripts 2022-09-24 23:54:51 -07:00
actor_animation.go Rename Go module 2022-09-24 15:17:25 -07:00
actor_collision.go Rename Go module 2022-09-24 15:17:25 -07:00
actor_events.go Doodads: Use Key and Working Warp Doors 2021-01-03 15:19:21 -08:00
canvas.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_actors.go JavaScript Exception Catcher UI 2022-09-24 21:58:01 -07:00
canvas_cursor.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_editable.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_link_tool.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_memory.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_present.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_scrolling.go "Look At Me" for Doodad Scripts 2022-09-24 23:54:51 -07:00
canvas_strokes.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_wallpaper.go Rename Go module 2022-09-24 15:17:25 -07:00
canvas_zoom.go Rename Go module 2022-09-24 15:17:25 -07:00
crosshair.go Rename Go module 2022-09-24 15:17:25 -07:00
scripting.go "Look At Me" for Doodad Scripts 2022-09-24 23:54:51 -07:00