mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 19:33:47 +00:00
Enemy Control
This commit is contained in:
parent
85f0ae95d7
commit
6e8031da10
8 changed files with 184 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=65 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=67 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"]
|
||||
|
|
@ -57,9 +57,15 @@
|
|||
[ext_resource type="PackedScene" uid="uid://b0pb078xylxy" path="res://Scenes/Interactable/Valve.tscn" id="48_8usll"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd36ch65jijg0" path="res://Scenes/Activable/BulletEmitter.tscn" id="49_64oga"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fiv1nioghfb" path="res://Scenes/Actors/Marisa.tscn" id="50_mp5ma"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/Events/ControlEnemyEvent.cs" id="52_5m7td"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_8wuck"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hdht4"]
|
||||
script = ExtResource("52_5m7td")
|
||||
Target = NodePath("../../Enemy15")
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_068l7"]
|
||||
script = ExtResource("46_i0omr")
|
||||
TimelineName = "rumia_defeat"
|
||||
|
|
@ -396,7 +402,11 @@ position = Vector2(-1239.5, 10.9699)
|
|||
position = Vector2(-1432, 12)
|
||||
|
||||
[node name="Enemy7" parent="." instance=ExtResource("18_ixcwn")]
|
||||
position = Vector2(-1506, -167)
|
||||
position = Vector2(-1539, -148)
|
||||
|
||||
[node name="Enemy15" parent="." instance=ExtResource("18_ixcwn")]
|
||||
position = Vector2(-580.856, -351.801)
|
||||
Ai = 1
|
||||
|
||||
[node name="Elevator" parent="." instance=ExtResource("16_n40rt")]
|
||||
position = Vector2(-914, -611)
|
||||
|
|
@ -472,6 +482,14 @@ Target = NodePath("DialogueStarter")
|
|||
position = Vector2(16.0001, -22)
|
||||
_trackName = "computer2"
|
||||
|
||||
[node name="Computer3" parent="." node_paths=PackedStringArray("Target") instance=ExtResource("31_243ec")]
|
||||
position = Vector2(-612.57, -358.528)
|
||||
Target = NodePath("Node2D")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="Computer3"]
|
||||
script = ExtResource("42_wigyb")
|
||||
Events = Array[Object]([SubResource("Resource_hdht4")])
|
||||
|
||||
[node name="Ammo1" parent="." instance=ExtResource("34_17pjh")]
|
||||
position = Vector2(-792, -396)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue