mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 06:22:22 +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:
@@ -16,7 +16,6 @@ enum PHASES {PHASE_ONE, PHASE_TWO, PHASE_THREE}
|
||||
export(PHASES) var _phase = PHASES.PHASE_ONE
|
||||
|
||||
export(String, FILE, "*.tscn,*.scn") var lose_screen = ""
|
||||
export(String, FILE, "*.tscn,*.scn") var win_screen = ""
|
||||
|
||||
func _ready():
|
||||
print("Hey.")
|
||||
|
||||
Reference in New Issue
Block a user