mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-15 16:34:48 +00:00
✨ backup old work
This commit is contained in:
parent
e268697974
commit
8be7043b83
84 changed files with 1632 additions and 186 deletions
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c4h2mdvdwndxl"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c4h2mdvdwndxl"]
|
||||
|
||||
[ext_resource type="Script" path="res://systems/maps_manager.gd" id="1_a1ovw"]
|
||||
[ext_resource type="PackedScene" uid="uid://btlkog4b87p4x" path="res://maps/desert/desert.tscn" id="2_v1r16"]
|
||||
[ext_resource type="PackedScene" uid="uid://rqirbdfmt2g6" path="res://maps/blaze/blaze.tscn" id="3_qd02q"]
|
||||
|
||||
[node name="MapsManager" type="Node"]
|
||||
script = ExtResource("1_a1ovw")
|
||||
maps = Array[PackedScene]([ExtResource("2_v1r16")])
|
||||
maps = Array[PackedScene]([ExtResource("2_v1r16"), ExtResource("3_qd02q")])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue