mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 00:23:46 +00:00
Enemy Control
This commit is contained in:
parent
85f0ae95d7
commit
6e8031da10
8 changed files with 184 additions and 17 deletions
|
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=33 format=3 uid="uid://bghghp5ep4w2j"]
|
||||
[gd_scene load_steps=34 format=3 uid="uid://bghghp5ep4w2j"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/PlayerMovement.cs" id="1_m27vu"]
|
||||
[ext_resource type="Texture2D" uid="uid://la06powu57hu" path="res://Sprites/Cirno_Big.png" id="2_bwf6x"]
|
||||
[ext_resource type="PackedScene" uid="uid://b1qnfiuokpvsr" path="res://Scenes/Weapons/bullet.tscn" id="2_ov36d"]
|
||||
[ext_resource type="PackedScene" uid="uid://chkpk7erlqajg" path="res://Scenes/Selector.tscn" id="3_8wt6s"]
|
||||
[ext_resource type="Texture2D" uid="uid://b2v6j7lsyltrc" path="res://Sprites/Actors/CirnoWings.png" id="3_ul15q"]
|
||||
[ext_resource type="Script" path="res://addons/smoothing/smoothing_2d.gd" id="4_j4xhu"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddwhrlrgj6i00" path="res://Sprites/Actors/Cirno.png" id="5_hq878"]
|
||||
[ext_resource type="PackedScene" uid="uid://cfb3nsay84xdb" path="res://Scenes/Weapons/crosshair.tscn" id="6_l43rf"]
|
||||
|
|
@ -170,6 +171,7 @@ StrafeSpeed = 35
|
|||
CrosshairDistance = 35.0
|
||||
SelectorScene = ExtResource("3_8wt6s")
|
||||
GameOverScene = "res://Scenes/GameOver.tscn"
|
||||
WingsSprite = ExtResource("3_ul15q")
|
||||
Muzzle = NodePath("Muzzle")
|
||||
HitboxSprite = NodePath("Smoothing2D/HitboxSprite")
|
||||
metadata/_edit_group_ = true
|
||||
|
|
|
|||
|
|
@ -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