mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 02:05:55 +00:00
Level Teleporters
This commit is contained in:
parent
5e357e1a96
commit
7a8bb4311b
26 changed files with 581 additions and 410 deletions
|
|
@ -5,9 +5,12 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_p6a7h")
|
||||
MapId = &"Factory2"
|
||||
MapName = &"iso Test"
|
||||
MapDescription = null
|
||||
ScenePath = &"uid://ec4m3geediis"
|
||||
NextMap = &"Factory3"
|
||||
WeaponsAllowed = true
|
||||
StartData = ExtResource("1_ns0cf")
|
||||
MapType = 1
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,12 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_7gq3v")
|
||||
MapId = &"Factory3"
|
||||
MapName = &"iso Test 3"
|
||||
MapDescription = null
|
||||
ScenePath = &"D:/Maddo/cirnogodot/IsoTest/IsoMapTest3.tscn"
|
||||
NextMap = &"Factory2"
|
||||
WeaponsAllowed = true
|
||||
StartData = ExtResource("1_5tghs")
|
||||
MapType = 1
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
|
|
|
|||
11
Resources/Maps/3D/MapsDatabase_3D.tres
Normal file
11
Resources/Maps/3D/MapsDatabase_3D.tres
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="MapsDatabase" load_steps=5 format=3 uid="uid://de87ukaq3jbi4"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://denacldr388km" path="res://Scripts/Resources/MapsDatabase.cs" id="1_fisvv"]
|
||||
[ext_resource type="Resource" uid="uid://bq2o78engsuyt" path="res://Resources/Maps/3D/IsoMapTest2.tres" id="1_k7j74"]
|
||||
[ext_resource type="Resource" uid="uid://bxju78og0t8ca" path="res://Resources/Maps/3D/IsoMapTest3.tres" id="2_eecr0"]
|
||||
[ext_resource type="Resource" uid="uid://b32mqmglcdo64" path="res://Resources/Maps/3D/Tutorial_3D.tres" id="3_3qbig"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_fisvv")
|
||||
Maps = Array[Object]([ExtResource("3_3qbig"), ExtResource("1_k7j74"), ExtResource("2_eecr0")])
|
||||
metadata/_custom_type_script = "uid://denacldr388km"
|
||||
|
|
@ -11,9 +11,12 @@ metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_kgbmv")
|
||||
MapId = &"Tutorial"
|
||||
MapName = &"Tutorial"
|
||||
MapDescription = null
|
||||
ScenePath = &"uid://dorx2l3svs58g"
|
||||
NextMap = &"Factory3"
|
||||
WeaponsAllowed = true
|
||||
StartData = SubResource("Resource_kgbmv")
|
||||
MapType = 1
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
|||
[resource]
|
||||
script = ExtResource("1_x864d")
|
||||
LevelId = -1
|
||||
MapId = null
|
||||
MapName = &"Briefing"
|
||||
MapDescription = null
|
||||
ScenePath = &"uid://dcn2o6hllas78"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Resource" script_class="MapsDatabase" load_steps=10 format=3 uid="uid://blf2ii0j3fqil"]
|
||||
[gd_resource type="Resource" script_class="MapsDatabase" load_steps=13 format=3 uid="uid://blf2ii0j3fqil"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dsvcyd0f5br85" path="res://Resources/Maps/Briefing_1.tres" id="1_axa7o"]
|
||||
[ext_resource type="Resource" uid="uid://b4u3cs6ietmow" path="res://Resources/Maps/Tutorial.tres" id="1_jm16h"]
|
||||
|
|
@ -9,8 +9,11 @@
|
|||
[ext_resource type="Resource" uid="uid://mx860r8t37g1" path="res://Resources/Maps/Level2.tres" id="4_axa7o"]
|
||||
[ext_resource type="Resource" uid="uid://b0xtpdb4by8mm" path="res://Resources/Maps/Level3.tres" id="5_8yujj"]
|
||||
[ext_resource type="Resource" uid="uid://b6per1p85bqpn" path="res://Resources/Maps/Level4.tres" id="6_2lffu"]
|
||||
[ext_resource type="Resource" uid="uid://bq2o78engsuyt" path="res://Resources/Maps/3D/IsoMapTest2.tres" id="9_8jebd"]
|
||||
[ext_resource type="Resource" uid="uid://bxju78og0t8ca" path="res://Resources/Maps/3D/IsoMapTest3.tres" id="10_2s8ya"]
|
||||
[ext_resource type="Resource" uid="uid://b32mqmglcdo64" path="res://Resources/Maps/3D/Tutorial_3D.tres" id="11_ejvbj"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_p3u82")
|
||||
Maps = Array[Object]([ExtResource("1_axa7o"), ExtResource("1_jm16h"), ExtResource("2_2lffu"), ExtResource("4_8yujj"), ExtResource("3_b8vvn"), ExtResource("4_axa7o"), ExtResource("5_8yujj"), ExtResource("6_2lffu")])
|
||||
Maps = Array[Object]([ExtResource("1_axa7o"), ExtResource("1_jm16h"), ExtResource("2_2lffu"), ExtResource("4_8yujj"), ExtResource("3_b8vvn"), ExtResource("4_axa7o"), ExtResource("5_8yujj"), ExtResource("6_2lffu"), ExtResource("9_8jebd"), ExtResource("10_2s8ya"), ExtResource("11_ejvbj")])
|
||||
metadata/_custom_type_script = "uid://denacldr388km"
|
||||
|
|
|
|||
|
|
@ -5,14 +5,13 @@
|
|||
|
||||
[sub_resource type="Resource" id="Resource_dpitu"]
|
||||
script = ExtResource("1_3bwtp")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_5stb7")
|
||||
LevelId = 0
|
||||
MapId = null
|
||||
MapName = &"Tutorial"
|
||||
MapDescription = &"A VR simulation for training"
|
||||
ScenePath = &"uid://bpnahwxmjgb6t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue