Wire up sfx, Sega Master System palette for win/end screen, add start screen
This commit is contained in:
parent
2f1437050a
commit
710ae4268f
13 changed files with 161 additions and 40 deletions
|
|
@ -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()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue