mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-04-28 07:45:34 +00:00
Fix Desert map not loading
This commit is contained in:
parent
8704b72a06
commit
e1a3a3e9fd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ FLAG = ExtResource("3_h0rie")
|
|||
[node name="Map" type="Node" parent="."]
|
||||
|
||||
[node name="MapSpawner" type="MultiplayerSpawner" parent="."]
|
||||
_spawnable_scenes = PackedStringArray("res://maps/genesis/genesis.tscn")
|
||||
_spawnable_scenes = PackedStringArray("res://maps/genesis/genesis.tscn", "res://maps/desert/desert.tscn")
|
||||
spawn_path = NodePath("../Map")
|
||||
spawn_limit = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue