tank-blaster/Levels/win-01.gd

9 lines
181 B
GDScript3
Raw Normal View History

2022-03-25 22:25:00 -06:00
extends Control
2022-04-22 13:34:43 -06:00
func _ready():
Global._resetvars()
2022-03-25 22:25:00 -06:00
func _physics_process(delta):
if Input.is_action_pressed("ui_accept"):
get_tree().change_scene("res://Levels/Level02.tscn")