mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
80 lines
4 KiB
Text
80 lines
4 KiB
Text
[gd_scene load_steps=14 format=3 uid="uid://chpxebhg36bcb"]
|
|
|
|
[ext_resource type="Script" uid="uid://b8g8mflgsr5dc" path="res://Scripts/GameController.cs" id="1_l3eiy"]
|
|
[ext_resource type="Resource" uid="uid://bxju78og0t8ca" path="res://Resources/Maps/3D/IsoMapTest3.tres" id="2_l3eiy"]
|
|
[ext_resource type="PackedScene" uid="uid://rimplblbptcd" path="res://Scenes/Actors/IsoPlayer_FSM.tscn" id="3_wp13k"]
|
|
[ext_resource type="Script" uid="uid://c5nxsq3tyxcx6" path="res://Scripts/InventoryManager.cs" id="4_iuebq"]
|
|
[ext_resource type="PackedScene" uid="uid://dkwi1hu1bixoe" path="res://Scenes/HUD/HUD.tscn" id="5_uepbr"]
|
|
[ext_resource type="Script" uid="uid://cnkipcolyj61w" path="res://Scripts/AlarmManager.cs" id="6_s0nus"]
|
|
[ext_resource type="AudioStream" uid="uid://blohh20jktoyo" path="res://SFX/270641__phantastonia__alarm2.wav" id="7_y4vaw"]
|
|
[ext_resource type="Script" uid="uid://csruxpdnpj18r" path="res://Scripts/Actors/3D/PlayerStartMarker3D.cs" id="8_jaqd3"]
|
|
[ext_resource type="Script" uid="uid://dnslcy71dgea" path="res://Scripts/Misc/CameraTarget3D.cs" id="9_py8ao"]
|
|
[ext_resource type="Script" uid="uid://ba0tf7ihw4hpp" path="res://Scripts/Misc/CameraController3D.cs" id="10_e45l4"]
|
|
[ext_resource type="PackedScene" uid="uid://d21ewu3hfa3us" path="res://3D/MapScenes/Factory_003.tscn" id="11_l3eiy"]
|
|
[ext_resource type="PackedScene" uid="uid://b3tyacxxw88lx" path="res://Scenes/Utils/StreamPlayerWithName.tscn" id="12_44k7r"]
|
|
[ext_resource type="Resource" uid="uid://b12ldmtfhlvf0" path="res://Resources/Music/Apparitions_Stalk_The_Factory.tres" id="13_isg5t"]
|
|
|
|
[node name="IsoMapTest2" type="Node3D"]
|
|
|
|
[node name="GameController" type="Node" parent="." node_paths=PackedStringArray("_cameraTarget", "PlayerParentNode")]
|
|
script = ExtResource("1_l3eiy")
|
|
_cameraTarget = NodePath("../CameraTarget")
|
|
MapResource = ExtResource("2_l3eiy")
|
|
PlayerTemplate = ExtResource("3_wp13k")
|
|
SpawnMarkers = Dictionary[int, NodePath]({
|
|
0: NodePath("../StartPosition")
|
|
})
|
|
PlayerParentNode = NodePath("..")
|
|
|
|
[node name="InventoryManager" type="Node" parent="GameController"]
|
|
script = ExtResource("4_iuebq")
|
|
|
|
[node name="HUD" parent="GameController" instance=ExtResource("5_uepbr")]
|
|
|
|
[node name="AlarmManager" type="Node" parent="GameController"]
|
|
script = ExtResource("6_s0nus")
|
|
AlarmSound = ExtResource("7_y4vaw")
|
|
|
|
[node name="DirectionalLight3D_Original" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.442606, -0.744379, 0.5, 0.287606, 0.645974, 0.707107, -0.849343, -0.169167, 0.5, 28.5973, 5.82742, 17.535)
|
|
visible = false
|
|
light_energy = 1.375
|
|
light_bake_mode = 1
|
|
shadow_enabled = true
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.401703, -0.767225, 0.5, 0.322119, 0.629476, 0.707107, -0.857248, -0.122987, 0.5, 28.5973, 5.82742, 17.535)
|
|
light_energy = 1.375
|
|
light_bake_mode = 1
|
|
|
|
[node name="DirectionalLight3D2" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.0306036, -0.825802, -0.56313, -0.675985, -0.43211, 0.596931, -0.73628, 0.362399, -0.571454, 27.8154, 5.82742, 13.9456)
|
|
light_energy = 0.932
|
|
light_bake_mode = 1
|
|
shadow_enabled = true
|
|
shadow_blur = 0.51
|
|
sky_mode = 1
|
|
|
|
[node name="StartPosition" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 42.46086, 1.4317098, 4.2486496)
|
|
script = ExtResource("8_jaqd3")
|
|
|
|
[node name="CameraTarget" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.0461216, 2.33215, 2.5474238)
|
|
script = ExtResource("9_py8ao")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
physics_interpolation_mode = 1
|
|
transform = Transform3D(0.7071068, -0.49999997, 0.50000006, 0, 0.7071069, 0.70710677, -0.7071068, -0.49999997, 0.50000006, -3.7983856, 7.935, 5.0604153)
|
|
projection = 1
|
|
size = 8.0
|
|
script = ExtResource("10_e45l4")
|
|
MaxAimOffsetDistance = 16.0
|
|
CameraOffset = Vector3(8, 12, 8)
|
|
TargetPath = NodePath("../CameraTarget")
|
|
|
|
[node name="TestLevel3" parent="." instance=ExtResource("11_l3eiy")]
|
|
|
|
[node name="AudioStreamPlayer2D" parent="." instance=ExtResource("12_44k7r")]
|
|
autoplay = true
|
|
MusicData = ExtResource("13_isg5t")
|