mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
Turn System Working, Upgrade UI missing
This commit is contained in:
8
src/Menus/SelectUpgradeUI/SelectUpgradeUI.gd
Normal file
8
src/Menus/SelectUpgradeUI/SelectUpgradeUI.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Control
|
||||
|
||||
|
||||
|
||||
func _on_Button_pressed():
|
||||
Engine.time_scale=1
|
||||
self.hide()
|
||||
pass # Replace with function body.
|
||||
Reference in New Issue
Block a user