forked from team-sg/hero-mark-2
made some changes :)
This commit is contained in:
parent
4cc10fae6e
commit
bc5f2606a0
12 changed files with 92 additions and 49 deletions
|
@ -52,7 +52,7 @@ func _physics_process(delta):
|
|||
Debug.print(get_viewport().get_mouse_position())
|
||||
#Debug 1
|
||||
if Input.is_action_just_pressed(\"debug_1\"):
|
||||
Game.save()
|
||||
Game.change_map(load(\"res://maps/level_select.tscn\"))
|
||||
#Debug 2
|
||||
if Input.is_action_just_pressed(\"debug_2\"):
|
||||
var save = ConfigFile.new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue