Animations and some other tweaks

This commit is contained in:
nc5432 2024-05-03 19:45:30 -04:00
parent b0508379c6
commit 49e769e330
138 changed files with 2749 additions and 21 deletions

View File

@ -8,7 +8,7 @@ script = ExtResource("1_iewgb")
icon = ExtResource("1_8gs1u")
name = "Fireball"
description = "An enourmous ball of fire"
animation = ""
animation = "res://Scenes/Animations/fireballAnim.tscn"
damage = 8.0
backfireStrength = 6.0
castCombo = Array[String](["up", "down", "down", "left", "right", "left", "right", "up"])

View File

@ -8,7 +8,7 @@ script = ExtResource("1_6330o")
icon = ExtResource("1_qg8v4")
name = "Rock Throw"
description = "Throw a rock at your opponent"
animation = ""
animation = "res://Scenes/Animations/rockThrowAnim.tscn"
damage = 0.5
backfireStrength = 1.0
castCombo = Array[String](["down", "up", "up"])

View File

@ -0,0 +1,492 @@
[gd_scene load_steps=69 format=3 uid="uid://dct5w5mffqmlm"]
[ext_resource type="Script" path="res://Scripts/Animations/fireballAnim.gd" id="1_eh23w"]
[ext_resource type="Texture2D" uid="uid://s1wipkprymf7" path="res://Sprites/Particles/Particles Cleaned/16_sunburn_spritesheet.png" id="2_a2rii"]
[ext_resource type="Texture2D" uid="uid://df1rqga22alvj" path="res://Sprites/Particles/Particles Cleaned/Effect_BigHit_1_557x553.png" id="3_unynm"]
[sub_resource type="Curve2D" id="Curve2D_chn67"]
_data = {
"points": PackedVector2Array(0, 0, 0, 0, 181, 280, 0, 0, 0, 0, 181, 122, 0, 0, 0, 0, 953, 261)
}
point_count = 3
[sub_resource type="AtlasTexture" id="AtlasTexture_3joqa"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_4ql7p"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_r67iu"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_7nda5"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_588fu"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_b5286"]
atlas = ExtResource("2_a2rii")
region = Rect2(500, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_ft12n"]
atlas = ExtResource("2_a2rii")
region = Rect2(600, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_amsgo"]
atlas = ExtResource("2_a2rii")
region = Rect2(700, 0, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_s04gs"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_07kll"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_l3gwm"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_u3fue"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_ybqhp"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_aqbe3"]
atlas = ExtResource("2_a2rii")
region = Rect2(500, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_5l24h"]
atlas = ExtResource("2_a2rii")
region = Rect2(600, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_ageux"]
atlas = ExtResource("2_a2rii")
region = Rect2(700, 100, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_25nhn"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_3ia2q"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_kxol7"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_yu0cj"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_2rhen"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_dxjn7"]
atlas = ExtResource("2_a2rii")
region = Rect2(500, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_d12cm"]
atlas = ExtResource("2_a2rii")
region = Rect2(600, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_addpu"]
atlas = ExtResource("2_a2rii")
region = Rect2(700, 200, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_kgvcu"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_dp1x5"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_xjqh8"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_dmn4m"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_dtsn0"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_apw7j"]
atlas = ExtResource("2_a2rii")
region = Rect2(500, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_o0tak"]
atlas = ExtResource("2_a2rii")
region = Rect2(600, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_e2tbd"]
atlas = ExtResource("2_a2rii")
region = Rect2(700, 300, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_8776x"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_3n31e"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_m35he"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_ddc4u"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_cbpyk"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_erjgy"]
atlas = ExtResource("2_a2rii")
region = Rect2(500, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_vmso6"]
atlas = ExtResource("2_a2rii")
region = Rect2(600, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_sw86w"]
atlas = ExtResource("2_a2rii")
region = Rect2(700, 400, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_heab2"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_svfpb"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_qsmag"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_orsp4"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_bcn46"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_o265d"]
atlas = ExtResource("2_a2rii")
region = Rect2(500, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_j1d7r"]
atlas = ExtResource("2_a2rii")
region = Rect2(600, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_245nt"]
atlas = ExtResource("2_a2rii")
region = Rect2(700, 500, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_1ie81"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_wpkdd"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_3aple"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_px5vr"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_4eksy"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_ea613"]
atlas = ExtResource("2_a2rii")
region = Rect2(500, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_7bow7"]
atlas = ExtResource("2_a2rii")
region = Rect2(600, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_5gmuw"]
atlas = ExtResource("2_a2rii")
region = Rect2(700, 600, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_o1q3h"]
atlas = ExtResource("2_a2rii")
region = Rect2(0, 700, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_wscyk"]
atlas = ExtResource("2_a2rii")
region = Rect2(100, 700, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_3lwa2"]
atlas = ExtResource("2_a2rii")
region = Rect2(200, 700, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_tpy46"]
atlas = ExtResource("2_a2rii")
region = Rect2(300, 700, 100, 100)
[sub_resource type="AtlasTexture" id="AtlasTexture_wbspw"]
atlas = ExtResource("2_a2rii")
region = Rect2(400, 700, 100, 100)
[sub_resource type="SpriteFrames" id="SpriteFrames_xup3y"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_3joqa")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4ql7p")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_r67iu")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7nda5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_588fu")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_b5286")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ft12n")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_amsgo")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_s04gs")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_07kll")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_l3gwm")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_u3fue")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ybqhp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_aqbe3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_5l24h")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ageux")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_25nhn")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3ia2q")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_kxol7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_yu0cj")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_2rhen")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dxjn7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_d12cm")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_addpu")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_kgvcu")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dp1x5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xjqh8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dmn4m")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dtsn0")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_apw7j")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_o0tak")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_e2tbd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8776x")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3n31e")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_m35he")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ddc4u")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_cbpyk")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_erjgy")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vmso6")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_sw86w")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_heab2")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_svfpb")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qsmag")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_orsp4")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bcn46")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_o265d")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_j1d7r")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_245nt")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_1ie81")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wpkdd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3aple")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_px5vr")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4eksy")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ea613")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7bow7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_5gmuw")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_o1q3h")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wscyk")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3lwa2")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_tpy46")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wbspw")
}],
"loop": true,
"name": &"default",
"speed": 60.0
}]
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_6walw"]
particles_animation = true
particles_anim_h_frames = 6
particles_anim_v_frames = 5
particles_anim_loop = false
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_cjfl8"]
particle_flag_disable_z = true
emission_shape = 6
emission_ring_axis = Vector3(0, 0, 1)
emission_ring_height = 1.0
emission_ring_radius = 15.0
emission_ring_inner_radius = 0.0
gravity = Vector3(0, 98, 0)
scale_min = 0.5
scale_max = 0.5
anim_speed_min = 1.0
anim_speed_max = 1.0
[node name="FireballAnim" type="Node2D"]
script = ExtResource("1_eh23w")
startPrimaryLoc = Vector2(193, 137)
startSecondaryLoc = Vector2(350, 137)
fullSize = 8.0
[node name="Path2D" type="Path2D" parent="."]
curve = SubResource("Curve2D_chn67")
[node name="PathFollow2D" type="PathFollow2D" parent="Path2D"]
position = Vector2(181, 280)
rotation = -1.5708
rotates = false
loop = false
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Path2D/PathFollow2D"]
rotation = 1.5708
scale = Vector2(1e-05, 1e-05)
sprite_frames = SubResource("SpriteFrames_xup3y")
autoplay = "default"
[node name="GPUParticles2D" type="GPUParticles2D" parent="."]
material = SubResource("CanvasItemMaterial_6walw")
amount = 5
process_material = SubResource("ParticleProcessMaterial_cjfl8")
texture = ExtResource("3_unynm")

View File

@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://cw085480np6as"]
[node name="FireboltAnim" type="Node2D"]

View File

@ -0,0 +1,56 @@
[gd_scene load_steps=6 format=3 uid="uid://c44hesqr12wxd"]
[ext_resource type="Script" path="res://Scripts/Animations/rockThrowAnim.gd" id="1_owh0v"]
[ext_resource type="Texture2D" uid="uid://dwsd0hggrxbdq" path="res://Sprites/Animations/Rock Pack/Rocks 64x64 by Captainskeleto.png" id="2_addwy"]
[sub_resource type="Curve2D" id="Curve2D_gdix6"]
_data = {
"points": PackedVector2Array(0, 0, 0, 0, 371, 664, 0, 0, 0, 0, 370, 481, 0, 0, 0, 0, 373, 311, 0, 0, 0, 0, 933, 322, 0, 0, 0, 0, 1004, 328)
}
point_count = 5
[sub_resource type="Curve2D" id="Curve2D_m36l3"]
_data = {
"points": PackedVector2Array(0, 0, 0, 0, 30, 39, 0, 0, 0, 0, 69, 45, 0, 0, 0, 0, 114, 61, 0, 0, 0, 0, 164, 98, 0, 0, 0, 0, 217, 179, 0, 0, 0, 0, 258, 318, 0, 0, 0, 0, 272, 436, 0, 0, 0, 0, 281, 600)
}
point_count = 8
[sub_resource type="AtlasTexture" id="AtlasTexture_wqvpx"]
atlas = ExtResource("2_addwy")
region = Rect2(128, 192, 64, 64)
[node name="RockThrowAnim" type="Node2D"]
script = ExtResource("1_owh0v")
[node name="Path2D" type="Path2D" parent="."]
curve = SubResource("Curve2D_gdix6")
[node name="PathFollow2D" type="PathFollow2D" parent="Path2D"]
position = Vector2(371, 664)
rotates = false
loop = false
[node name="Path2D" type="Path2D" parent="Path2D/PathFollow2D"]
position = Vector2(-32, -32)
curve = SubResource("Curve2D_m36l3")
[node name="PathFollow2D" type="PathFollow2D" parent="Path2D/PathFollow2D/Path2D"]
position = Vector2(30, 39)
rotation = 0.152649
rotates = false
loop = false
[node name="TextureRect" type="TextureRect" parent="Path2D/PathFollow2D"]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -32.0
offset_top = -32.0
offset_right = 32.0
offset_bottom = 32.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset = Vector2(31.8413, 32.0651)
texture = SubResource("AtlasTexture_wqvpx")

