forked from team-sg/hero-mark-2
set to process mode (fixes #65)
This commit is contained in:
parent
c88bc930ff
commit
38b04a3bbb
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ var can_pause = true
|
||||||
func _ready():
|
func _ready():
|
||||||
Save.load_file(current_file)
|
Save.load_file(current_file)
|
||||||
Save.load_options()
|
Save.load_options()
|
||||||
|
pause_mode = Node.PAUSE_MODE_PROCESS
|
||||||
|
|
||||||
#Instances a node
|
#Instances a node
|
||||||
func instance_node(node:PackedScene,x:float,y:float,parent):
|
func instance_node(node:PackedScene,x:float,y:float,parent):
|
||||||
var Instance = node.instance()
|
var Instance = node.instance()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue