mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
Fix error.
This commit is contained in:
parent
0d31d31204
commit
2adb7fa8c0
@ -83,7 +83,7 @@ func spawn():
|
|||||||
spawned = true
|
spawned = true
|
||||||
|
|
||||||
if get_tree().network_peer == null:
|
if get_tree().network_peer == null:
|
||||||
player = Entities.spawn_player(1, Vector3(10, 20, 10), "Player", "1", 1)
|
# player = Entities.spawn_player(1, Vector3(10, 20, 10), "Player", "1", 1)
|
||||||
call_deferred("set_terrarin_player")
|
call_deferred("set_terrarin_player")
|
||||||
#
|
#
|
||||||
# Entities.spawn_mob(1, 50, Vector3(20, 6, 20))
|
# Entities.spawn_mob(1, 50, Vector3(20, 6, 20))
|
||||||
|
Loading…
Reference in New Issue
Block a user