View File

@ -23,9 +23,9 @@ anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -227.0
offset_top = -1.76886
offset_top = -323.0
offset_right = -182.0
offset_bottom = 43.2311
offset_bottom = -278.0
grow_horizontal = 2
grow_vertical = 2
scale = Vector2(2.6, 2.6)
@ -68,9 +68,9 @@ anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -44.0
offset_top = -44.0
offset_top = -253.0
offset_right = 44.0
offset_bottom = 44.0
offset_bottom = -165.0
grow_horizontal = 2
grow_vertical = 2
scale = Vector2(2.6, 2.6)

View File

@ -0,0 +1,33 @@
extends "res://Scripts/animationBase.gd"
@export var startPrimaryLoc: Vector2
@export var startSecondaryLoc: Vector2
@export var fullSize: float = 1
@onready var ballofayr: AnimatedSprite2D = $Path2D/PathFollow2D/AnimatedSprite2D
@onready var path: PathFollow2D = $Path2D/PathFollow2D
var dir: int = 1
var timer: float = 0
var size: Vector2 = Vector2(0, 0)
# Called when the node enters the scene tree for the first time.
func _ready():
if inverted:
dir = -1
ballofayr.position = startSecondaryLoc
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
if (targetProg / finalProg < 0.3):
timer = clampf(timer + delta, 0, clampf(targetProg / finalProg, 0, 0.17))
path.progress_ratio = timer
if (targetProg / finalProg < 0.9):
var dim: float = clampf(ballofayr.scale.x + delta, 0, targetProg / finalProg)
ballofayr.scale = Vector2(dim * fullSize, dim * fullSize)
if (targetProg / finalProg >= 0.9):
timer = clampf(timer + delta, 0, targetProg / finalProg)
path.progress_ratio = timer
if path.progress_ratio == 1:
self.free()
func castFailed():
pass

