mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
Water cooler model
This commit is contained in:
parent
76cd6f20db
commit
c72d96dc0a
15 changed files with 545 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ script = ExtResource("2_ap3e7")
|
|||
MapId = &"Factory4"
|
||||
MapName = null
|
||||
MapDescription = null
|
||||
ScenePath = &"D:/Maddo/cirnogodot/IsoTest/Factory4.tscn"
|
||||
ScenePath = &"res://IsoTest/Factory4.tscn"
|
||||
NextMap = &"Factory5"
|
||||
WeaponsAllowed = true
|
||||
StartData = ExtResource("1_kee3v")
|
||||
|
|
|
|||
16
Resources/Maps/3D/Factory5_Map.tres
Normal file
16
Resources/Maps/3D/Factory5_Map.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="MapResource" load_steps=3 format=3 uid="uid://bst0c7v54h87n"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cn8tu4jct04rp" path="res://Resources/StartData/Pistol_Start.tres" id="1_uxmfi"]
|
||||
[ext_resource type="Script" uid="uid://quy4d4tgvqfy" path="res://Scripts/Resources/MapResource.cs" id="2_h7648"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_h7648")
|
||||
MapId = &"Factory5"
|
||||
MapName = null
|
||||
MapDescription = null
|
||||
ScenePath = &"res://IsoTest/Factory5.tscn"
|
||||
NextMap = &"Factory6"
|
||||
WeaponsAllowed = true
|
||||
StartData = ExtResource("1_uxmfi")
|
||||
MapType = 1
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
Loading…
Add table
Add a link
Reference in a new issue