tojam20-elevator/project.godot
Jennie Robinson Faber 164d0f76be 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
2026-05-08 21:38:53 +01:00

24 lines
528 B
Text

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
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"
[physics]
3d/physics_engine="Jolt Physics"
[rendering]
rendering_device/driver.windows="d3d12"