Updated tutorial spawn
This commit is contained in:
parent
b58dbd9a62
commit
70f8b019f8
2 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ offset_left = 4.0
|
||||||
offset_top = 622.0
|
offset_top = 622.0
|
||||||
offset_right = 94.0
|
offset_right = 94.0
|
||||||
offset_bottom = 648.0
|
offset_bottom = 648.0
|
||||||
text = "Version: 20230526"
|
text = "Version: 20230528"
|
||||||
|
|
||||||
[node name="OurTimeIsNowSolo" type="Sprite2D" parent="."]
|
[node name="OurTimeIsNowSolo" type="Sprite2D" parent="."]
|
||||||
position = Vector2(123, 104)
|
position = Vector2(123, 104)
|
||||||
|
|
|
@ -155,9 +155,9 @@ func spawn_locations():
|
||||||
spawnCoords_x.resize(1)
|
spawnCoords_x.resize(1)
|
||||||
spawnCoords_y.resize(1)
|
spawnCoords_y.resize(1)
|
||||||
spawnCoords_z.resize(1)
|
spawnCoords_z.resize(1)
|
||||||
spawnCoords_x[0] = -17.65
|
spawnCoords_x[0] = -4.15
|
||||||
spawnCoords_y[0] = 2.85
|
spawnCoords_y[0] = 1.84
|
||||||
spawnCoords_z[0] = 11.41
|
spawnCoords_z[0] = 24.36
|
||||||
elif mapName == "Islands":
|
elif mapName == "Islands":
|
||||||
spawnCoords_x.resize(4)
|
spawnCoords_x.resize(4)
|
||||||
spawnCoords_y.resize(4)
|
spawnCoords_y.resize(4)
|
||||||
|
|
Loading…
Reference in a new issue