mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 10:03:47 +00:00
Map Level resources system
This commit is contained in:
parent
1a714dd54d
commit
6e997bd01b
21 changed files with 199 additions and 26 deletions
13
Resources/Maps/Level2.tres
Normal file
13
Resources/Maps/Level2.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MapResource" load_steps=3 format=3 uid="uid://mx860r8t37g1"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cn8tu4jct04rp" path="res://Resources/StartData/Pistol_Start.tres" id="1_k5exw"]
|
||||
[ext_resource type="Script" uid="uid://quy4d4tgvqfy" path="res://Scripts/Resources/MapResource.cs" id="1_os6hh"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_os6hh")
|
||||
MapName = &"Biology Lab"
|
||||
MapDescription = &"Bioresearch goes here"
|
||||
ScenePath = &"uid://6a6tjohypmmb"
|
||||
WeaponsAllowed = true
|
||||
StartData = ExtResource("1_k5exw")
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
Loading…
Add table
Add a link
Reference in a new issue