fixed up some damage number bugs
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=6 format=3 uid="uid://cvehqh4tt28g7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="1_k5sd1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv5p03aw78vwd" path="res://Assets/Textures/icon_eye_dog_fast.png" id="1_xgen5"]
|
||||
[ext_resource type="Texture2D" uid="uid://dgdofekr7ow73" path="res://Assets/Textures/dead_eye_dog_fast.png" id="1_yj87d"]
|
||||
[ext_resource type="Texture2D" uid="uid://dd212gh03wloa" path="res://Assets/TextureAtlases/dog_fast.tres" id="2_mkbm6"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0nady5xm88bo" path="res://Worlds/GreenPlanet/Enemies/land_enemy.tscn" id="3_e3fq0"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_k5sd1")
|
||||
title = "fast dog"
|
||||
target_type = 1
|
||||
scene = ExtResource("3_e3fq0")
|
||||
icon = ExtResource("1_xgen5")
|
||||
death_sprite = ExtResource("1_yj87d")
|
||||
sprite = ExtResource("2_mkbm6")
|
||||
spawn_power = 16
|
||||
health = 70
|
||||
penalty = 4
|
||||
movement_speed = 3.5
|
||||
spawn_cooldown = 0.7
|
||||
common_group = 4
|
||||
common_cost = 2
|
||||
uncommon_group = 8
|
||||
uncommon_cost = 2
|
||||
rare_group = 14
|
||||
rare_cost = 4
|
||||
epic_group = 20
|
||||
epic_cost = 6
|
||||
legendary_group = 26
|
||||
legendary_cost = 10
|
||||
@@ -1,31 +0,0 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=6 format=3 uid="uid://dxi17xvdlhkvc"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://08n5jvq5tptf" path="res://Assets/Textures/icon_eye_dog_heavy.png" id="1_lck53"]
|
||||
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="1_q48il"]
|
||||
[ext_resource type="Texture2D" uid="uid://e7lahg40lq8a" path="res://Assets/Textures/dead_eye_dog_heavy.png" id="1_qveaa"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0543ucoalwmi" path="res://Assets/TextureAtlases/dog_fast_heavy.tres" id="2_7nc4x"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0nady5xm88bo" path="res://Worlds/GreenPlanet/Enemies/land_enemy.tscn" id="3_t3gih"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_q48il")
|
||||
title = "heavy dog"
|
||||
target_type = 1
|
||||
scene = ExtResource("3_t3gih")
|
||||
icon = ExtResource("1_lck53")
|
||||
death_sprite = ExtResource("1_qveaa")
|
||||
sprite = ExtResource("2_7nc4x")
|
||||
spawn_power = 14
|
||||
health = 350
|
||||
penalty = 15
|
||||
movement_speed = 0.9
|
||||
spawn_cooldown = 2.0
|
||||
common_group = 2
|
||||
common_cost = 1
|
||||
uncommon_group = 5
|
||||
uncommon_cost = 2
|
||||
rare_group = 8
|
||||
rare_cost = 3
|
||||
epic_group = 14
|
||||
epic_cost = 4
|
||||
legendary_group = 18
|
||||
legendary_cost = 5
|
||||
Reference in New Issue
Block a user