mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 14:02:23 +02:00
Final Hours Push I
- Fixed bug with the win screen - Added new colors and font for the player Co-Authored-By: deranonymos <deranonymos@users.noreply.github.com> Co-Authored-By: Lukas Goppold <streamfire@users.noreply.github.com>
This commit is contained in:
@@ -3,8 +3,11 @@ extends Node2D
|
||||
export(String, FILE, "*.tscn,*.scn") var restart_scene = ""
|
||||
export(String, FILE, "*.tscn,*.scn") var title_screen = ""
|
||||
|
||||
|
||||
func _on_Restart_pressed():
|
||||
get_tree().change_scene(restart_scene)
|
||||
SoundControler.pub_stop_effects()
|
||||
|
||||
func _on_TitleScreen_pressed():
|
||||
get_tree().change_scene(title_screen)
|
||||
SoundControler.pub_stop_effects()
|
||||
|
||||
Reference in New Issue
Block a user