Remove debug start_game

This commit is contained in:
Alice Gaudon 2020-08-19 12:11:14 +02:00
parent 2b83f715f1
commit 4f2068729a
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ var spawn_pos = Vector2()
var exit_points = []
func _ready():
start_game()
$Opening1.play('default')
yield($Opening1, 'animation_finished')
$Opening1.queue_free()