mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 05:25:53 +00:00
Alarm box
This commit is contained in:
parent
d8e1459194
commit
60dad2d002
15 changed files with 581 additions and 401 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=25 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=27 format=4 uid="uid://bv451a8wgty4u"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/GameManager.cs" id="1_8tmoj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bghghp5ep4w2j" path="res://Scenes/player.tscn" id="2_8mh54"]
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://bc64lr3vlwchq" path="res://Scenes/Door_Vertical.tscn" id="15_mgtvp"]
|
||||
[ext_resource type="PackedScene" uid="uid://c27co22bjym3c" path="res://Scenes/Actors/Camera.tscn" id="16_clqjt"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxjumgf8bhr3l" path="res://Scenes/Elevator.tscn" id="16_n40rt"]
|
||||
[ext_resource type="PackedScene" uid="uid://d1h48wgasakk4" path="res://Scenes/Interactable/alarm_box.tscn" id="17_dppcs"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdr4m7pydqk6u" path="res://Scenes/Interactable/control_pad_red_keycard.tscn" id="17_e3v0b"]
|
||||
[ext_resource type="Script" path="res://Scripts/InventoryManager.cs" id="18_dvo37"]
|
||||
[ext_resource type="PackedScene" uid="uid://v8s3kubgb2qg" path="res://Scenes/Enemy.tscn" id="18_ixcwn"]
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dkwi1hu1bixoe" path="res://Scenes/HUD/HUD.tscn" id="22_krk0o"]
|
||||
[ext_resource type="Script" path="res://Scenes/CameraTarget.gd" id="24_0c2yt"]
|
||||
[ext_resource type="PackedScene" uid="uid://djf0y08ix66fn" path="res://Scenes/Interactable/Chest.tscn" id="25_4b2ed"]
|
||||
[ext_resource type="Script" path="res://Scripts/AlarmManager.cs" id="25_rpwvt"]
|
||||
|
||||
[node name="GameScene" type="Node2D" node_paths=PackedStringArray("PlayerSpawnMarker")]
|
||||
position = Vector2(38, 39)
|
||||
|
|
@ -124,7 +126,16 @@ Target = NodePath("../HorizontalDoor")
|
|||
position = Vector2(-790, -184)
|
||||
|
||||
[node name="Camera" parent="Factory Tilemaps" instance=ExtResource("16_clqjt")]
|
||||
position = Vector2(-711, -168)
|
||||
position = Vector2(-649, -168)
|
||||
|
||||
[node name="AlarmBox" parent="Factory Tilemaps" instance=ExtResource("17_dppcs")]
|
||||
position = Vector2(-713, -153)
|
||||
|
||||
[node name="AlarmBox2" parent="Factory Tilemaps" instance=ExtResource("17_dppcs")]
|
||||
position = Vector2(-616, -153)
|
||||
|
||||
[node name="AlarmBox3" parent="Factory Tilemaps" instance=ExtResource("17_dppcs")]
|
||||
position = Vector2(-775, -184)
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
script = ExtResource("6_t8ide")
|
||||
|
|
@ -179,3 +190,6 @@ position = Vector2(-790, -161)
|
|||
|
||||
[node name="RedKeyCard2" parent="." instance=ExtResource("19_8fb73")]
|
||||
position = Vector2(-824, -152)
|
||||
|
||||
[node name="AlarmManager" type="Node2D" parent="."]
|
||||
script = ExtResource("25_rpwvt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue