Add virtua hand lighting up floor buttons!
- hand sweeps down the button panel at game start - button panel now spawns its floor buttons procedurally via button_panel.gd - elevator_panel waits for the new intro_finished signal before starting floor 1 - removes the stray ShaftStrip from hud.tscn - cleaned up timing but henry will probably want to tune further
This commit is contained in:
parent
046ae6f8a0
commit
fae69c4816
13 changed files with 201 additions and 82 deletions
|
|
@ -26,5 +26,6 @@ signal robot_floor_started(delay: float, robot_speed: float)
|
|||
signal robot_close_warning
|
||||
signal survivor_squeaked_in
|
||||
signal block_pressed
|
||||
signal intro_finished
|
||||
|
||||
@warning_ignore_restore("unused_signal")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue