mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 02:23:47 +00:00
Changed elevator to be child of path
This commit is contained in:
parent
27925b5303
commit
9bbc631dd3
11 changed files with 117 additions and 116 deletions
|
|
@ -1,15 +1,8 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://dnbtou2fklyvp"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://dnbtou2fklyvp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d0a0o50j82eo6" path="res://Scripts/Activables/ScriptableBase.cs" id="1_kao8y"]
|
||||
[ext_resource type="Script" uid="uid://donxnd50p7dm8" path="res://Scripts/Resources/Events/AlarmDisableEvent.cs" id="2_8fwyu"]
|
||||
[ext_resource type="PackedScene" uid="uid://crph24e6e0v0q" path="res://Scenes/Interactable/Control_Pad.tscn" id="3_eg1gw"]
|
||||
[ext_resource type="Texture2D" uid="uid://bodoftbnvjh6i" path="res://Sprites/Actors/AlertSign.png" id="4_7ysp5"]
|
||||
[ext_resource type="Script" uid="uid://daqdq17qiessy" path="res://Scripts/Components/AlarmSpriteSwitcher.cs" id="5_qohod"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hppa0"]
|
||||
script = ExtResource("2_8fwyu")
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_adk1y"]
|
||||
atlas = ExtResource("4_7ysp5")
|
||||
region = Rect2(16, 0, 16, 8)
|
||||
|
|
@ -44,12 +37,7 @@ animations = [{
|
|||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="AlarmBox" type="Node2D"]
|
||||
script = ExtResource("1_kao8y")
|
||||
Events = Array[Object]([SubResource("Resource_hppa0")])
|
||||
|
||||
[node name="ControlPad" parent="." node_paths=PackedStringArray("Target") instance=ExtResource("3_eg1gw")]
|
||||
Target = NodePath("..")
|
||||
[node name="AlarmSign" type="Node2D"]
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = SubResource("SpriteFrames_25o7d")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue