Wire up sfx, Sega Master System palette for win/end screen, add start screen

This commit is contained in:
Jennie Robinson Faber 2026-05-17 23:41:16 +01:00
parent 2f1437050a
commit 710ae4268f
13 changed files with 161 additions and 40 deletions

View file

@ -119,6 +119,7 @@ func _update_intro_progress(progress: float) -> void:
func _light_button(index: int) -> void:
var sprite: Sprite3D = _buttons[index].get_node("ButtonSprite")
sprite.frame = index + 10
$SfxFloorSelect.play()
func _set_all_lit(lit: bool) -> void:
for i in range(_buttons.size()):