mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 11:53:47 +00:00
Alert Signs
This commit is contained in:
parent
d3634a3dd2
commit
5452b36f32
13 changed files with 226 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=64 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=65 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"]
|
||||
|
|
@ -47,6 +47,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://byjq8xpx4crfd" path="res://Scenes/Interactable/control_pad_blue_keycard.tscn" id="35_gdbcj"]
|
||||
[ext_resource type="PackedScene" uid="uid://d0yes7huiyisw" path="res://Scenes/Items/Blue_Keycard.tscn" id="35_rblsn"]
|
||||
[ext_resource type="PackedScene" uid="uid://r25rq6ijgm6m" path="res://Scenes/Items/Green_Keycard.tscn" id="36_f8fh1"]
|
||||
[ext_resource type="PackedScene" uid="uid://dnbtou2fklyvp" path="res://Scenes/Actors/alarm_sign.tscn" id="36_rd6f6"]
|
||||
[ext_resource type="Script" path="res://Scripts/Activables/ScriptableBase.cs" id="42_wigyb"]
|
||||
[ext_resource type="PackedScene" uid="uid://fxvlaidieiv7" path="res://Scenes/Interactable/ScriptableAreaTrigger.tscn" id="43_kf3qc"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/Events/MovePlayerEvent.cs" id="44_klwgh"]
|
||||
|
|
@ -275,9 +276,6 @@ Target = NodePath("../HorizontalDoor")
|
|||
[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="Turret" parent="Factory Tilemaps" instance=ExtResource("18_6y85f")]
|
||||
position = Vector2(-1076, 125)
|
||||
|
||||
|
|
@ -329,6 +327,24 @@ position = Vector2(-710, -459)
|
|||
position = Vector2(-1515, -319)
|
||||
Target = NodePath("../HorizontalDoor3")
|
||||
|
||||
[node name="AlarmBox2" parent="Factory Tilemaps" instance=ExtResource("36_rd6f6")]
|
||||
position = Vector2(-714, -171)
|
||||
|
||||
[node name="AlarmBox3" parent="Factory Tilemaps" instance=ExtResource("36_rd6f6")]
|
||||
position = Vector2(-888, 153)
|
||||
|
||||
[node name="AlarmBox4" parent="Factory Tilemaps" instance=ExtResource("36_rd6f6")]
|
||||
position = Vector2(-1173, 119)
|
||||
|
||||
[node name="AlarmBox5" parent="Factory Tilemaps" instance=ExtResource("36_rd6f6")]
|
||||
position = Vector2(-1081, -22)
|
||||
|
||||
[node name="AlarmBox6" parent="Factory Tilemaps" instance=ExtResource("36_rd6f6")]
|
||||
position = Vector2(-1506, -202)
|
||||
|
||||
[node name="AlarmBox7" parent="Factory Tilemaps" instance=ExtResource("36_rd6f6")]
|
||||
position = Vector2(-1019, 151)
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
script = ExtResource("6_t8ide")
|
||||
pixel_snap = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue