mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 06:35:53 +00:00
Replaced most cameras in levels with a scene
This commit is contained in:
parent
869a3b4c06
commit
9548688850
17 changed files with 107 additions and 105 deletions
14
Resources/Maps/SimpleScene.tres
Normal file
14
Resources/Maps/SimpleScene.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="MapResource" load_steps=3 format=3 uid="uid://c4qpuy35j23i7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://quy4d4tgvqfy" path="res://Scripts/Resources/MapResource.cs" id="1_vabsy"]
|
||||
[ext_resource type="Resource" uid="uid://cn8tu4jct04rp" path="res://Resources/StartData/Pistol_Start.tres" id="1_wh6gt"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_vabsy")
|
||||
LevelId = 0
|
||||
MapName = &"Simple Scene"
|
||||
MapDescription = &"A simple scene to get started up"
|
||||
ScenePath = &"uid://prgabjxh44lf"
|
||||
WeaponsAllowed = true
|
||||
StartData = ExtResource("1_wh6gt")
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
Loading…
Add table
Add a link
Reference in a new issue