Revert "Updated to godot 4.5 beta"

This reverts commit fae0e961d7.
This commit is contained in:
Marco 2025-07-01 09:20:48 +02:00
commit 5ef3e64413
42 changed files with 1306 additions and 900 deletions

View file

@ -17,7 +17,19 @@ EnemyName = &"Reimu"
EnemyKey = &"REIMU"
PrefabPath = &"uid://d2xmlov4ee2fc"
MaxHealth = 500.0
MovementSpeed = 20.0
Weapon = ExtResource("2_amg33")
LootDrops = Array[ExtResource("1_0qdnn")]([])
MotivationReward = 4.0
PredictPlayer = false
PlayerDetectionRange = 90.0
ViewRange = 120.0
AlarmReactRange = 0.0
PlayerDisengageRange = 0.0
StrafeSpeed = 25.0
MaxStrafeDistance = 64.0
MinStrafeDistance = 16.0
ResponseTime = 0.5
IconSprite = SubResource("AtlasTexture_gdgx5")
AnimationFrames = ExtResource("1_gjra5")
BossScript = ExtResource("1_amg33")