stop foreground on init
This commit is contained in:
parent
91500ed2e8
commit
18a459f2c6
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ onready var texture : TextureRect = $TextureRect
|
||||||
var force_stop = false
|
var force_stop = false
|
||||||
var moving = false
|
var moving = false
|
||||||
|
|
||||||
|
func _ready():
|
||||||
|
stop()
|
||||||
|
|
||||||
func stop():
|
func stop():
|
||||||
moving = false
|
moving = false
|
||||||
force_stop = true
|
force_stop = true
|
||||||
|
|
Loading…
Reference in a new issue