View File

@ -1,9 +1,32 @@
extends "res://Scripts/animationBase.gd"
var path: PathFollow2D
var failPath: PathFollow2D
var casting: bool = true
var timer: float = 0
@onready var texture: TextureRect = $Path2D/PathFollow2D/TextureRect
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
if !inverted:
path = $Path2D/PathFollow2D
failPath = $Path2D/PathFollow2D/Path2D/PathFollow2D
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
if casting:
timer = clampf(timer + delta, 0, targetProg / finalProg)
path.progress_ratio = timer
if path.progress_ratio == 1:
self.free()
else:
timer = clampf(timer + (1.25 * delta), 0, 1)
failPath.progress_ratio = timer
if failPath.progress_ratio == 1:
self.free()
func castFailed():
casting = false
texture.get_parent().remove_child(texture)
failPath.add_child(texture)
timer = 0

View File

@ -1,10 +0,0 @@
[gd_scene load_steps=2 format=3 uid="uid://c44hesqr12wxd"]
[ext_resource type="Script" path="res://Scripts/Animations/rockThrowAnim.gd" id="1_owh0v"]
[node name="RockThrowAnim" type="Node2D"]
script = ExtResource("1_owh0v")
[node name="TextureRect" type="TextureRect" parent="."]
offset_right = 40.0
offset_bottom = 40.0

View File

@ -1,6 +1,14 @@
extends Node2D
class_name AnimationBase
@export var inverted: bool = false
var targetProg: float
var finalProg: float
func castFailed():
pass
func setProgress(target: float, final: float = finalProg):
targetProg = target
finalProg = final

View File

@ -16,7 +16,7 @@ func _ready():
spellbook.initCooldowns()
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
func _process(_delta):
if !player:
_aiControlled()
@ -29,7 +29,7 @@ func alterHealth(damage: float, stun: bool):
casting = false
renderer.play("hit")
func enableParticles(strength: float):
func enableParticles(_strength: float):
particleSystem.emitting = true

View File

