added player Finite State Machine
This commit is contained in:
@@ -19,13 +19,13 @@ health = 70
|
||||
penalty = 4
|
||||
movement_speed = 3.5
|
||||
spawn_cooldown = 0.6
|
||||
common_group = 4
|
||||
common_group = 5
|
||||
common_cost = 2
|
||||
uncommon_group = 8
|
||||
uncommon_group = 11
|
||||
uncommon_cost = 2
|
||||
rare_group = 14
|
||||
rare_group = 16
|
||||
rare_cost = 4
|
||||
epic_group = 20
|
||||
epic_group = 23
|
||||
epic_cost = 6
|
||||
legendary_group = 26
|
||||
legendary_group = 30
|
||||
legendary_cost = 10
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://bgxr27by7jruo" path="res://Enemies/BabyEyeDog/baby_eyedog.glb" id="10_8k5ts"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_cavbv"]
|
||||
radius = 0.269119
|
||||
radius = 0.364
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_h25mw"]
|
||||
radius = 0.150315
|
||||
|
||||
@@ -17,7 +17,7 @@ sprite = ExtResource("2_7nc4x")
|
||||
spawn_power = 14
|
||||
health = 350
|
||||
penalty = 15
|
||||
movement_speed = 0.9
|
||||
movement_speed = 1.1
|
||||
spawn_cooldown = 2.0
|
||||
common_group = 2
|
||||
common_cost = 1
|
||||
|
||||
@@ -23,7 +23,7 @@ sprite = SubResource("AtlasTexture_n6kdu")
|
||||
spawn_power = 10
|
||||
health = 180
|
||||
penalty = 10
|
||||
movement_speed = 1.2
|
||||
movement_speed = 1.5
|
||||
spawn_cooldown = 1.2
|
||||
common_group = 6
|
||||
common_cost = 1
|
||||
|
||||
Reference in New Issue
Block a user