mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 22:45:55 +00:00
Mapping fixes and new tanks
This commit is contained in:
parent
808f3cec9c
commit
3df9e2dd85
46 changed files with 1701 additions and 1281 deletions
19
Resources/Maps/3D/Tutorial_3D.tres
Normal file
19
Resources/Maps/3D/Tutorial_3D.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="MapResource" load_steps=4 format=3 uid="uid://b32mqmglcdo64"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://mja0rk7n2kln" path="res://Scripts/Resources/MapStartDataResource.cs" id="1_ilxsg"]
|
||||
[ext_resource type="Script" uid="uid://quy4d4tgvqfy" path="res://Scripts/Resources/MapResource.cs" id="2_kgbmv"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_kgbmv"]
|
||||
script = ExtResource("1_ilxsg")
|
||||
StartingEquipment = null
|
||||
RemoveEquipment = null
|
||||
metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_kgbmv")
|
||||
MapName = &"Tutorial"
|
||||
MapDescription = null
|
||||
ScenePath = &"uid://dorx2l3svs58g"
|
||||
WeaponsAllowed = true
|
||||
StartData = SubResource("Resource_kgbmv")
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
Loading…
Add table
Add a link
Reference in a new issue