updated to godot 4.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=6 format=3 uid="uid://dsgkwh3opyqtx"]
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://dsgkwh3opyqtx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://chhmkmlfrobhu" path="res://Assets/Textures/bubble.png" id="1_57rr1"]
|
||||
[ext_resource type="Texture2D" uid="uid://ta47gpiwloxm" path="res://Assets/Textures/dead_bubble.png" id="1_ioqxi"]
|
||||
@@ -20,7 +20,6 @@ penalty = 4
|
||||
movement_speed = 2.0
|
||||
spawn_cooldown = 0.5
|
||||
common_group = 8
|
||||
common_cost = 1
|
||||
uncommon_group = 14
|
||||
uncommon_cost = 2
|
||||
rare_group = 20
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=6 format=3 uid="uid://boik1gnpl4v0a"]
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://boik1gnpl4v0a"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cde0voyrwnqkl" path="res://Assets/Textures/icon_eye_dog_boss.png" id="1_2o720"]
|
||||
[ext_resource type="Texture2D" uid="uid://bp3njt3h0qfbg" path="res://Assets/Textures/dead_eye_dog_boss.png" id="1_5xm32"]
|
||||
@@ -18,8 +18,6 @@ spawn_power = 100
|
||||
health = 7000
|
||||
penalty = 40
|
||||
movement_speed = 0.8
|
||||
spawn_cooldown = 1.0
|
||||
common_group = 1
|
||||
common_cost = 7
|
||||
uncommon_group = 2
|
||||
uncommon_cost = 9
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=7 format=3 uid="uid://btudmfd7wfwec"]
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://btudmfd7wfwec"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bl16mvx4xaxeb" path="res://Assets/Textures/dead_leapfrog.png" id="1_aa1x4"]
|
||||
[ext_resource type="Texture2D" uid="uid://3ywtwfpuuknr" path="res://Assets/Textures/leapfrog.png" id="2_pj3v3"]
|
||||
@@ -20,13 +20,10 @@ scene = ExtResource("3_pj3v3")
|
||||
icon = ExtResource("2_pj3v3")
|
||||
death_sprite = ExtResource("1_aa1x4")
|
||||
sprite = SubResource("AtlasTexture_n6kdu")
|
||||
spawn_power = 10
|
||||
health = 150
|
||||
penalty = 8
|
||||
movement_speed = 1.3
|
||||
spawn_cooldown = 1.8
|
||||
common_group = 1
|
||||
common_cost = 1
|
||||
uncommon_group = 3
|
||||
uncommon_cost = 2
|
||||
rare_group = 5
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://fed6kimfbcwv"]
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://fed6kimfbcwv"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://vmcidp1sk5ns" path="res://Assets/Textures/cold.png" id="1_0gkew"]
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://Scripts/Resources/status_stats.gd" id="1_krmeh"]
|
||||
@@ -7,7 +7,6 @@
|
||||
script = ExtResource("1_krmeh")
|
||||
name = "Cold"
|
||||
max_stacks = 10
|
||||
proc_cd = 0.0
|
||||
duration = 2.0
|
||||
potency = 0.05
|
||||
icon = ExtResource("1_0gkew")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" load_steps=2 format=3 uid="uid://berwexb0x8ihh"]
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://berwexb0x8ihh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://Scripts/Resources/status_stats.gd" id="1_pu408"]
|
||||
|
||||
@@ -6,6 +6,4 @@
|
||||
script = ExtResource("1_pu408")
|
||||
name = "Frozen"
|
||||
max_stacks = 1
|
||||
proc_cd = 0.0
|
||||
duration = 4.0
|
||||
potency = 1.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://dbanx8taicddm"]
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://dbanx8taicddm"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c0h8yi1xe4ru5" path="res://Assets/Textures/on_fire_icon.png" id="1_ebohu"]
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://Scripts/Resources/status_stats.gd" id="1_ogrf4"]
|
||||
@@ -6,7 +6,6 @@
|
||||
[resource]
|
||||
script = ExtResource("1_ogrf4")
|
||||
name = "Burning"
|
||||
max_stacks = 0
|
||||
proc_cd = 1.0
|
||||
duration = 3.0
|
||||
potency = 2.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://cbskijhnnj3kw"]
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://cbskijhnnj3kw"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cqah4a2pp40jt" path="res://Assets/Textures/poison.png" id="1_730i6"]
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://Scripts/Resources/status_stats.gd" id="1_e1nii"]
|
||||
@@ -6,8 +6,6 @@
|
||||
[resource]
|
||||
script = ExtResource("1_e1nii")
|
||||
name = "Poisoned"
|
||||
max_stacks = 0
|
||||
proc_cd = 0.5
|
||||
duration = 5.0
|
||||
potency = 1.0
|
||||
icon = ExtResource("1_730i6")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://dxlisoas4xlmo"]
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://dxlisoas4xlmo"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bvc4b3v0wke84" path="res://Assets/Textures/radioactive.png" id="1_2vw1n"]
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://Scripts/Resources/status_stats.gd" id="1_eh52x"]
|
||||
@@ -6,8 +6,6 @@
|
||||
[resource]
|
||||
script = ExtResource("1_eh52x")
|
||||
name = "Radioactive"
|
||||
max_stacks = 0
|
||||
proc_cd = 5.0
|
||||
duration = 0.0
|
||||
potency = 1.0
|
||||
icon = ExtResource("1_2vw1n")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://d0643gfp52x3s"]
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://d0643gfp52x3s"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://Scripts/Resources/status_stats.gd" id="1_57gd1"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpixdxdjnr5tw" path="res://Assets/Textures/glue_icon.png" id="1_b1meh"]
|
||||
@@ -7,7 +7,6 @@
|
||||
script = ExtResource("1_57gd1")
|
||||
name = "Sticky"
|
||||
max_stacks = 1
|
||||
proc_cd = 0.0
|
||||
duration = 5.0
|
||||
potency = 0.3
|
||||
icon = ExtResource("1_b1meh")
|
||||
|
||||
Reference in New Issue
Block a user