mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Wall Turret
This commit is contained in:
parent
bcd007fa1e
commit
ec366843c2
19 changed files with 434 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=56 format=4 uid="uid://dnpmeebmjgv2t"]
|
||||
[gd_scene load_steps=57 format=4 uid="uid://dnpmeebmjgv2t"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_0pe42"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_bn5f4"]
|
||||
|
|
@ -52,11 +52,12 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dqr6myj0yaqvd" path="res://Scenes/Interactable/ScriptableMovementSensorLonger.tscn" id="50_tu8ih"]
|
||||
[ext_resource type="Script" uid="uid://b5fesrd4lv8t1" path="res://Scripts/Resources/Events/EventResource.cs" id="51_rasxb"]
|
||||
[ext_resource type="Script" uid="uid://c8tx1gh0lxt0t" path="res://Scripts/Resources/Events/AlarmEnableEvent.cs" id="52_udf20"]
|
||||
[ext_resource type="PackedScene" uid="uid://8ab7omgqeodu" path="res://Scenes/Actors/Wall_Turret.tscn" id="53_rasxb"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6wo78"]
|
||||
script = ExtResource("4_w0rax")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
StartingEquipment = Array[ExtResource("3_w0rax")]([])
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_tvyok"]
|
||||
size = Vector2(52, 64)
|
||||
|
|
@ -397,3 +398,6 @@ autoplay = true
|
|||
[node name="MovementSensorLonger" parent="." instance=ExtResource("50_tu8ih")]
|
||||
position = Vector2(400, 368)
|
||||
Events = Array[ExtResource("51_rasxb")]([SubResource("Resource_wy0ue")])
|
||||
|
||||
[node name="FairyFsm" parent="." instance=ExtResource("53_rasxb")]
|
||||
position = Vector2(603, 334)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue