mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Enemy information
This commit is contained in:
parent
fff3ddc3cf
commit
b9b8834bc2
11 changed files with 118 additions and 61 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=22 format=3 uid="uid://bdvj4cxnyr3w4"]
|
||||
[gd_scene load_steps=23 format=3 uid="uid://bdvj4cxnyr3w4"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c2mo5hc1qb6kf" path="res://Scripts/Components/Actors/Actor.cs" id="1_8mmna"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://ch2ll1on8im2p" path="res://Resources/Sprites/FairyGuard.tres" id="2_7asxc"]
|
||||
[ext_resource type="Resource" uid="uid://cfdvg162u65sr" path="res://Resources/Enemies/Thermathron.tres" id="2_jukx0"]
|
||||
[ext_resource type="Script" uid="uid://tk6ytw246ubg" path="res://Scripts/Components/Actors/EnemyPossessionMovement.cs" id="3_81a26"]
|
||||
[ext_resource type="Script" uid="uid://dq338w2lw5phl" path="res://Scripts/Components/Actors/KeyboardInputProvider.cs" id="4_nr5hj"]
|
||||
[ext_resource type="Script" uid="uid://pfxrvd1fofnj" path="res://Scripts/Components/Actors/FourWayAnimationHandler.cs" id="5_wggo8"]
|
||||
|
|
@ -45,8 +46,7 @@ radius = 5.09902
|
|||
collision_layer = 16
|
||||
collision_mask = 113
|
||||
script = ExtResource("1_8mmna")
|
||||
MovementSpeed = 30.0
|
||||
Health = 6.0
|
||||
EnemyData = ExtResource("2_jukx0")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = ExtResource("2_7asxc")
|
||||
|
|
@ -102,7 +102,6 @@ debug_path_custom_color = Color(1, 0, 0, 1)
|
|||
[node name="HealthProvider" type="Node2D" parent="."]
|
||||
script = ExtResource("9_leabp")
|
||||
ResourceName = "Health"
|
||||
MaxResource = 6.0
|
||||
|
||||
[node name="EnemyWeapon" parent="." instance=ExtResource("10_fduxx")]
|
||||
WeaponData = ExtResource("11_2oavc")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue