Add HUD scene with elevator hack timing minigame

- elevator panel w/ a screen and close button
- screen.gd timing minigame: sweep line bounces across a shrinking target zone
- hud wiring to move down floors on successful hacks, countdown/win states, and speed up AI on misses
This commit is contained in:
Jennie Robinson Faber 2026-05-08 21:38:53 +01:00
parent d0c9fe4fc0
commit 164d0f76be
6 changed files with 245 additions and 0 deletions

View file

@ -11,6 +11,7 @@ config_version=5
[application]
config/name="tojam20-elevator"
run/main_scene="uid://d4j36ro8y55ep"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"