stop foreground on init

This commit is contained in:
Arnaud Vergnet 2021-04-12 10:52:18 +02:00
parent 91500ed2e8
commit 18a459f2c6

View file

@ -5,6 +5,9 @@ onready var texture : TextureRect = $TextureRect
var force_stop = false
var moving = false
func _ready():
stop()
func stop():
moving = false
force_stop = true