@ -19,3 +19,4 @@ enum Difficulty{
@export var spellbook: Spellbook
@export var difficulty: Difficulty = Difficulty.NORMAL
@export var animations: Dictionary = {}

View File

@ -7,6 +7,7 @@ var casting = false
var spell: Spell
var spellIndex: int
var timer: float = 0
var anim: AnimationBase
# Called when the node enters the scene tree for the first time.
func _ready():
@ -23,11 +24,20 @@ func _process(delta):
castIndicator.show()
castIndicator.setDirs(spell.castCombo[0], spell.castCombo[1])
avatar.particleSystem.emitting = true
if spell.animation != null:
if !data.animations.has(spell.animation):
print("Loading Animation")
data.animations[spell.animation] = load(spell.animation)
anim = data.animations[spell.animation].instantiate()
anim.setProgress(0, spell.castCombo.size())
get_node("/root").add_child(anim)
timer = 0
else:
timer += delta
if (Input.is_action_just_pressed(spell.castCombo[spell.castProgress])):
spell.castProgress += 1
anim.setProgress(spell.castProgress)
if spell.castProgress == spell.castCombo.size() - 1:
castIndicator.setDirs(spell.castCombo[spell.castProgress])
@ -44,9 +54,10 @@ func _process(delta):
elif (timer >= spell.timeout || Input.is_action_just_pressed("up") || Input.is_action_just_pressed("down") || Input.is_action_just_pressed("left") || Input.is_action_just_pressed("right")):
avatar.alterHealth(-spell.backfireStrength, true)
casting = false
anim.castFailed()
avatar.particleSystem.emitting = false
spell.castProgress = 0
data.spellbook.cooldowns[spellIndex] = spell.cooldown * (spell.castProgress / spell.castCombo.size())
data.spellbook.cooldowns[spellIndex] = spell.cooldown * (float(spell.castProgress) / float(spell.castCombo.size()))
castIndicator.hide()
for i in range(data.spellbook.cooldowns.size()):

View File

@ -0,0 +1,14 @@
Title Screen Options
Borgar - https://creatorchords.com/music/borgar/
Legends - https://creatorchords.com/music/legends/
Pathfinder - https://creatorchords.com/music/pathfinder
Wanderer - https://creatorchords.com/music/wanderer/
https://youtu.be/ojYje1xKLSo
Forest Intro - https://soundimage.org/fantasy-7/
Battle Options
Credits Options
Demons and Angels - https://creatorchords.com/music/demons-and-angels/
Pathfinder - https://creatorchords.com/music/pathfinder

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://vn52l5a3vkt5"
path="res://.godot/imported/10_weaponhit_spritesheet.png-ecb90ae7d5c3fb3d525fcbfd436d1e9b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/10_weaponhit_spritesheet.png"
dest_files=["res://.godot/imported/10_weaponhit_spritesheet.png-ecb90ae7d5c3fb3d525fcbfd436d1e9b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bj35dyyykjtmr"
path="res://.godot/imported/11_fire_spritesheet.png-436bf1e04e916187a4dccf0cc4c32fd4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/11_fire_spritesheet.png"
dest_files=["res://.godot/imported/11_fire_spritesheet.png-436bf1e04e916187a4dccf0cc4c32fd4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://vfd8mkmxtqxq"
path="res://.godot/imported/12_nebula_spritesheet.png-b3c168b516f78493213a01945257acc2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/12_nebula_spritesheet.png"
dest_files=["res://.godot/imported/12_nebula_spritesheet.png-b3c168b516f78493213a01945257acc2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://o8ma05ybellh"
path="res://.godot/imported/13_vortex_spritesheet.png-9d7221b368af3ca7160d942b1156b2d7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/13_vortex_spritesheet.png"
dest_files=["res://.godot/imported/13_vortex_spritesheet.png-9d7221b368af3ca7160d942b1156b2d7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://duhfubg2hwuti"
path="res://.godot/imported/14_phantom_spritesheet.png-24f27f4c16d3b68954fa444ed4d47573.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/14_phantom_spritesheet.png"
dest_files=["res://.godot/imported/14_phantom_spritesheet.png-24f27f4c16d3b68954fa444ed4d47573.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cus3yvoyc27dr"
path="res://.godot/imported/15_loading_spritesheet.png-f564700cbf27cce32925b8cdf324db15.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/15_loading_spritesheet.png"
dest_files=["res://.godot/imported/15_loading_spritesheet.png-f564700cbf27cce32925b8cdf324db15.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://s1wipkprymf7"
path="res://.godot/imported/16_sunburn_spritesheet.png-d0ff8ee77a6fae4e387bb290b0b64060.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/16_sunburn_spritesheet.png"
dest_files=["res://.godot/imported/16_sunburn_spritesheet.png-d0ff8ee77a6fae4e387bb290b0b64060.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dt0ceryr2264j"
path="res://.godot/imported/17_felspell_spritesheet.png-34fc506f326a0036234b382eeade864d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/17_felspell_spritesheet.png"
dest_files=["res://.godot/imported/17_felspell_spritesheet.png-34fc506f326a0036234b382eeade864d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://n0qop654malx"
path="res://.godot/imported/18_midnight_spritesheet.png-6aa85b87fed546ce98539848d659ef95.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/18_midnight_spritesheet.png"
dest_files=["res://.godot/imported/18_midnight_spritesheet.png-6aa85b87fed546ce98539848d659ef95.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cqa13casgodar"
path="res://.godot/imported/19_freezing_spritesheet.png-54ce4ef65114ab20b4611b57175c39ba.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/19_freezing_spritesheet.png"
dest_files=["res://.godot/imported/19_freezing_spritesheet.png-54ce4ef65114ab20b4611b57175c39ba.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dryw0wl4n2keo"
path="res://.godot/imported/1_magicspell_spritesheet.png-24803ce2ee102fa0598278902a51b57d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/1_magicspell_spritesheet.png"
dest_files=["res://.godot/imported/1_magicspell_spritesheet.png-24803ce2ee102fa0598278902a51b57d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b17v1e34ell73"
path="res://.godot/imported/20_magicbubbles_spritesheet.png-f7f81145fe0b8d9141896f1bf4b95718.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/20_magicbubbles_spritesheet.png"
dest_files=["res://.godot/imported/20_magicbubbles_spritesheet.png-f7f81145fe0b8d9141896f1bf4b95718.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bp41uv7qtq2t8"
path="res://.godot/imported/2_magic8_spritesheet.png-790527502e6c0dd1037f973297a27863.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/2_magic8_spritesheet.png"
dest_files=["res://.godot/imported/2_magic8_spritesheet.png-790527502e6c0dd1037f973297a27863.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ci37rm8x330ay"
path="res://.godot/imported/3_bluefire_spritesheet.png-357075902a2c8019aa86232d57a897b9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/3_bluefire_spritesheet.png"
dest_files=["res://.godot/imported/3_bluefire_spritesheet.png-357075902a2c8019aa86232d57a897b9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://op5xs1c6o0ec"
path="res://.godot/imported/4_casting_spritesheet.png-e2b819f18ab697020dd565644b443d62.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/4_casting_spritesheet.png"
dest_files=["res://.godot/imported/4_casting_spritesheet.png-e2b819f18ab697020dd565644b443d62.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dcrph5ns8wf6w"
path="res://.godot/imported/5_magickahit_spritesheet.png-68ce8b207eb8ca93f98618e3140f5ae0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/5_magickahit_spritesheet.png"
dest_files=["res://.godot/imported/5_magickahit_spritesheet.png-68ce8b207eb8ca93f98618e3140f5ae0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://chdnj0c3agxv1"
path="res://.godot/imported/6_flamelash_spritesheet.png-f48b9667198dccc4a84dd654fe34df54.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/6_flamelash_spritesheet.png"
dest_files=["res://.godot/imported/6_flamelash_spritesheet.png-f48b9667198dccc4a84dd654fe34df54.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c4dqd3xfskjq3"
path="res://.godot/imported/7_firespin_spritesheet.png-478efcde18efd9d47dfce6c3a872ae19.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/7_firespin_spritesheet.png"
dest_files=["res://.godot/imported/7_firespin_spritesheet.png-478efcde18efd9d47dfce6c3a872ae19.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://urqxrh4di07o"
path="res://.godot/imported/8_protectioncircle_spritesheet.png-025e24dfe324b96b530121d9d92be62e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/8_protectioncircle_spritesheet.png"
dest_files=["res://.godot/imported/8_protectioncircle_spritesheet.png-025e24dfe324b96b530121d9d92be62e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dvqt02ekk7nvv"
path="res://.godot/imported/9_brightfire_spritesheet.png-2a1317b7dc43c375b90d6c3da1109f32.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/9_brightfire_spritesheet.png"
dest_files=["res://.godot/imported/9_brightfire_spritesheet.png-2a1317b7dc43c375b90d6c3da1109f32.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bla8rw5wnahkt"
path="res://.godot/imported/Effect_Anima_1_437x437.png-46da41ff716c25a4138d8ac7edf9d4bc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Anima_1_437x437.png"
dest_files=["res://.godot/imported/Effect_Anima_1_437x437.png-46da41ff716c25a4138d8ac7edf9d4bc.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2twoceho6q44"
path="res://.godot/imported/Effect_Anima_1_437x437_desaturated.png-b6d825cb9623dc042aa5f653e080072c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Anima_1_437x437_desaturated.png"
dest_files=["res://.godot/imported/Effect_Anima_1_437x437_desaturated.png-b6d825cb9623dc042aa5f653e080072c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://df1rqga22alvj"
path="res://.godot/imported/Effect_BigHit_1_557x553.png-b3a6674c163b48cec289fd2dc6a1c5c8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_BigHit_1_557x553.png"
dest_files=["res://.godot/imported/Effect_BigHit_1_557x553.png-b3a6674c163b48cec289fd2dc6a1c5c8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ceuakeo46b78q"
path="res://.godot/imported/Effect_BigHit_1_557x553_desaturated.png-0c50cbb7b098c77c0270191265266cb2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_BigHit_1_557x553_desaturated.png"
dest_files=["res://.godot/imported/Effect_BigHit_1_557x553_desaturated.png-0c50cbb7b098c77c0270191265266cb2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bemd1nov0w053"
path="res://.godot/imported/Effect_BloodImpact_1_69x60.png-afde217bd4dde8c09fab42100a3a2cc3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_BloodImpact_1_69x60.png"
dest_files=["res://.godot/imported/Effect_BloodImpact_1_69x60.png-afde217bd4dde8c09fab42100a3a2cc3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bipa8igcr8k21"
path="res://.godot/imported/Effect_BloodImpact_1_69x60_desaturated.png-cfac4b3ff4bf0fea86bc76404a64770d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_BloodImpact_1_69x60_desaturated.png"
dest_files=["res://.godot/imported/Effect_BloodImpact_1_69x60_desaturated.png-cfac4b3ff4bf0fea86bc76404a64770d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://su81c4d2574x"
path="res://.godot/imported/Effect_Charged_1_321x371.png-4c57266636f022e0e788b7810db81da7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Charged_1_321x371.png"
dest_files=["res://.godot/imported/Effect_Charged_1_321x371.png-4c57266636f022e0e788b7810db81da7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ccgm18l8wf158"
path="res://.godot/imported/Effect_Charged_1_321x371_desaturated.png-1e48af11d06acae8d58e9b8e47c16f72.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Charged_1_321x371_desaturated.png"
dest_files=["res://.godot/imported/Effect_Charged_1_321x371_desaturated.png-1e48af11d06acae8d58e9b8e47c16f72.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://storxlqqbkdn"
path="res://.godot/imported/Effect_DitheredFire_1_517x246.png-170a3e9bc87efe42cab138cc1ca08542.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_DitheredFire_1_517x246.png"
dest_files=["res://.godot/imported/Effect_DitheredFire_1_517x246.png-170a3e9bc87efe42cab138cc1ca08542.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d1qvs3ulvsiqa"
path="res://.godot/imported/Effect_DitheredFire_1_517x246_desaturated.png-c7b00eedae160cbebb023bbeff09c4fc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_DitheredFire_1_517x246_desaturated.png"
dest_files=["res://.godot/imported/Effect_DitheredFire_1_517x246_desaturated.png-c7b00eedae160cbebb023bbeff09c4fc.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://chl6x8qixjx27"
path="res://.godot/imported/Effect_EldenRing_1_421x425.png-5a4c6be20e9de7a3954cd058da11ecaf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_EldenRing_1_421x425.png"
dest_files=["res://.godot/imported/Effect_EldenRing_1_421x425.png-5a4c6be20e9de7a3954cd058da11ecaf.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://o2rq11ggay35"
path="res://.godot/imported/Effect_EldenRing_1_421x425_desaturated.png-cbd850eab40c30d7b03fd4b4bc39cbcc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_EldenRing_1_421x425_desaturated.png"
dest_files=["res://.godot/imported/Effect_EldenRing_1_421x425_desaturated.png-cbd850eab40c30d7b03fd4b4bc39cbcc.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dhrrp8yq36mea"
path="res://.godot/imported/Effect_ElectricShield_1_265x265.png-def96ef09f017b9c4b0914e368b8ab27.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_ElectricShield_1_265x265.png"
dest_files=["res://.godot/imported/Effect_ElectricShield_1_265x265.png-def96ef09f017b9c4b0914e368b8ab27.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgxhhemvmvc2v"
path="res://.godot/imported/Effect_ElectricShield_1_265x265_desaturated.png-eac38ee4ebf1027f2825bc606a5378fa.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_ElectricShield_1_265x265_desaturated.png"
dest_files=["res://.godot/imported/Effect_ElectricShield_1_265x265_desaturated.png-eac38ee4ebf1027f2825bc606a5378fa.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2orr8fuskgyv"
path="res://.godot/imported/Effect_FastPixelFire_1_173x193.png-a9935ca3352d61e7f001d70af691d668.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_FastPixelFire_1_173x193.png"
dest_files=["res://.godot/imported/Effect_FastPixelFire_1_173x193.png-a9935ca3352d61e7f001d70af691d668.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d4ea5e6o4ibqt"
path="res://.godot/imported/Effect_FastPixelFire_1_173x193_desaturated.png-30a4889b3b4c54ffb757782676b4078b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_FastPixelFire_1_173x193_desaturated.png"
dest_files=["res://.godot/imported/Effect_FastPixelFire_1_173x193_desaturated.png-30a4889b3b4c54ffb757782676b4078b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bpywg0by44pmk"
path="res://.godot/imported/Effect_Hyperspeed_1_517x515.png-5b933c45ad6fe2380d7bc728532f629a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Hyperspeed_1_517x515.png"
dest_files=["res://.godot/imported/Effect_Hyperspeed_1_517x515.png-5b933c45ad6fe2380d7bc728532f629a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cw8cemfao28d7"
path="res://.godot/imported/Effect_Hyperspeed_1_517x515_desaturated.png-fc4ac1c4b3cd51e456a47e660fce441c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Hyperspeed_1_517x515_desaturated.png"
dest_files=["res://.godot/imported/Effect_Hyperspeed_1_517x515_desaturated.png-fc4ac1c4b3cd51e456a47e660fce441c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dubvwma85pcdh"
path="res://.godot/imported/Effect_Impact_1_291x301.png-3c3ab3073f87bbcb5f46a86122337b9c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Impact_1_291x301.png"
dest_files=["res://.godot/imported/Effect_Impact_1_291x301.png-3c3ab3073f87bbcb5f46a86122337b9c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://w2rwdjf6ltsn"
path="res://.godot/imported/Effect_Kabooms_1_401x325.png-052d7281d0b9841234cdfbf0d66f4ecf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Kabooms_1_401x325.png"
dest_files=["res://.godot/imported/Effect_Kabooms_1_401x325.png-052d7281d0b9841234cdfbf0d66f4ecf.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5d5kxo6jm0kj"
path="res://.godot/imported/Effect_Kabooms_1_401x325_desaturated.png-c4dfb7248c61755fbda86ecfa7121188.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Kabooms_1_401x325_desaturated.png"
dest_files=["res://.godot/imported/Effect_Kabooms_1_401x325_desaturated.png-c4dfb7248c61755fbda86ecfa7121188.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dlo66e6n115vp"
path="res://.godot/imported/Effect_Magma_1_381x186.png-d22eb99eff7e5d24ea34ad8f1d45b2c1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Magma_1_381x186.png"
dest_files=["res://.godot/imported/Effect_Magma_1_381x186.png-d22eb99eff7e5d24ea34ad8f1d45b2c1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmvrkx3x8by3v"
path="res://.godot/imported/Effect_Magma_1_381x186_desaturated.png-8fc625863fb6347aa9e8d2b3031242a7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Particles/Particles Cleaned/Effect_Magma_1_381x186_desaturated.png"
dest_files=["res://.godot/imported/Effect_Magma_1_381x186_desaturated.png-8fc625863fb6347aa9e8d2b3031242a7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Some files were not shown because too many files have changed in this diff Show More