feat: Do set the station correctly

This commit is contained in:
Dendy 2026-03-04 22:18:07 +01:00
parent 9ff32ea0df
commit 15c3b0ac8a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ func _ready() -> void:
var new_chunk = null
if Vector2i(x,y) == station:
new_chunk = station_scn.instantiate()
if Vector2i(x,y) == spawn:
elif Vector2i(x,y) == spawn:
new_chunk = spawn_scn.instantiate()
else:
new_chunk = chunk_scn.instantiate()