mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 06:03:47 +00:00
Selector position fix
This commit is contained in:
parent
0f431b5343
commit
a18dc11eb3
9 changed files with 10 additions and 8 deletions
|
|
@ -45,7 +45,7 @@ EnemyName = &"Fairy"
|
|||
EnemyKey = &"FAIRY_BASE"
|
||||
PrefabPath = &"res://Scenes/Actors/Fairy_New.tscn"
|
||||
MaxHealth = 2.0
|
||||
MovementSpeed = 20.0
|
||||
MovementSpeed = 30.0
|
||||
Weapon = ExtResource("7_xkg5o")
|
||||
LootDrops = Array[ExtResource("2_sxbtw")]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||
PlayerDetectionRange = 90.0
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ EnemyName = &"Fairy Guard"
|
|||
EnemyKey = &"FAIRY_GUARD"
|
||||
PrefabPath = &"res://Scenes/Actors/FairyGuard_New.tscn"
|
||||
MaxHealth = 4.0
|
||||
MovementSpeed = 30.0
|
||||
MovementSpeed = 40.0
|
||||
Weapon = ExtResource("7_xlxdc")
|
||||
LootDrops = Array[ExtResource("2_ivudp")]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||
PlayerDetectionRange = 90.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ EnemyName = &"Robot 1"
|
|||
EnemyKey = &"ROBOT_1"
|
||||
PrefabPath = &"res://Scenes/Actors/Thermathron.tscn"
|
||||
MaxHealth = 8.0
|
||||
MovementSpeed = 35.0
|
||||
MovementSpeed = 38.0
|
||||
Weapon = ExtResource("7_filx8")
|
||||
LootDrops = Array[ExtResource("1_f3huq")]([])
|
||||
PlayerDetectionRange = 90.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue