diff --git a/DungeonShooting_Godot/prefab/effect/Blood.tscn b/DungeonShooting_Godot/prefab/effect/Blood.tscn index 1e6ad14..7abbec9 100644 --- a/DungeonShooting_Godot/prefab/effect/Blood.tscn +++ b/DungeonShooting_Godot/prefab/effect/Blood.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=3 format=3] -[ext_resource path="res://resource/effects/Circle.png" type="Texture2D" id=1] -[ext_resource path="res://src/game/effects/Blood.cs" type="Script" id=2] +[ext_resource type="Texture2D" uid="uid://cgptnp74ive4r" path="res://resource/sprite/effects/Circle.png" id="1"] +[ext_resource type="Script" path="res://src/game/effects/Blood.cs" id="2"] + [node name="Blood" type="CPUParticles2D"] z_index = -5 diff --git a/DungeonShooting_Godot/prefab/effect/BulletDisappear.tscn b/DungeonShooting_Godot/prefab/effect/BulletDisappear.tscn index 96428cb..54549a1 100644 --- a/DungeonShooting_Godot/prefab/effect/BulletDisappear.tscn +++ b/DungeonShooting_Godot/prefab/effect/BulletDisappear.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=15 format=3 uid="uid://vbu1phb8mchw"] +[gd_scene load_steps=15 format=3] -[ext_resource type="Texture2D" uid="uid://d8ot2wrdoe4j" path="res://resource/effects/Explosion.png" id="1_qqm6c"] -[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/effects/Smoke.png" id="1_ybsvf"] +[ext_resource type="Texture2D" uid="uid://d8ot2wrdoe4j" path="res://resource/sprite/effects/Explosion.png" id="1_qqm6c"] +[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/effects/Smoke.png" id="1_ybsvf"] + [sub_resource type="AtlasTexture" id="AtlasTexture_tscb3"] atlas = ExtResource("1_qqm6c") diff --git a/DungeonShooting_Godot/prefab/effect/BulletSmoke.tscn b/DungeonShooting_Godot/prefab/effect/BulletSmoke.tscn index 22ba2ef..368fd26 100644 --- a/DungeonShooting_Godot/prefab/effect/BulletSmoke.tscn +++ b/DungeonShooting_Godot/prefab/effect/BulletSmoke.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=9 format=3 uid="uid://dtr8nurmv2qtg"] +[gd_scene load_steps=9 format=3] -[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/effects/Smoke.png" id="1"] +[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/effects/Smoke.png" id="1"] [ext_resource type="Texture2D" uid="uid://bs1lan5uwxyfg" path="res://resource/curve/Curve1.tres" id="1_8pe88"] -[ext_resource type="Texture2D" uid="uid://dwa4chrugc6b1" path="res://resource/effects/Collision.png" id="2"] +[ext_resource type="Texture2D" uid="uid://dwa4chrugc6b1" path="res://resource/sprite/effects/Collision.png" id="2"] [sub_resource type="CanvasItemMaterial" id="1"] particles_animation = true diff --git a/DungeonShooting_Godot/prefab/effect/Effect1.tscn b/DungeonShooting_Godot/prefab/effect/Effect1.tscn index 17115a1..4cd0ba7 100644 --- a/DungeonShooting_Godot/prefab/effect/Effect1.tscn +++ b/DungeonShooting_Godot/prefab/effect/Effect1.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=8 format=3 uid="uid://crx1kqqrymmdb"] +[gd_scene load_steps=8 format=3] [ext_resource type="Material" uid="uid://c1chld6lkpgji" path="res://resource/material/SmokeParticleMaterial.tres" id="1_dxavj"] [ext_resource type="Texture2D" uid="uid://bs1lan5uwxyfg" path="res://resource/curve/Curve1.tres" id="1_s60r7"] -[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/effects/Smoke.png" id="2_3kyig"] -[ext_resource type="Texture2D" uid="uid://csud4e6kc3iku" path="res://resource/effects/Effect1.png" id="3_1mceu"] +[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/effects/Smoke.png" id="2_3kyig"] +[ext_resource type="Texture2D" uid="uid://csud4e6kc3iku" path="res://resource/sprite/effects/Effect1.png" id="3_1mceu"] [ext_resource type="Script" path="res://src/game/effects/Effect1.cs" id="3_ax5u4"] [sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_ipadv"] diff --git a/DungeonShooting_Godot/prefab/effect/ShotFire.tscn b/DungeonShooting_Godot/prefab/effect/ShotFire.tscn index 8c1d374..1a07305 100644 --- a/DungeonShooting_Godot/prefab/effect/ShotFire.tscn +++ b/DungeonShooting_Godot/prefab/effect/ShotFire.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=4 format=3] -[ext_resource path="res://resource/effects/ShotFire.png" type="Texture2D" id=1] +[ext_resource type="Texture2D" uid="uid://b0jsyrbk4bydt" path="res://resource/sprite/effects/ShotFire.png" id="1"] + [sub_resource type="Animation" id=2] length = 0.001 diff --git a/DungeonShooting_Godot/prefab/effect/activityObject/EnemyBloodEffect.tscn b/DungeonShooting_Godot/prefab/effect/activityObject/EnemyBloodEffect.tscn index a96a14e..fad95e4 100644 --- a/DungeonShooting_Godot/prefab/effect/activityObject/EnemyBloodEffect.tscn +++ b/DungeonShooting_Godot/prefab/effect/activityObject/EnemyBloodEffect.tscn @@ -1,7 +1,7 @@ -[gd_scene load_steps=5 format=3 uid="uid://dv3pstsr56ux7"] +[gd_scene load_steps=5 format=3] [ext_resource type="Material" uid="uid://c1chld6lkpgji" path="res://resource/material/SmokeParticleMaterial.tres" id="1_wwb7t"] -[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/effects/Smoke.png" id="2_5rrhq"] +[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/effects/Smoke.png" id="2_5rrhq"] [ext_resource type="Script" path="res://src/game/effects/AutoDestroyEffect.cs" id="3_cvfk3"] [sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_emuda"] diff --git a/DungeonShooting_Godot/prefab/effect/activityObject/EnemyDebris.tscn b/DungeonShooting_Godot/prefab/effect/activityObject/EnemyDebris.tscn index 58a339d..a8066f9 100644 --- a/DungeonShooting_Godot/prefab/effect/activityObject/EnemyDebris.tscn +++ b/DungeonShooting_Godot/prefab/effect/activityObject/EnemyDebris.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=30 format=3 uid="uid://cj47w003yql4x"] +[gd_scene load_steps=30 format=3 uid="uid://pr88a1phtxgb"] [ext_resource type="Script" path="res://src/framework/activity/ActivityObjectTemplate.cs" id="1_h7exw"] [ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="2_vlp01"] -[ext_resource type="Texture2D" uid="uid://d2f55lu60x64i" path="res://resource/effects/activityObject/Enemy0001_Debris.png" id="3_ohnrx"] -[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/effects/Smoke.png" id="4_e30nm"] +[ext_resource type="Texture2D" uid="uid://d2f55lu60x64i" path="res://resource/sprite/effects/activityObject/Enemy0001_Debris.png" id="3_ohnrx"] +[ext_resource type="Texture2D" uid="uid://h7hkgbwj1li" path="res://resource/sprite/effects/Smoke.png" id="4_e30nm"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_s1mj2"] resource_local_to_scene = true @@ -17,120 +17,120 @@ shader_parameter/blend = Color(1, 1, 1, 1) shader_parameter/schedule = 0 -[sub_resource type="AtlasTexture" id="AtlasTexture_hqaf2"] +[sub_resource type="AtlasTexture" id="AtlasTexture_cldwb"] atlas = ExtResource("3_ohnrx") -region = Rect2(0, 0, 8, 8) +region = Rect2(0, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_b55yq"] +[sub_resource type="AtlasTexture" id="AtlasTexture_ehtnl"] atlas = ExtResource("3_ohnrx") -region = Rect2(8, 0, 8, 8) +region = Rect2(16, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_6ouxh"] +[sub_resource type="AtlasTexture" id="AtlasTexture_j05gd"] atlas = ExtResource("3_ohnrx") -region = Rect2(16, 0, 8, 8) +region = Rect2(32, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_sfr41"] +[sub_resource type="AtlasTexture" id="AtlasTexture_7el6f"] atlas = ExtResource("3_ohnrx") -region = Rect2(24, 0, 8, 8) +region = Rect2(48, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_j5qpi"] +[sub_resource type="AtlasTexture" id="AtlasTexture_n7sw3"] atlas = ExtResource("3_ohnrx") -region = Rect2(32, 0, 8, 8) +region = Rect2(64, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_ltfhd"] +[sub_resource type="AtlasTexture" id="AtlasTexture_mumsm"] atlas = ExtResource("3_ohnrx") -region = Rect2(40, 0, 8, 8) +region = Rect2(80, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_oh4q1"] +[sub_resource type="AtlasTexture" id="AtlasTexture_gx41d"] atlas = ExtResource("3_ohnrx") -region = Rect2(48, 0, 8, 8) +region = Rect2(96, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_ebvnk"] +[sub_resource type="AtlasTexture" id="AtlasTexture_r4nx1"] atlas = ExtResource("3_ohnrx") -region = Rect2(56, 0, 8, 8) +region = Rect2(112, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_lboyj"] +[sub_resource type="AtlasTexture" id="AtlasTexture_s8j4o"] atlas = ExtResource("3_ohnrx") -region = Rect2(64, 0, 8, 8) +region = Rect2(128, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_6qefr"] +[sub_resource type="AtlasTexture" id="AtlasTexture_2svrb"] atlas = ExtResource("3_ohnrx") -region = Rect2(72, 0, 8, 8) +region = Rect2(144, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_aya5f"] +[sub_resource type="AtlasTexture" id="AtlasTexture_twd5t"] atlas = ExtResource("3_ohnrx") -region = Rect2(80, 0, 8, 8) +region = Rect2(160, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_el804"] +[sub_resource type="AtlasTexture" id="AtlasTexture_8w5ka"] atlas = ExtResource("3_ohnrx") -region = Rect2(88, 0, 8, 8) +region = Rect2(176, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_pha71"] +[sub_resource type="AtlasTexture" id="AtlasTexture_6iumv"] atlas = ExtResource("3_ohnrx") -region = Rect2(96, 0, 8, 8) +region = Rect2(192, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_ps4oc"] +[sub_resource type="AtlasTexture" id="AtlasTexture_lpilf"] atlas = ExtResource("3_ohnrx") -region = Rect2(104, 0, 8, 8) +region = Rect2(208, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_l8my6"] +[sub_resource type="AtlasTexture" id="AtlasTexture_n1a5a"] atlas = ExtResource("3_ohnrx") -region = Rect2(112, 0, 8, 8) +region = Rect2(224, 0, 16, 16) -[sub_resource type="AtlasTexture" id="AtlasTexture_4jpot"] +[sub_resource type="AtlasTexture" id="AtlasTexture_q0oeq"] atlas = ExtResource("3_ohnrx") -region = Rect2(120, 0, 8, 8) +region = Rect2(240, 0, 16, 16) [sub_resource type="SpriteFrames" id="SpriteFrames_15g84"] animations = [{ "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_hqaf2") +"texture": SubResource("AtlasTexture_cldwb") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_b55yq") +"texture": SubResource("AtlasTexture_ehtnl") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_6ouxh") +"texture": SubResource("AtlasTexture_j05gd") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_sfr41") +"texture": SubResource("AtlasTexture_7el6f") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_j5qpi") +"texture": SubResource("AtlasTexture_n7sw3") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_ltfhd") +"texture": SubResource("AtlasTexture_mumsm") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_oh4q1") +"texture": SubResource("AtlasTexture_gx41d") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_ebvnk") +"texture": SubResource("AtlasTexture_r4nx1") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_lboyj") +"texture": SubResource("AtlasTexture_s8j4o") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_6qefr") +"texture": SubResource("AtlasTexture_2svrb") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_aya5f") +"texture": SubResource("AtlasTexture_twd5t") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_el804") +"texture": SubResource("AtlasTexture_8w5ka") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_pha71") +"texture": SubResource("AtlasTexture_6iumv") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_ps4oc") +"texture": SubResource("AtlasTexture_lpilf") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_l8my6") +"texture": SubResource("AtlasTexture_n1a5a") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_4jpot") +"texture": SubResource("AtlasTexture_q0oeq") }], "loop": true, "name": &"default", diff --git a/DungeonShooting_Godot/resource/effects/Circle.png b/DungeonShooting_Godot/resource/effects/Circle.png deleted file mode 100644 index b441812..0000000 --- a/DungeonShooting_Godot/resource/effects/Circle.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/Circle.png.import b/DungeonShooting_Godot/resource/effects/Circle.png.import deleted file mode 100644 index 0db5db8..0000000 --- a/DungeonShooting_Godot/resource/effects/Circle.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgptnp74ive4r" -path="res://.godot/imported/Circle.png-768473019d8d1278c7455b04b18ad833.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/Circle.png" -dest_files=["res://.godot/imported/Circle.png-768473019d8d1278c7455b04b18ad833.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 diff --git a/DungeonShooting_Godot/resource/effects/Collision.png b/DungeonShooting_Godot/resource/effects/Collision.png deleted file mode 100644 index f15c822..0000000 --- a/DungeonShooting_Godot/resource/effects/Collision.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/Collision.png.import b/DungeonShooting_Godot/resource/effects/Collision.png.import deleted file mode 100644 index 0dec77a..0000000 --- a/DungeonShooting_Godot/resource/effects/Collision.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwa4chrugc6b1" -path="res://.godot/imported/Collision.png-8020a497389b37f0e87e0893185bc96f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/Collision.png" -dest_files=["res://.godot/imported/Collision.png-8020a497389b37f0e87e0893185bc96f.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 diff --git a/DungeonShooting_Godot/resource/effects/Effect1.png b/DungeonShooting_Godot/resource/effects/Effect1.png deleted file mode 100644 index 51ef9a9..0000000 --- a/DungeonShooting_Godot/resource/effects/Effect1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/Effect1.png.import b/DungeonShooting_Godot/resource/effects/Effect1.png.import deleted file mode 100644 index f6bc5d2..0000000 --- a/DungeonShooting_Godot/resource/effects/Effect1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://csud4e6kc3iku" -path="res://.godot/imported/Effect1.png-277a43c6763fd3e5c0967adefb26bf09.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/Effect1.png" -dest_files=["res://.godot/imported/Effect1.png-277a43c6763fd3e5c0967adefb26bf09.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 diff --git a/DungeonShooting_Godot/resource/effects/Explosion.png b/DungeonShooting_Godot/resource/effects/Explosion.png deleted file mode 100644 index dab1f49..0000000 --- a/DungeonShooting_Godot/resource/effects/Explosion.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/Explosion.png.import b/DungeonShooting_Godot/resource/effects/Explosion.png.import deleted file mode 100644 index 31fef57..0000000 --- a/DungeonShooting_Godot/resource/effects/Explosion.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d8ot2wrdoe4j" -path="res://.godot/imported/Explosion.png-34699b5100df62b592d53e9982fcc430.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/Explosion.png" -dest_files=["res://.godot/imported/Explosion.png-34699b5100df62b592d53e9982fcc430.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 diff --git a/DungeonShooting_Godot/resource/effects/Hit.tres b/DungeonShooting_Godot/resource/effects/Hit.tres deleted file mode 100644 index 7f0238d..0000000 --- a/DungeonShooting_Godot/resource/effects/Hit.tres +++ /dev/null @@ -1,15 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=6 format=2] - -[ext_resource path="res://resource/sprite/effect/hit/hit2.png" type="Texture2D" id=1] -[ext_resource path="res://resource/sprite/effect/hit/hit4.png" type="Texture2D" id=2] -[ext_resource path="res://resource/sprite/effect/hit/hit0.png" type="Texture2D" id=3] -[ext_resource path="res://resource/sprite/effect/hit/hit3.png" type="Texture2D" id=4] -[ext_resource path="res://resource/sprite/effect/hit/hit1.png" type="Texture2D" id=5] - -[resource] -animations = [ { -"frames": [ ExtResource( 3 ), ExtResource( 5 ), ExtResource( 1 ), ExtResource( 4 ), ExtResource( 2 ) ], -"loop": true, -"name": "default", -"speed": 20.0 -} ] diff --git a/DungeonShooting_Godot/resource/effects/KnifeHit1.tres b/DungeonShooting_Godot/resource/effects/KnifeHit1.tres deleted file mode 100644 index a7588d2..0000000 --- a/DungeonShooting_Godot/resource/effects/KnifeHit1.tres +++ /dev/null @@ -1,35 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=8 format=2] - -[ext_resource path="res://resource/sprite/effect/KnifeHit1.png" type="Texture2D" id=1] - -[sub_resource type="AtlasTexture" id=1] -atlas = ExtResource( 1 ) -region = Rect2( 0, 0, 64, 68 ) - -[sub_resource type="AtlasTexture" id=2] -atlas = ExtResource( 1 ) -region = Rect2( 64, 0, 64, 68 ) - -[sub_resource type="AtlasTexture" id=3] -atlas = ExtResource( 1 ) -region = Rect2( 128, 0, 64, 68 ) - -[sub_resource type="AtlasTexture" id=4] -atlas = ExtResource( 1 ) -region = Rect2( 192, 0, 64, 68 ) - -[sub_resource type="AtlasTexture" id=5] -atlas = ExtResource( 1 ) -region = Rect2( 256, 0, 64, 68 ) - -[sub_resource type="AtlasTexture" id=6] -atlas = ExtResource( 1 ) -region = Rect2( 320, 0, 64, 68 ) - -[resource] -animations = [ { -"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ) ], -"loop": true, -"name": "default", -"speed": 30.0 -} ] diff --git a/DungeonShooting_Godot/resource/effects/ShotFire.png b/DungeonShooting_Godot/resource/effects/ShotFire.png deleted file mode 100644 index 5c6d63a..0000000 --- a/DungeonShooting_Godot/resource/effects/ShotFire.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/ShotFire.png.import b/DungeonShooting_Godot/resource/effects/ShotFire.png.import deleted file mode 100644 index 96e4f04..0000000 --- a/DungeonShooting_Godot/resource/effects/ShotFire.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b0jsyrbk4bydt" -path="res://.godot/imported/ShotFire.png-452ffba8f1f5c13a9f6807c93e5409e0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/ShotFire.png" -dest_files=["res://.godot/imported/ShotFire.png-452ffba8f1f5c13a9f6807c93e5409e0.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 diff --git a/DungeonShooting_Godot/resource/effects/Smoke.png b/DungeonShooting_Godot/resource/effects/Smoke.png deleted file mode 100644 index f358c57..0000000 --- a/DungeonShooting_Godot/resource/effects/Smoke.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/Smoke.png.import b/DungeonShooting_Godot/resource/effects/Smoke.png.import deleted file mode 100644 index c62f456..0000000 --- a/DungeonShooting_Godot/resource/effects/Smoke.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://h7hkgbwj1li" -path="res://.godot/imported/Smoke.png-7f6cb73c1414481cc8ba911eefd55a69.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/Smoke.png" -dest_files=["res://.godot/imported/Smoke.png-7f6cb73c1414481cc8ba911eefd55a69.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 diff --git a/DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png b/DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png deleted file mode 100644 index 1c4d212..0000000 --- a/DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png.import b/DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png.import deleted file mode 100644 index a522847..0000000 --- a/DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d2f55lu60x64i" -path="res://.godot/imported/Enemy0001_Debris.png-acec55b336255e10e72d7cc4a1ba1163.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/activityObject/Enemy0001_Debris.png" -dest_files=["res://.godot/imported/Enemy0001_Debris.png-acec55b336255e10e72d7cc4a1ba1163.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 diff --git a/DungeonShooting_Godot/resource/effects/debug_arrows.png b/DungeonShooting_Godot/resource/effects/debug_arrows.png deleted file mode 100644 index a92ff48..0000000 --- a/DungeonShooting_Godot/resource/effects/debug_arrows.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/effects/debug_arrows.png.import b/DungeonShooting_Godot/resource/effects/debug_arrows.png.import deleted file mode 100644 index 3399c2b..0000000 --- a/DungeonShooting_Godot/resource/effects/debug_arrows.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bv0i11jk5te5u" -path="res://.godot/imported/debug_arrows.png-de39def0e104ff1cb28ee09cfa7420c8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/effects/debug_arrows.png" -dest_files=["res://.godot/imported/debug_arrows.png-de39def0e104ff1cb28ee09cfa7420c8.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.aseprite b/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.aseprite deleted file mode 100644 index be780df..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.aseprite +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.png b/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.png deleted file mode 100644 index 83465d0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.png.import b/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.png.import deleted file mode 100644 index 144d037..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dx07ta0asnmuw" -path="res://.godot/imported/KnifeHit1.png-8ec1b83e3e29bcb0e825de1a30fc9c75.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/KnifeHit1.png" -dest_files=["res://.godot/imported/KnifeHit1.png-8ec1b83e3e29bcb0e825de1a30fc9c75.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/Trajectory.png b/DungeonShooting_Godot/resource/sprite/effect/Trajectory.png deleted file mode 100644 index f6cd27a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/Trajectory.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/Trajectory.png.import b/DungeonShooting_Godot/resource/sprite/effect/Trajectory.png.import deleted file mode 100644 index b01aa4e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/Trajectory.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvcic34xnwmqn" -path="res://.godot/imported/Trajectory.png-76c08620c3b29f4d728c82f31f8f0bb9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/Trajectory.png" -dest_files=["res://.godot/imported/Trajectory.png-76c08620c3b29f4d728c82f31f8f0bb9.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/fire/fire1.aseprite b/DungeonShooting_Godot/resource/sprite/effect/fire/fire1.aseprite deleted file mode 100644 index 1c47cfe..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/fire/fire1.aseprite +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit0.png b/DungeonShooting_Godot/resource/sprite/effect/hit/hit0.png deleted file mode 100644 index a4457f0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit0.png.import b/DungeonShooting_Godot/resource/sprite/effect/hit/hit0.png.import deleted file mode 100644 index b40bcd5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ch8h8mwpeh8oo" -path="res://.godot/imported/hit0.png-17276b3668c4e0cb4c107848aa290086.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/hit/hit0.png" -dest_files=["res://.godot/imported/hit0.png-17276b3668c4e0cb4c107848aa290086.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit1.png b/DungeonShooting_Godot/resource/sprite/effect/hit/hit1.png deleted file mode 100644 index fc1e151..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit1.png.import b/DungeonShooting_Godot/resource/sprite/effect/hit/hit1.png.import deleted file mode 100644 index 74a206e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ep1s6vsopk4y" -path="res://.godot/imported/hit1.png-4c89ae30862deb32de3206a28a45db55.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/hit/hit1.png" -dest_files=["res://.godot/imported/hit1.png-4c89ae30862deb32de3206a28a45db55.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit2.png b/DungeonShooting_Godot/resource/sprite/effect/hit/hit2.png deleted file mode 100644 index acf1526..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit2.png.import b/DungeonShooting_Godot/resource/sprite/effect/hit/hit2.png.import deleted file mode 100644 index 0b9f33e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://q8ddt2warhfg" -path="res://.godot/imported/hit2.png-0d34746142da1b03f2100dd624526a03.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/hit/hit2.png" -dest_files=["res://.godot/imported/hit2.png-0d34746142da1b03f2100dd624526a03.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit3.png b/DungeonShooting_Godot/resource/sprite/effect/hit/hit3.png deleted file mode 100644 index 272462c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit3.png.import b/DungeonShooting_Godot/resource/sprite/effect/hit/hit3.png.import deleted file mode 100644 index e5f9a17..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c01wt1b3h6237" -path="res://.godot/imported/hit3.png-87522b4136861ca3b16e8936be841355.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/hit/hit3.png" -dest_files=["res://.godot/imported/hit3.png-87522b4136861ca3b16e8936be841355.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit4.png b/DungeonShooting_Godot/resource/sprite/effect/hit/hit4.png deleted file mode 100644 index aa1f261..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/hit/hit4.png.import b/DungeonShooting_Godot/resource/sprite/effect/hit/hit4.png.import deleted file mode 100644 index d847857..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/hit/hit4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://pa5wvjmx2xv6" -path="res://.godot/imported/hit4.png-7d42c20b94c8395d3b41e4bc03afae84.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/hit/hit4.png" -dest_files=["res://.godot/imported/hit4.png-7d42c20b94c8395d3b41e4bc03afae84.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_0.png deleted file mode 100644 index ab11449..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_0.png.import deleted file mode 100644 index 9856d42..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b5dx2x1tu0wdn" -path="res://.godot/imported/1_0.png-bb7bd3ed0abf45a046807a3fe058263f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_0.png" -dest_files=["res://.godot/imported/1_0.png-bb7bd3ed0abf45a046807a3fe058263f.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_1.png deleted file mode 100644 index 27d9bc9..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_1.png.import deleted file mode 100644 index bcce569..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bwkrastrgbvku" -path="res://.godot/imported/1_1.png-b6db5c2dd3ecc707d28e3fc576c55857.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_1.png" -dest_files=["res://.godot/imported/1_1.png-b6db5c2dd3ecc707d28e3fc576c55857.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_10.png deleted file mode 100644 index 5bf59ac..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_10.png.import deleted file mode 100644 index 4716c66..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://l0hjyv5ws4gq" -path="res://.godot/imported/1_10.png-149e16e190aa65abeffe2a9b41ccbefc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_10.png" -dest_files=["res://.godot/imported/1_10.png-149e16e190aa65abeffe2a9b41ccbefc.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_11.png deleted file mode 100644 index c7fd756..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_11.png.import deleted file mode 100644 index 1627f3e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b3boij7a5nrfw" -path="res://.godot/imported/1_11.png-ad5256b36571eacb890241a8fc28723c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_11.png" -dest_files=["res://.godot/imported/1_11.png-ad5256b36571eacb890241a8fc28723c.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_12.png deleted file mode 100644 index a985b72..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_12.png.import deleted file mode 100644 index 1dbcf1d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbom3a7wbdfud" -path="res://.godot/imported/1_12.png-08ec92579b1502d1de6825c3b2d2449b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_12.png" -dest_files=["res://.godot/imported/1_12.png-08ec92579b1502d1de6825c3b2d2449b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_13.png deleted file mode 100644 index 8131d26..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_13.png.import deleted file mode 100644 index 6f1a233..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dvrvgwvq4uwa8" -path="res://.godot/imported/1_13.png-b2b88924917d2a392736bbf41b66940c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_13.png" -dest_files=["res://.godot/imported/1_13.png-b2b88924917d2a392736bbf41b66940c.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_14.png deleted file mode 100644 index 428517c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_14.png.import deleted file mode 100644 index 641beb5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bqf76f5dai3dw" -path="res://.godot/imported/1_14.png-299a8dec5b87d2e1350324ca28c67ff0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_14.png" -dest_files=["res://.godot/imported/1_14.png-299a8dec5b87d2e1350324ca28c67ff0.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_2.png deleted file mode 100644 index fb2b237..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_2.png.import deleted file mode 100644 index 87531fe..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://crfaw6rql22p8" -path="res://.godot/imported/1_2.png-1291b1f38f06f2bcbfc49f715ea68565.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_2.png" -dest_files=["res://.godot/imported/1_2.png-1291b1f38f06f2bcbfc49f715ea68565.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_3.png deleted file mode 100644 index 3f3e0ed..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_3.png.import deleted file mode 100644 index d451d1b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b86rr5jmo5xio" -path="res://.godot/imported/1_3.png-5d248fb7559fb49601c32cb56c227041.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_3.png" -dest_files=["res://.godot/imported/1_3.png-5d248fb7559fb49601c32cb56c227041.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_4.png deleted file mode 100644 index 7f62d6d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_4.png.import deleted file mode 100644 index f92f092..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://nbe0vkpr2ey0" -path="res://.godot/imported/1_4.png-4c3e41450d51944394b15cad895b4f6e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_4.png" -dest_files=["res://.godot/imported/1_4.png-4c3e41450d51944394b15cad895b4f6e.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_5.png deleted file mode 100644 index 5734be6..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_5.png.import deleted file mode 100644 index e57b0d7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://boborm6q8sdfa" -path="res://.godot/imported/1_5.png-3fb68c238fc5236dcb56de5f2c3460a1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_5.png" -dest_files=["res://.godot/imported/1_5.png-3fb68c238fc5236dcb56de5f2c3460a1.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_6.png deleted file mode 100644 index 6cfb7ca..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_6.png.import deleted file mode 100644 index 01d3111..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://1br2pjcaat2m" -path="res://.godot/imported/1_6.png-afb4b08f7a3ff1a94fecd605fb2e5e5a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_6.png" -dest_files=["res://.godot/imported/1_6.png-afb4b08f7a3ff1a94fecd605fb2e5e5a.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_7.png deleted file mode 100644 index f7e17af..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_7.png.import deleted file mode 100644 index ca2f445..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ev1baympjcuv" -path="res://.godot/imported/1_7.png-bde2fd9a2c43bfd2832b9549ee294ad1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_7.png" -dest_files=["res://.godot/imported/1_7.png-bde2fd9a2c43bfd2832b9549ee294ad1.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_8.png deleted file mode 100644 index dd338cf..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_8.png.import deleted file mode 100644 index ae7ee36..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://df6kwvaf6t5r1" -path="res://.godot/imported/1_8.png-f363683713cc3380d31a87ab1e8b0fa0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_8.png" -dest_files=["res://.godot/imported/1_8.png-f363683713cc3380d31a87ab1e8b0fa0.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_9.png deleted file mode 100644 index 587662c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_9.png.import deleted file mode 100644 index 590576b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/1/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbe5kr02u8yqg" -path="res://.godot/imported/1_9.png-ebab354fa60dd77aeaeef3b64c87e66a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/1/1_9.png" -dest_files=["res://.godot/imported/1_9.png-ebab354fa60dd77aeaeef3b64c87e66a.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_0.png deleted file mode 100644 index 804cfd5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_0.png.import deleted file mode 100644 index e42e333..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://doq034gdmcn7u" -path="res://.godot/imported/1_0.png-cf7c9a690a2b3339f09993e7e0b98f69.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_0.png" -dest_files=["res://.godot/imported/1_0.png-cf7c9a690a2b3339f09993e7e0b98f69.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_1.png deleted file mode 100644 index 249d1ad..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_1.png.import deleted file mode 100644 index ea6057a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://baq3nyrqi0ir2" -path="res://.godot/imported/1_1.png-056ee531e29ce9911a1100edf8a3e8e6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_1.png" -dest_files=["res://.godot/imported/1_1.png-056ee531e29ce9911a1100edf8a3e8e6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_10.png deleted file mode 100644 index faaad98..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_10.png.import deleted file mode 100644 index b57a5e9..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbhtp2y4cdpag" -path="res://.godot/imported/1_10.png-5a6542ed8bd3534ffeba7fc454b20545.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_10.png" -dest_files=["res://.godot/imported/1_10.png-5a6542ed8bd3534ffeba7fc454b20545.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_11.png deleted file mode 100644 index fa371e1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_11.png.import deleted file mode 100644 index 0aadf10..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d0ob4vvrfppnt" -path="res://.godot/imported/1_11.png-05386ab82314732a85da8747a13a776b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_11.png" -dest_files=["res://.godot/imported/1_11.png-05386ab82314732a85da8747a13a776b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_12.png deleted file mode 100644 index 7ed8a33..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_12.png.import deleted file mode 100644 index c64a861..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://332pqohifj5m" -path="res://.godot/imported/1_12.png-ee8fe8ed6497c3cc6aec9ee87f269ae7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_12.png" -dest_files=["res://.godot/imported/1_12.png-ee8fe8ed6497c3cc6aec9ee87f269ae7.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_13.png deleted file mode 100644 index 017ad1f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_13.png.import deleted file mode 100644 index 0b8c098..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7lfjpk15i8d2" -path="res://.godot/imported/1_13.png-4e8f3390eb040840f2220e2ae1571d7e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_13.png" -dest_files=["res://.godot/imported/1_13.png-4e8f3390eb040840f2220e2ae1571d7e.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_14.png deleted file mode 100644 index 8d9a14c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_14.png.import deleted file mode 100644 index 6c2fd03..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://2dpuqk3k1fd7" -path="res://.godot/imported/1_14.png-9514b9b893518030c8dd4fc3185880fe.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_14.png" -dest_files=["res://.godot/imported/1_14.png-9514b9b893518030c8dd4fc3185880fe.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_2.png deleted file mode 100644 index 4f80121..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_2.png.import deleted file mode 100644 index 0a0e016..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dmklns4ub257r" -path="res://.godot/imported/1_2.png-8cc8f6bece2cb40b4c5da06b64df0d3d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_2.png" -dest_files=["res://.godot/imported/1_2.png-8cc8f6bece2cb40b4c5da06b64df0d3d.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_3.png deleted file mode 100644 index e8cda26..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_3.png.import deleted file mode 100644 index e153c0a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://urrjam8prl0r" -path="res://.godot/imported/1_3.png-7599c9f1d973246b2eff3980935b0c58.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_3.png" -dest_files=["res://.godot/imported/1_3.png-7599c9f1d973246b2eff3980935b0c58.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_4.png deleted file mode 100644 index 6eb603f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_4.png.import deleted file mode 100644 index bd94389..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dlt8do3evum6u" -path="res://.godot/imported/1_4.png-1449ae9c7dd648f95f340f66110e0e32.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_4.png" -dest_files=["res://.godot/imported/1_4.png-1449ae9c7dd648f95f340f66110e0e32.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_5.png deleted file mode 100644 index d426b19..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_5.png.import deleted file mode 100644 index b06ae48..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c0lnl4adymqex" -path="res://.godot/imported/1_5.png-d9200592719a98fee604cac161be4a44.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_5.png" -dest_files=["res://.godot/imported/1_5.png-d9200592719a98fee604cac161be4a44.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_6.png deleted file mode 100644 index 5183766..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_6.png.import deleted file mode 100644 index d317931..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cw4f7u36q2q2r" -path="res://.godot/imported/1_6.png-5f21056d41c5c6d31f0e9588b3abddcd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_6.png" -dest_files=["res://.godot/imported/1_6.png-5f21056d41c5c6d31f0e9588b3abddcd.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_7.png deleted file mode 100644 index b0e9a25..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_7.png.import deleted file mode 100644 index 33407ec..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d4hjbhuh13mi3" -path="res://.godot/imported/1_7.png-0109ba36532c25a7c6c9f502d3479d1e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_7.png" -dest_files=["res://.godot/imported/1_7.png-0109ba36532c25a7c6c9f502d3479d1e.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_8.png deleted file mode 100644 index 1f9bb07..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_8.png.import deleted file mode 100644 index cb6d40f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ce1x3rvk48xku" -path="res://.godot/imported/1_8.png-759fa2a84f4a4b5dd71ac524f3fad91b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_8.png" -dest_files=["res://.godot/imported/1_8.png-759fa2a84f4a4b5dd71ac524f3fad91b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_9.png deleted file mode 100644 index 977db9c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_9.png.import deleted file mode 100644 index 7d21d57..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/2/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cn28hr34bobu5" -path="res://.godot/imported/1_9.png-fe12402a453fbef81be104ac38918322.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/2/1_9.png" -dest_files=["res://.godot/imported/1_9.png-fe12402a453fbef81be104ac38918322.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_0.png deleted file mode 100644 index 864b850..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_0.png.import deleted file mode 100644 index 9e6786b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bapttawh2yo2n" -path="res://.godot/imported/1_0.png-c41d32446e402c901a18a25556c0e3ee.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_0.png" -dest_files=["res://.godot/imported/1_0.png-c41d32446e402c901a18a25556c0e3ee.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_1.png deleted file mode 100644 index 274c9c5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_1.png.import deleted file mode 100644 index e66c0d7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b1jonwkhb5fmo" -path="res://.godot/imported/1_1.png-654c03cb309a5b5be8b2f38fb453a4b8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_1.png" -dest_files=["res://.godot/imported/1_1.png-654c03cb309a5b5be8b2f38fb453a4b8.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_10.png deleted file mode 100644 index abc194f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_10.png.import deleted file mode 100644 index 306c935..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bf2rx5lyvp5qd" -path="res://.godot/imported/1_10.png-bc252ccd1aafafe2ec15a2e0f96735d0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_10.png" -dest_files=["res://.godot/imported/1_10.png-bc252ccd1aafafe2ec15a2e0f96735d0.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_11.png deleted file mode 100644 index cbce42a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_11.png.import deleted file mode 100644 index 70c0cdb..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bv1tp2gsjgy4f" -path="res://.godot/imported/1_11.png-affa1059b1c2784f7670cfc72e68f7de.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_11.png" -dest_files=["res://.godot/imported/1_11.png-affa1059b1c2784f7670cfc72e68f7de.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_12.png deleted file mode 100644 index 1e02f4d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_12.png.import deleted file mode 100644 index 8676e87..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c562ybdv6b71w" -path="res://.godot/imported/1_12.png-67b55bd7e6488dda9a12bd03240fb150.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_12.png" -dest_files=["res://.godot/imported/1_12.png-67b55bd7e6488dda9a12bd03240fb150.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_13.png deleted file mode 100644 index e1747f4..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_13.png.import deleted file mode 100644 index b57a852..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c5v41tk2opbf5" -path="res://.godot/imported/1_13.png-c44258464ead9ef1c2c7d4eff0ee930f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_13.png" -dest_files=["res://.godot/imported/1_13.png-c44258464ead9ef1c2c7d4eff0ee930f.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_14.png deleted file mode 100644 index d8de213..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_14.png.import deleted file mode 100644 index d6d45dc..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://3uthl1vr2e2o" -path="res://.godot/imported/1_14.png-77c4e7939eea51cfb5ac09e717fb1b60.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_14.png" -dest_files=["res://.godot/imported/1_14.png-77c4e7939eea51cfb5ac09e717fb1b60.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_2.png deleted file mode 100644 index 1558a26..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_2.png.import deleted file mode 100644 index 5af2b1c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b3jupcbaivrqd" -path="res://.godot/imported/1_2.png-c50e3d8d5890c6e67ac58c95d0ed6ca8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_2.png" -dest_files=["res://.godot/imported/1_2.png-c50e3d8d5890c6e67ac58c95d0ed6ca8.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_3.png deleted file mode 100644 index 808a5b1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_3.png.import deleted file mode 100644 index 8bd1c82..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tuv6rcl3wakp" -path="res://.godot/imported/1_3.png-5fa5b772cfb46df19dccbdedd406d0cf.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_3.png" -dest_files=["res://.godot/imported/1_3.png-5fa5b772cfb46df19dccbdedd406d0cf.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_4.png deleted file mode 100644 index 1c7e850..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_4.png.import deleted file mode 100644 index e530334..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bhfjxavf503pr" -path="res://.godot/imported/1_4.png-201af51785f5e73b6c3081b2f122d330.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_4.png" -dest_files=["res://.godot/imported/1_4.png-201af51785f5e73b6c3081b2f122d330.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_5.png deleted file mode 100644 index d6945f2..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_5.png.import deleted file mode 100644 index b3a4ac2..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d2q6n5nqkf7g3" -path="res://.godot/imported/1_5.png-1e522eaf21b05bc0c20fc57c693e76ff.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_5.png" -dest_files=["res://.godot/imported/1_5.png-1e522eaf21b05bc0c20fc57c693e76ff.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_6.png deleted file mode 100644 index 65b8e6a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_6.png.import deleted file mode 100644 index f07d2a7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://uwg5ml8gf4w7" -path="res://.godot/imported/1_6.png-ea4417b06659fb449af812923e2b34a1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_6.png" -dest_files=["res://.godot/imported/1_6.png-ea4417b06659fb449af812923e2b34a1.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_7.png deleted file mode 100644 index 1f3f458..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_7.png.import deleted file mode 100644 index 0416321..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://4hufvbxlfr18" -path="res://.godot/imported/1_7.png-d3389092ca9f5992df202f950e12db88.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_7.png" -dest_files=["res://.godot/imported/1_7.png-d3389092ca9f5992df202f950e12db88.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_8.png deleted file mode 100644 index c192980..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_8.png.import deleted file mode 100644 index 9cdb817..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bsj40dku7y2a7" -path="res://.godot/imported/1_8.png-f0d4275eac3b9570bc26f7350371f6c5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_8.png" -dest_files=["res://.godot/imported/1_8.png-f0d4275eac3b9570bc26f7350371f6c5.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_9.png deleted file mode 100644 index c753f81..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_9.png.import deleted file mode 100644 index f9d41d6..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/3/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bu1dv3enlf66s" -path="res://.godot/imported/1_9.png-0d752730bb83f36b95f74becc9093d41.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/3/1_9.png" -dest_files=["res://.godot/imported/1_9.png-0d752730bb83f36b95f74becc9093d41.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_0.png deleted file mode 100644 index 3ad1492..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_0.png.import deleted file mode 100644 index 5d7da8b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bm5iool0xw2j1" -path="res://.godot/imported/1_0.png-d57482ab70a0082661d5eb7c947e459c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_0.png" -dest_files=["res://.godot/imported/1_0.png-d57482ab70a0082661d5eb7c947e459c.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_1.png deleted file mode 100644 index b632822..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_1.png.import deleted file mode 100644 index ac6df33..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwv6kw3qruvo5" -path="res://.godot/imported/1_1.png-edde6cd79900adccca4ca3e0957774a4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_1.png" -dest_files=["res://.godot/imported/1_1.png-edde6cd79900adccca4ca3e0957774a4.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_10.png deleted file mode 100644 index 4cbfdaf..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_10.png.import deleted file mode 100644 index 3b74088..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cjswq21h8a0uc" -path="res://.godot/imported/1_10.png-26c487c18e5d50a2aadc3caa34fd7b85.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_10.png" -dest_files=["res://.godot/imported/1_10.png-26c487c18e5d50a2aadc3caa34fd7b85.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_11.png deleted file mode 100644 index a5a8e61..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_11.png.import deleted file mode 100644 index 5800982..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b3ormq0jebbkg" -path="res://.godot/imported/1_11.png-8d1c9c016fb101b78569ed8254d8fdb9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_11.png" -dest_files=["res://.godot/imported/1_11.png-8d1c9c016fb101b78569ed8254d8fdb9.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_12.png deleted file mode 100644 index ac357d3..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_12.png.import deleted file mode 100644 index 00ec12c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cqmjec0jp6yai" -path="res://.godot/imported/1_12.png-b4ba9aaf3f36d9226243fb417fbce815.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_12.png" -dest_files=["res://.godot/imported/1_12.png-b4ba9aaf3f36d9226243fb417fbce815.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_13.png deleted file mode 100644 index 6d6925f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_13.png.import deleted file mode 100644 index cb84451..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://f1ta5tu0al2b" -path="res://.godot/imported/1_13.png-0784098602d3d5efbe55a935fc627c3e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_13.png" -dest_files=["res://.godot/imported/1_13.png-0784098602d3d5efbe55a935fc627c3e.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_14.png deleted file mode 100644 index 2a21d5d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_14.png.import deleted file mode 100644 index b99bd53..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bfhl0fx576rr8" -path="res://.godot/imported/1_14.png-68495b096a09686a14641f2627c06284.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_14.png" -dest_files=["res://.godot/imported/1_14.png-68495b096a09686a14641f2627c06284.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_2.png deleted file mode 100644 index 04f12c0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_2.png.import deleted file mode 100644 index 72e8f49..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://iuh5tqcw871q" -path="res://.godot/imported/1_2.png-940ede56a192dc2a803f3ee1486d0579.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_2.png" -dest_files=["res://.godot/imported/1_2.png-940ede56a192dc2a803f3ee1486d0579.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_3.png deleted file mode 100644 index cd18891..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_3.png.import deleted file mode 100644 index 758603a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpim7x8gsv2re" -path="res://.godot/imported/1_3.png-8e55e61f9b2c51f221f61b25bb14e722.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_3.png" -dest_files=["res://.godot/imported/1_3.png-8e55e61f9b2c51f221f61b25bb14e722.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_4.png deleted file mode 100644 index b60141e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_4.png.import deleted file mode 100644 index b0f7462..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://o77bwamh4giq" -path="res://.godot/imported/1_4.png-64fb2c568028d558f105fd58975703a7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_4.png" -dest_files=["res://.godot/imported/1_4.png-64fb2c568028d558f105fd58975703a7.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_5.png deleted file mode 100644 index 1e83793..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_5.png.import deleted file mode 100644 index 058a14d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c030pkchub71x" -path="res://.godot/imported/1_5.png-377bf84adc25c2d5e51410cd7246e095.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_5.png" -dest_files=["res://.godot/imported/1_5.png-377bf84adc25c2d5e51410cd7246e095.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_6.png deleted file mode 100644 index 385d4da..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_6.png.import deleted file mode 100644 index 980cd9a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b4ed10blftola" -path="res://.godot/imported/1_6.png-3a010eb996fa34be1506a64fc0f28c6f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_6.png" -dest_files=["res://.godot/imported/1_6.png-3a010eb996fa34be1506a64fc0f28c6f.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_7.png deleted file mode 100644 index a1712f6..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_7.png.import deleted file mode 100644 index 3bf43e5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dumbvj047hdrb" -path="res://.godot/imported/1_7.png-de3602636924764fc2e2278f62031b29.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_7.png" -dest_files=["res://.godot/imported/1_7.png-de3602636924764fc2e2278f62031b29.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_8.png deleted file mode 100644 index 3380bf8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_8.png.import deleted file mode 100644 index 96b185e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://iswx6n20v1qc" -path="res://.godot/imported/1_8.png-3c7bd19a2038f375c9b156c4660a0b4c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_8.png" -dest_files=["res://.godot/imported/1_8.png-3c7bd19a2038f375c9b156c4660a0b4c.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_9.png deleted file mode 100644 index 40331e8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_9.png.import deleted file mode 100644 index b9b7a3f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/4/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cf3d45x0pmqm7" -path="res://.godot/imported/1_9.png-2ea379b01530ee7facc8441a4396f597.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/4/1_9.png" -dest_files=["res://.godot/imported/1_9.png-2ea379b01530ee7facc8441a4396f597.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_0.png deleted file mode 100644 index fc5d408..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_0.png.import deleted file mode 100644 index b54a577..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dfbu7o8nnk45w" -path="res://.godot/imported/1_0.png-acdcb092c2a3136ef24b2f66a2bb388b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_0.png" -dest_files=["res://.godot/imported/1_0.png-acdcb092c2a3136ef24b2f66a2bb388b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_1.png deleted file mode 100644 index 204f2d1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_1.png.import deleted file mode 100644 index 0b4da2d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvnkor87x1vyc" -path="res://.godot/imported/1_1.png-76de21c2871c1f2c2ba91ba368271413.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_1.png" -dest_files=["res://.godot/imported/1_1.png-76de21c2871c1f2c2ba91ba368271413.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_10.png deleted file mode 100644 index 2371b42..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_10.png.import deleted file mode 100644 index 878ae32..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://8isjke2yvios" -path="res://.godot/imported/1_10.png-d7c4a2f85b3c9d0ec494290df626378b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_10.png" -dest_files=["res://.godot/imported/1_10.png-d7c4a2f85b3c9d0ec494290df626378b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_11.png deleted file mode 100644 index 639e3ca..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_11.png.import deleted file mode 100644 index 77e67a7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwckw1hxlryol" -path="res://.godot/imported/1_11.png-469b78c2733f928df718e47c54d73811.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_11.png" -dest_files=["res://.godot/imported/1_11.png-469b78c2733f928df718e47c54d73811.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_12.png deleted file mode 100644 index e1ce3d9..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_12.png.import deleted file mode 100644 index 08136b9..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c7u10ewkpiuou" -path="res://.godot/imported/1_12.png-0734650e101cbe38881ba9ef7156cb2d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_12.png" -dest_files=["res://.godot/imported/1_12.png-0734650e101cbe38881ba9ef7156cb2d.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_13.png deleted file mode 100644 index cf753a0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_13.png.import deleted file mode 100644 index 7791c37..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvmr126ck5tqh" -path="res://.godot/imported/1_13.png-563a9fb2e822927a3601814f1b782431.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_13.png" -dest_files=["res://.godot/imported/1_13.png-563a9fb2e822927a3601814f1b782431.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_14.png deleted file mode 100644 index 8528232..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_14.png.import deleted file mode 100644 index f5127ba..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dd8m5bntu7ps5" -path="res://.godot/imported/1_14.png-09f40e0a977ee443bbd4ddc40a827508.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_14.png" -dest_files=["res://.godot/imported/1_14.png-09f40e0a977ee443bbd4ddc40a827508.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_2.png deleted file mode 100644 index 4ba3de2..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_2.png.import deleted file mode 100644 index 9fc8916..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bk3yvoi5bvo5l" -path="res://.godot/imported/1_2.png-d5c86ee4bc07b33af032242bb614e0ba.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_2.png" -dest_files=["res://.godot/imported/1_2.png-d5c86ee4bc07b33af032242bb614e0ba.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_3.png deleted file mode 100644 index 4a4d137..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_3.png.import deleted file mode 100644 index 146b4f8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c3u4xmluektmy" -path="res://.godot/imported/1_3.png-93eb1b7cba37b2acffd356a9534f9924.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_3.png" -dest_files=["res://.godot/imported/1_3.png-93eb1b7cba37b2acffd356a9534f9924.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_4.png deleted file mode 100644 index 5c5d887..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_4.png.import deleted file mode 100644 index 86bd145..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://llq60qtfy0kg" -path="res://.godot/imported/1_4.png-80cea0411223113a6d025a5ee6d0df7d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_4.png" -dest_files=["res://.godot/imported/1_4.png-80cea0411223113a6d025a5ee6d0df7d.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_5.png deleted file mode 100644 index 3c796e9..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_5.png.import deleted file mode 100644 index 9ae6dca..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bmn33wnrx3g6q" -path="res://.godot/imported/1_5.png-cf7f664f1244c7d2a9a65e7fcc5466cb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_5.png" -dest_files=["res://.godot/imported/1_5.png-cf7f664f1244c7d2a9a65e7fcc5466cb.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_6.png deleted file mode 100644 index 296976e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_6.png.import deleted file mode 100644 index f803594..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://44j5k3ggg1p8" -path="res://.godot/imported/1_6.png-3c5315bf04021a376a86f69a5a84ca74.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_6.png" -dest_files=["res://.godot/imported/1_6.png-3c5315bf04021a376a86f69a5a84ca74.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_7.png deleted file mode 100644 index 2d98921..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_7.png.import deleted file mode 100644 index a40cf1d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bcxjj8tbmcipv" -path="res://.godot/imported/1_7.png-a28af4a96d4aeed3a68a80ac69f02e9d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_7.png" -dest_files=["res://.godot/imported/1_7.png-a28af4a96d4aeed3a68a80ac69f02e9d.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_8.png deleted file mode 100644 index e28d302..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_8.png.import deleted file mode 100644 index 8a9520c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://carkql124mvy8" -path="res://.godot/imported/1_8.png-bd4e477e0458db360b63faf58506b2a2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_8.png" -dest_files=["res://.godot/imported/1_8.png-bd4e477e0458db360b63faf58506b2a2.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_9.png deleted file mode 100644 index ea1c47e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_9.png.import deleted file mode 100644 index 3b07eb3..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/5/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c554dcbkmhwda" -path="res://.godot/imported/1_9.png-ab58993b6db5809708f39236a240c3a6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/5/1_9.png" -dest_files=["res://.godot/imported/1_9.png-ab58993b6db5809708f39236a240c3a6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_0.png deleted file mode 100644 index 332b1af..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_0.png.import deleted file mode 100644 index 08e3891..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cb8s4ve7mguqb" -path="res://.godot/imported/1_0.png-bcf48e963494b07d4d18f4f6b889b827.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_0.png" -dest_files=["res://.godot/imported/1_0.png-bcf48e963494b07d4d18f4f6b889b827.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_1.png deleted file mode 100644 index 1372512..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_1.png.import deleted file mode 100644 index 992a1ad..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://wslm8kgy560o" -path="res://.godot/imported/1_1.png-1b756d342591d65c38caaedfca3f53ec.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_1.png" -dest_files=["res://.godot/imported/1_1.png-1b756d342591d65c38caaedfca3f53ec.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_10.png deleted file mode 100644 index 3d6ccd0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_10.png.import deleted file mode 100644 index b380f7f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://n2wsrn1janpu" -path="res://.godot/imported/1_10.png-0600d5513a0de54de67cb670e8b82d9b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_10.png" -dest_files=["res://.godot/imported/1_10.png-0600d5513a0de54de67cb670e8b82d9b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_11.png deleted file mode 100644 index 1f224d6..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_11.png.import deleted file mode 100644 index 54f15be..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cyj2o8ffsyquu" -path="res://.godot/imported/1_11.png-2fb062709331ffa2b66080528ddcb74d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_11.png" -dest_files=["res://.godot/imported/1_11.png-2fb062709331ffa2b66080528ddcb74d.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_12.png deleted file mode 100644 index 148c0a4..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_12.png.import deleted file mode 100644 index 279dc1c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://boos6v8hx6h6f" -path="res://.godot/imported/1_12.png-37b6fd335029f9771889e3f85596f6cb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_12.png" -dest_files=["res://.godot/imported/1_12.png-37b6fd335029f9771889e3f85596f6cb.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_13.png deleted file mode 100644 index 6e08b07..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_13.png.import deleted file mode 100644 index 8a239e0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2xsn1hfvssj3" -path="res://.godot/imported/1_13.png-ad18956352021f4c8b5bce0baed64e37.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_13.png" -dest_files=["res://.godot/imported/1_13.png-ad18956352021f4c8b5bce0baed64e37.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_14.png deleted file mode 100644 index fb12b63..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_14.png.import deleted file mode 100644 index 255d422..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://8vj5hjrh83lc" -path="res://.godot/imported/1_14.png-39f5c533552b1401bc6149bf5a1adec8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_14.png" -dest_files=["res://.godot/imported/1_14.png-39f5c533552b1401bc6149bf5a1adec8.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_2.png deleted file mode 100644 index 7f773e2..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_2.png.import deleted file mode 100644 index 05aa2b4..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://1oelvjoouubu" -path="res://.godot/imported/1_2.png-429813c75900d5e9482b46b1f2115443.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_2.png" -dest_files=["res://.godot/imported/1_2.png-429813c75900d5e9482b46b1f2115443.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_3.png deleted file mode 100644 index 65c787b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_3.png.import deleted file mode 100644 index 13e68c7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://hcr17xu55i4" -path="res://.godot/imported/1_3.png-4c78b07180538dc439d5e51a35aa22ea.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_3.png" -dest_files=["res://.godot/imported/1_3.png-4c78b07180538dc439d5e51a35aa22ea.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_4.png deleted file mode 100644 index 2085cd7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_4.png.import deleted file mode 100644 index 91e2b4b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://du5kmx31xxbi" -path="res://.godot/imported/1_4.png-7e90abfd7c3e1bf058bdbada22509318.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_4.png" -dest_files=["res://.godot/imported/1_4.png-7e90abfd7c3e1bf058bdbada22509318.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_5.png deleted file mode 100644 index 4c3f898..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_5.png.import deleted file mode 100644 index 330452b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bbklmagkk7juu" -path="res://.godot/imported/1_5.png-03b714942d0d46c57b7a113b167da193.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_5.png" -dest_files=["res://.godot/imported/1_5.png-03b714942d0d46c57b7a113b167da193.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_6.png deleted file mode 100644 index a284592..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_6.png.import deleted file mode 100644 index c86ce73..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ds6l24exe7ga8" -path="res://.godot/imported/1_6.png-791c4d6ecaef174ae5ec0e967488c2c6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_6.png" -dest_files=["res://.godot/imported/1_6.png-791c4d6ecaef174ae5ec0e967488c2c6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_7.png deleted file mode 100644 index c1559ba..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_7.png.import deleted file mode 100644 index 1d0fdfc..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://p1mdy4fcsgj4" -path="res://.godot/imported/1_7.png-0679eebcc1637d741581a298e32858b6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_7.png" -dest_files=["res://.godot/imported/1_7.png-0679eebcc1637d741581a298e32858b6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_8.png deleted file mode 100644 index 14dd1cf..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_8.png.import deleted file mode 100644 index 863d145..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://4p4lfudhwhhe" -path="res://.godot/imported/1_8.png-ec80c95a2dd0bf7c9fd2cac59233d275.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_8.png" -dest_files=["res://.godot/imported/1_8.png-ec80c95a2dd0bf7c9fd2cac59233d275.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_9.png deleted file mode 100644 index 3c857f1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_9.png.import deleted file mode 100644 index d2d8d5b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/6/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://db3n1fd50rxh7" -path="res://.godot/imported/1_9.png-be573e53b164f5d7d4948b44b73d2d6d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/6/1_9.png" -dest_files=["res://.godot/imported/1_9.png-be573e53b164f5d7d4948b44b73d2d6d.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_0.png deleted file mode 100644 index 0105748..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_0.png.import deleted file mode 100644 index 82437aa..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ba506a63vsb3w" -path="res://.godot/imported/1_0.png-655bfac5d978a366646117f9cb40f350.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_0.png" -dest_files=["res://.godot/imported/1_0.png-655bfac5d978a366646117f9cb40f350.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_1.png deleted file mode 100644 index cb72786..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_1.png.import deleted file mode 100644 index 1110f5b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://caoe8f3n8lgtt" -path="res://.godot/imported/1_1.png-80690ce791039fac362662d2612012f4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_1.png" -dest_files=["res://.godot/imported/1_1.png-80690ce791039fac362662d2612012f4.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_10.png deleted file mode 100644 index 653eeb6..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_10.png.import deleted file mode 100644 index 39ef3a6..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ch48sl2tvd4wx" -path="res://.godot/imported/1_10.png-55f0a04a88c608a5ac07720c20c1e55d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_10.png" -dest_files=["res://.godot/imported/1_10.png-55f0a04a88c608a5ac07720c20c1e55d.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_11.png deleted file mode 100644 index 7c3e22f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_11.png.import deleted file mode 100644 index ea4df6c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cssku1cp1w1du" -path="res://.godot/imported/1_11.png-9779c36acb30a402fb8daf54b657fdd6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_11.png" -dest_files=["res://.godot/imported/1_11.png-9779c36acb30a402fb8daf54b657fdd6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_12.png deleted file mode 100644 index 7afb614..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_12.png.import deleted file mode 100644 index 93db722..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://beyueatb8fj2h" -path="res://.godot/imported/1_12.png-a67cd29aa70458532058492f49928a8f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_12.png" -dest_files=["res://.godot/imported/1_12.png-a67cd29aa70458532058492f49928a8f.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_13.png deleted file mode 100644 index e2c290e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_13.png.import deleted file mode 100644 index 53f63cb..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bm3gw83usxvk7" -path="res://.godot/imported/1_13.png-a1530701775303cbd35468ceaee17c6f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_13.png" -dest_files=["res://.godot/imported/1_13.png-a1530701775303cbd35468ceaee17c6f.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_14.png deleted file mode 100644 index acf4377..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_14.png.import deleted file mode 100644 index 446a1cf..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://csksjgpjye6ui" -path="res://.godot/imported/1_14.png-01603787593841c60efc276cc0c7757b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_14.png" -dest_files=["res://.godot/imported/1_14.png-01603787593841c60efc276cc0c7757b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_2.png deleted file mode 100644 index a701acc..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_2.png.import deleted file mode 100644 index 351ff96..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://pusd80e716jc" -path="res://.godot/imported/1_2.png-7e4cbe3084659d55cf909337de1416fc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_2.png" -dest_files=["res://.godot/imported/1_2.png-7e4cbe3084659d55cf909337de1416fc.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_3.png deleted file mode 100644 index c1f5062..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_3.png.import deleted file mode 100644 index ca32963..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://befs1pcci3xdi" -path="res://.godot/imported/1_3.png-5364701630c05a3650156423575999a5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_3.png" -dest_files=["res://.godot/imported/1_3.png-5364701630c05a3650156423575999a5.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_4.png deleted file mode 100644 index c7c4e87..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_4.png.import deleted file mode 100644 index d8092c8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://capkp0alpq4a5" -path="res://.godot/imported/1_4.png-30f6918d73ea2876c11bcca0b1d4320a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_4.png" -dest_files=["res://.godot/imported/1_4.png-30f6918d73ea2876c11bcca0b1d4320a.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_5.png deleted file mode 100644 index 063f727..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_5.png.import deleted file mode 100644 index e975b19..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://uo7hi7xb32d4" -path="res://.godot/imported/1_5.png-a3f0adf992d66619ee3b006c09234971.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_5.png" -dest_files=["res://.godot/imported/1_5.png-a3f0adf992d66619ee3b006c09234971.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_6.png deleted file mode 100644 index d7d3f5f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_6.png.import deleted file mode 100644 index d4f9cff..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://wlruhsj4lxwm" -path="res://.godot/imported/1_6.png-fee4c28367320eb087f9f5fd928b7051.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_6.png" -dest_files=["res://.godot/imported/1_6.png-fee4c28367320eb087f9f5fd928b7051.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_7.png deleted file mode 100644 index e719f52..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_7.png.import deleted file mode 100644 index f0f8f2e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cxmvwyk7umlle" -path="res://.godot/imported/1_7.png-484e2065c7fc3a4e912c6df4772ecf22.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_7.png" -dest_files=["res://.godot/imported/1_7.png-484e2065c7fc3a4e912c6df4772ecf22.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_8.png deleted file mode 100644 index 7f64d25..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_8.png.import deleted file mode 100644 index 70cf848..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://depq4xyxfjj8d" -path="res://.godot/imported/1_8.png-8b30ec83cd55f0eb51215d8e4e652e92.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_8.png" -dest_files=["res://.godot/imported/1_8.png-8b30ec83cd55f0eb51215d8e4e652e92.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_9.png deleted file mode 100644 index 64f7086..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_9.png.import deleted file mode 100644 index 11274b1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/7/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://1irhkhrhtysi" -path="res://.godot/imported/1_9.png-1b82e268590f96b4d2a873424931bed3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/7/1_9.png" -dest_files=["res://.godot/imported/1_9.png-1b82e268590f96b4d2a873424931bed3.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_0.png deleted file mode 100644 index ddefcb0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_0.png.import deleted file mode 100644 index 5d9856a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bhfsy3itt65tp" -path="res://.godot/imported/1_0.png-4999729c4a1dbaf3e7cf548dd1446d2f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_0.png" -dest_files=["res://.godot/imported/1_0.png-4999729c4a1dbaf3e7cf548dd1446d2f.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_1.png deleted file mode 100644 index 2c3b895..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_1.png.import deleted file mode 100644 index 392f91b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://rpjm6y24ddw1" -path="res://.godot/imported/1_1.png-066b8aea1db8323b1a02b0392b29ba63.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_1.png" -dest_files=["res://.godot/imported/1_1.png-066b8aea1db8323b1a02b0392b29ba63.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_10.png deleted file mode 100644 index b3e7e1b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_10.png.import deleted file mode 100644 index e87d8bf..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dq0xjmxmuqixl" -path="res://.godot/imported/1_10.png-9df15d70e6d5360577e9cb45b5a0aac4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_10.png" -dest_files=["res://.godot/imported/1_10.png-9df15d70e6d5360577e9cb45b5a0aac4.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_11.png deleted file mode 100644 index d6282f3..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_11.png.import deleted file mode 100644 index 33e78dc..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://p4ohyxycsdfm" -path="res://.godot/imported/1_11.png-4a185e1f44635418f3a59a03abde4fe4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_11.png" -dest_files=["res://.godot/imported/1_11.png-4a185e1f44635418f3a59a03abde4fe4.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_12.png deleted file mode 100644 index f520c90..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_12.png.import deleted file mode 100644 index 2a82192..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c45vhl285vmcp" -path="res://.godot/imported/1_12.png-2fee94ebce65328fa7602a1b46a1d5b6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_12.png" -dest_files=["res://.godot/imported/1_12.png-2fee94ebce65328fa7602a1b46a1d5b6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_13.png deleted file mode 100644 index 160fb71..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_13.png.import deleted file mode 100644 index 9f96a91..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbcwmdpwp2n5d" -path="res://.godot/imported/1_13.png-ad5aecd78ed4b134ac977e42879ef3c9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_13.png" -dest_files=["res://.godot/imported/1_13.png-ad5aecd78ed4b134ac977e42879ef3c9.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_14.png deleted file mode 100644 index 4b71915..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_14.png.import deleted file mode 100644 index 38825aa..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://blslvpndlghhe" -path="res://.godot/imported/1_14.png-e41a7923fe39c47768def6d9ab0e71fc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_14.png" -dest_files=["res://.godot/imported/1_14.png-e41a7923fe39c47768def6d9ab0e71fc.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_2.png deleted file mode 100644 index d3caf33..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_2.png.import deleted file mode 100644 index 7ed56c5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c54mqjdk4via6" -path="res://.godot/imported/1_2.png-f5cd9a813089d10cc94e277578e382ed.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_2.png" -dest_files=["res://.godot/imported/1_2.png-f5cd9a813089d10cc94e277578e382ed.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_3.png deleted file mode 100644 index af067c1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_3.png.import deleted file mode 100644 index 2380da8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://oq8u6i6mweru" -path="res://.godot/imported/1_3.png-fe2d5240ece29568082a2a4ebbf29467.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_3.png" -dest_files=["res://.godot/imported/1_3.png-fe2d5240ece29568082a2a4ebbf29467.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_4.png deleted file mode 100644 index ca47301..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_4.png.import deleted file mode 100644 index 534d2ed..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c47pyo65s58g3" -path="res://.godot/imported/1_4.png-77fac48c77afe920fc5e8c4667a9a5e6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_4.png" -dest_files=["res://.godot/imported/1_4.png-77fac48c77afe920fc5e8c4667a9a5e6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_5.png deleted file mode 100644 index c93412f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_5.png.import deleted file mode 100644 index 6c0cd3b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://r0iuvsv354w8" -path="res://.godot/imported/1_5.png-9510c64e50f9998724d489e05ad12175.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_5.png" -dest_files=["res://.godot/imported/1_5.png-9510c64e50f9998724d489e05ad12175.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_6.png deleted file mode 100644 index 1650ca8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_6.png.import deleted file mode 100644 index cf7e860..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cwlwtn6fc8fec" -path="res://.godot/imported/1_6.png-ff86f20ff216874d1c7df7a8fbd56c56.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_6.png" -dest_files=["res://.godot/imported/1_6.png-ff86f20ff216874d1c7df7a8fbd56c56.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_7.png deleted file mode 100644 index c554558..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_7.png.import deleted file mode 100644 index 47913f9..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvqn7lg0jurav" -path="res://.godot/imported/1_7.png-e9f50940c8fb7d21f251eea6c224c833.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_7.png" -dest_files=["res://.godot/imported/1_7.png-e9f50940c8fb7d21f251eea6c224c833.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_8.png deleted file mode 100644 index 484150c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_8.png.import deleted file mode 100644 index 10cf96d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2e1wonuglbkm" -path="res://.godot/imported/1_8.png-8531f8d492433aa377fdfd9656315b17.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_8.png" -dest_files=["res://.godot/imported/1_8.png-8531f8d492433aa377fdfd9656315b17.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_9.png deleted file mode 100644 index d9cb807..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_9.png.import deleted file mode 100644 index ddb44cf..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/8/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://6jp4cdu6wvl0" -path="res://.godot/imported/1_9.png-584c03ae6b4dd1d3f2a5c8335b48b3b6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/8/1_9.png" -dest_files=["res://.godot/imported/1_9.png-584c03ae6b4dd1d3f2a5c8335b48b3b6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_0.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_0.png deleted file mode 100644 index 5be81ce..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_0.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_0.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_0.png.import deleted file mode 100644 index 840331a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_0.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ci8ukw5kl13p6" -path="res://.godot/imported/1_0.png-9a83d7da7ba9492e611bb8729639ce86.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_0.png" -dest_files=["res://.godot/imported/1_0.png-9a83d7da7ba9492e611bb8729639ce86.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_1.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_1.png deleted file mode 100644 index 359dbe5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_1.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_1.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_1.png.import deleted file mode 100644 index 089bfd7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tyx353krn2yv" -path="res://.godot/imported/1_1.png-d6fb3c3cbf73d6332b80930e81baf4a2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_1.png" -dest_files=["res://.godot/imported/1_1.png-d6fb3c3cbf73d6332b80930e81baf4a2.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_10.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_10.png deleted file mode 100644 index 2abe121..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_10.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_10.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_10.png.import deleted file mode 100644 index a1e8584..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cla0gotc7xjl1" -path="res://.godot/imported/1_10.png-1e0fc38ea56f276a6596ea912d799909.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_10.png" -dest_files=["res://.godot/imported/1_10.png-1e0fc38ea56f276a6596ea912d799909.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_11.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_11.png deleted file mode 100644 index ec8e611..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_11.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_11.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_11.png.import deleted file mode 100644 index 6d19ad8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bl0h5l68ra2dl" -path="res://.godot/imported/1_11.png-36b4b11e92120042f13c233998950243.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_11.png" -dest_files=["res://.godot/imported/1_11.png-36b4b11e92120042f13c233998950243.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_12.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_12.png deleted file mode 100644 index 157a88d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_12.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_12.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_12.png.import deleted file mode 100644 index 56689f8..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dldb7lvbj5g4f" -path="res://.godot/imported/1_12.png-2d59010b2847d1e46747397ed962cf6c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_12.png" -dest_files=["res://.godot/imported/1_12.png-2d59010b2847d1e46747397ed962cf6c.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_13.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_13.png deleted file mode 100644 index b8b969c..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_13.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_13.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_13.png.import deleted file mode 100644 index 34948a7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://1j5q17c1ct6e" -path="res://.godot/imported/1_13.png-07b9d3cc6a5b639d24e9ff441188de99.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_13.png" -dest_files=["res://.godot/imported/1_13.png-07b9d3cc6a5b639d24e9ff441188de99.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_14.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_14.png deleted file mode 100644 index 6398f25..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_14.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_14.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_14.png.import deleted file mode 100644 index 54542b0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://beho81lye8ng" -path="res://.godot/imported/1_14.png-c506cc6551faf1d2a6e0c9a8a8139c6e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_14.png" -dest_files=["res://.godot/imported/1_14.png-c506cc6551faf1d2a6e0c9a8a8139c6e.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_2.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_2.png deleted file mode 100644 index d349a5a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_2.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_2.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_2.png.import deleted file mode 100644 index 7058f5d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dugovhrg1gjpe" -path="res://.godot/imported/1_2.png-cfbc25918c3785ccc3e1e757a1decf84.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_2.png" -dest_files=["res://.godot/imported/1_2.png-cfbc25918c3785ccc3e1e757a1decf84.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_3.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_3.png deleted file mode 100644 index 94406ff..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_3.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_3.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_3.png.import deleted file mode 100644 index 0fe2fd4..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d4gfwddqtsx7n" -path="res://.godot/imported/1_3.png-e693ff4e716e080cab370b43fe4f9ab9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_3.png" -dest_files=["res://.godot/imported/1_3.png-e693ff4e716e080cab370b43fe4f9ab9.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_4.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_4.png deleted file mode 100644 index b52a335..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_4.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_4.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_4.png.import deleted file mode 100644 index 41bc110..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dg2xs1cv1x382" -path="res://.godot/imported/1_4.png-58c8ee11eac831f33a1c7f9f74d18972.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_4.png" -dest_files=["res://.godot/imported/1_4.png-58c8ee11eac831f33a1c7f9f74d18972.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_5.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_5.png deleted file mode 100644 index ce4a7c4..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_5.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_5.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_5.png.import deleted file mode 100644 index 8477ca7..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://wei15np48lj3" -path="res://.godot/imported/1_5.png-599e5d98b2d986ce38181943e8cf020a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_5.png" -dest_files=["res://.godot/imported/1_5.png-599e5d98b2d986ce38181943e8cf020a.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_6.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_6.png deleted file mode 100644 index 990af37..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_6.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_6.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_6.png.import deleted file mode 100644 index 9c0af65..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvqh4viw2f2xu" -path="res://.godot/imported/1_6.png-18fe0be10a98ab5920533f201691fc91.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_6.png" -dest_files=["res://.godot/imported/1_6.png-18fe0be10a98ab5920533f201691fc91.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_7.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_7.png deleted file mode 100644 index ed94a3a..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_7.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_7.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_7.png.import deleted file mode 100644 index 69165a1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c20ugxf0j63oy" -path="res://.godot/imported/1_7.png-789980e09e97078ffb5a20653b87c3b6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_7.png" -dest_files=["res://.godot/imported/1_7.png-789980e09e97078ffb5a20653b87c3b6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_8.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_8.png deleted file mode 100644 index 5b8bd58..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_8.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_8.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_8.png.import deleted file mode 100644 index 253085b..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c1g1o3xm8ruww" -path="res://.godot/imported/1_8.png-218561a4067910bbc9957620f1ca2884.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_8.png" -dest_files=["res://.godot/imported/1_8.png-218561a4067910bbc9957620f1ca2884.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_9.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_9.png deleted file mode 100644 index f0cdfb0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_9.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_9.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_9.png.import deleted file mode 100644 index 2b5a23d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/9/1_9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://buug3wn1bnauu" -path="res://.godot/imported/1_9.png-794c37cf4fdc52c5583d7c446caa0b30.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-MiniPack/9/1_9.png" -dest_files=["res://.godot/imported/1_9.png-794c37cf4fdc52c5583d7c446caa0b30.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/website.txt b/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/website.txt deleted file mode 100644 index 2a02caa..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-MiniPack/website.txt +++ /dev/null @@ -1 +0,0 @@ -https://xyezawr.itch.io/free-pixel-effects-pack8 \ No newline at end of file diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png deleted file mode 100644 index 92a0442..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png.import deleted file mode 100644 index 8988747..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwp0whfe6jcjy" -path="res://.godot/imported/Effect 1 - Sprite Sheet.png-d62485e0ad4a6271cbbb86bd241745c5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png" -dest_files=["res://.godot/imported/Effect 1 - Sprite Sheet.png-d62485e0ad4a6271cbbb86bd241745c5.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png deleted file mode 100644 index 22ca629..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png.import deleted file mode 100644 index 81cc922..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://seq1w8qc84e0" -path="res://.godot/imported/Effect 2 - Sprite Sheet.png-f18966135b9f965b23cc853e0e9cd35b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png" -dest_files=["res://.godot/imported/Effect 2 - Sprite Sheet.png-f18966135b9f965b23cc853e0e9cd35b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png deleted file mode 100644 index 26158b5..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png.import deleted file mode 100644 index 2bc075d..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cjsqjteeo0lcp" -path="res://.godot/imported/Effect 3 - Sprite Sheet.png-a092da7a5c5099536b1bad4970dfd831.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png" -dest_files=["res://.godot/imported/Effect 3 - Sprite Sheet.png-a092da7a5c5099536b1bad4970dfd831.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png deleted file mode 100644 index 4e8ebec..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png.import deleted file mode 100644 index 7fb8302..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ci7vww2a0eiv0" -path="res://.godot/imported/Effect 4 - Sprite Sheet.png-408c2dd5faca1f1da98ec9fe633107eb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png" -dest_files=["res://.godot/imported/Effect 4 - Sprite Sheet.png-408c2dd5faca1f1da98ec9fe633107eb.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png deleted file mode 100644 index d24f9ea..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png.import deleted file mode 100644 index 94168f4..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgcckvcjgecut" -path="res://.godot/imported/Effect1 Gameboy Spritesheet.png-8ecac65dcb760932ecd8c466e32ef8e6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png" -dest_files=["res://.godot/imported/Effect1 Gameboy Spritesheet.png-8ecac65dcb760932ecd8c466e32ef8e6.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png deleted file mode 100644 index 948f427..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png.import deleted file mode 100644 index 65bbfa1..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ddtbpg6uh33v3" -path="res://.godot/imported/Effect3 Gameboy Spritesheet.png-68b16fa58108fc3f614e749696c38607.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png" -dest_files=["res://.godot/imported/Effect3 Gameboy Spritesheet.png-68b16fa58108fc3f614e749696c38607.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png deleted file mode 100644 index 7e81424..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png.import deleted file mode 100644 index 2c94864..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://yl4w13f073vl" -path="res://.godot/imported/Effect4 Gameboy Spritesheet.png-39492d49cc19343081c17a903b3ccad1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png" -dest_files=["res://.godot/imported/Effect4 Gameboy Spritesheet.png-39492d49cc19343081c17a903b3ccad1.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png deleted file mode 100644 index 01a154e..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png +++ /dev/null Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png.import b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png.import deleted file mode 100644 index a98ec3f..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://lxmr2uqyb8s2" -path="res://.godot/imported/Effectst2 Gameboy Spritesheet.png-cfbfb0796e6b6b4f913fc5418fe150b9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png" -dest_files=["res://.godot/imported/Effectst2 Gameboy Spritesheet.png-cfbfb0796e6b6b4f913fc5418fe150b9.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 diff --git a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/website.txt b/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/website.txt deleted file mode 100644 index 84a24d0..0000000 --- a/DungeonShooting_Godot/resource/sprite/effect/itch-io-pixel-battle-effects/website.txt +++ /dev/null @@ -1 +0,0 @@ -https://pimen.itch.io/pixel-battle-effects \ No newline at end of file diff --git a/DungeonShooting_Godot/resource/sprite/effects/Circle.png b/DungeonShooting_Godot/resource/sprite/effects/Circle.png new file mode 100644 index 0000000..b441812 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Circle.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/Circle.png.import b/DungeonShooting_Godot/resource/sprite/effects/Circle.png.import new file mode 100644 index 0000000..7b5d4f7 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Circle.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cgptnp74ive4r" +path="res://.godot/imported/Circle.png-a2c1c1644069aac7590ae57b452f8682.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/Circle.png" +dest_files=["res://.godot/imported/Circle.png-a2c1c1644069aac7590ae57b452f8682.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/Collision.png b/DungeonShooting_Godot/resource/sprite/effects/Collision.png new file mode 100644 index 0000000..f15c822 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Collision.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/Collision.png.import b/DungeonShooting_Godot/resource/sprite/effects/Collision.png.import new file mode 100644 index 0000000..a7cddfb --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Collision.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dwa4chrugc6b1" +path="res://.godot/imported/Collision.png-c44899b0822a30bd5fe788c9b566e1c7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/Collision.png" +dest_files=["res://.godot/imported/Collision.png-c44899b0822a30bd5fe788c9b566e1c7.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/Effect1.png b/DungeonShooting_Godot/resource/sprite/effects/Effect1.png new file mode 100644 index 0000000..51ef9a9 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Effect1.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/Effect1.png.import b/DungeonShooting_Godot/resource/sprite/effects/Effect1.png.import new file mode 100644 index 0000000..73c78cc --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Effect1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csud4e6kc3iku" +path="res://.godot/imported/Effect1.png-851e49cafde0258e42b0cba6b7034139.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/Effect1.png" +dest_files=["res://.godot/imported/Effect1.png-851e49cafde0258e42b0cba6b7034139.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/Explosion.png b/DungeonShooting_Godot/resource/sprite/effects/Explosion.png new file mode 100644 index 0000000..dab1f49 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Explosion.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/Explosion.png.import b/DungeonShooting_Godot/resource/sprite/effects/Explosion.png.import new file mode 100644 index 0000000..27c5b4b --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Explosion.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d8ot2wrdoe4j" +path="res://.godot/imported/Explosion.png-f6ade742e1df9fc7ae3c5f68bc2d2284.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/Explosion.png" +dest_files=["res://.godot/imported/Explosion.png-f6ade742e1df9fc7ae3c5f68bc2d2284.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/Hit.tres b/DungeonShooting_Godot/resource/sprite/effects/Hit.tres new file mode 100644 index 0000000..7f0238d --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Hit.tres @@ -0,0 +1,15 @@ +[gd_resource type="SpriteFrames" load_steps=6 format=2] + +[ext_resource path="res://resource/sprite/effect/hit/hit2.png" type="Texture2D" id=1] +[ext_resource path="res://resource/sprite/effect/hit/hit4.png" type="Texture2D" id=2] +[ext_resource path="res://resource/sprite/effect/hit/hit0.png" type="Texture2D" id=3] +[ext_resource path="res://resource/sprite/effect/hit/hit3.png" type="Texture2D" id=4] +[ext_resource path="res://resource/sprite/effect/hit/hit1.png" type="Texture2D" id=5] + +[resource] +animations = [ { +"frames": [ ExtResource( 3 ), ExtResource( 5 ), ExtResource( 1 ), ExtResource( 4 ), ExtResource( 2 ) ], +"loop": true, +"name": "default", +"speed": 20.0 +} ] diff --git a/DungeonShooting_Godot/resource/sprite/effects/KnifeHit1.png b/DungeonShooting_Godot/resource/sprite/effects/KnifeHit1.png new file mode 100644 index 0000000..83465d0 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/KnifeHit1.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/KnifeHit1.png.import b/DungeonShooting_Godot/resource/sprite/effects/KnifeHit1.png.import new file mode 100644 index 0000000..1e10427 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/KnifeHit1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dx07ta0asnmuw" +path="res://.godot/imported/KnifeHit1.png-6ddd3aef14cf0bb7d2f668cd41ac74d0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/KnifeHit1.png" +dest_files=["res://.godot/imported/KnifeHit1.png-6ddd3aef14cf0bb7d2f668cd41ac74d0.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/ShotFire.png b/DungeonShooting_Godot/resource/sprite/effects/ShotFire.png new file mode 100644 index 0000000..5c6d63a --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/ShotFire.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/ShotFire.png.import b/DungeonShooting_Godot/resource/sprite/effects/ShotFire.png.import new file mode 100644 index 0000000..6eda108 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/ShotFire.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0jsyrbk4bydt" +path="res://.godot/imported/ShotFire.png-19fbeb61d685dfc2c763d73aa70d548b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/ShotFire.png" +dest_files=["res://.godot/imported/ShotFire.png-19fbeb61d685dfc2c763d73aa70d548b.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/Smoke.png b/DungeonShooting_Godot/resource/sprite/effects/Smoke.png new file mode 100644 index 0000000..f358c57 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Smoke.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/Smoke.png.import b/DungeonShooting_Godot/resource/sprite/effects/Smoke.png.import new file mode 100644 index 0000000..11eadf7 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/Smoke.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://h7hkgbwj1li" +path="res://.godot/imported/Smoke.png-6cf8f8f0055f43a859d02942814cba94.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/Smoke.png" +dest_files=["res://.godot/imported/Smoke.png-6cf8f8f0055f43a859d02942814cba94.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/activityObject/Enemy0001_Debris.png b/DungeonShooting_Godot/resource/sprite/effects/activityObject/Enemy0001_Debris.png new file mode 100644 index 0000000..60d644b --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/activityObject/Enemy0001_Debris.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/activityObject/Enemy0001_Debris.png.import b/DungeonShooting_Godot/resource/sprite/effects/activityObject/Enemy0001_Debris.png.import new file mode 100644 index 0000000..d1d4d8d --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/activityObject/Enemy0001_Debris.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2f55lu60x64i" +path="res://.godot/imported/Enemy0001_Debris.png-30decaa1bf8df6ac221700eb59622276.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/activityObject/Enemy0001_Debris.png" +dest_files=["res://.godot/imported/Enemy0001_Debris.png-30decaa1bf8df6ac221700eb59622276.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 diff --git a/DungeonShooting_Godot/resource/sprite/effects/debug_arrows.png b/DungeonShooting_Godot/resource/sprite/effects/debug_arrows.png new file mode 100644 index 0000000..a92ff48 --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/debug_arrows.png Binary files differ diff --git a/DungeonShooting_Godot/resource/sprite/effects/debug_arrows.png.import b/DungeonShooting_Godot/resource/sprite/effects/debug_arrows.png.import new file mode 100644 index 0000000..0a070ab --- /dev/null +++ b/DungeonShooting_Godot/resource/sprite/effects/debug_arrows.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bv0i11jk5te5u" +path="res://.godot/imported/debug_arrows.png-8070fefa9c5a4f250534aaddd14d315c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/effects/debug_arrows.png" +dest_files=["res://.godot/imported/debug_arrows.png-8070fefa9c5a4f250534aaddd14d315c.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 diff --git a/DungeonShooting_Godot/resource/spriteFrames/KnifeHit1.tres b/DungeonShooting_Godot/resource/spriteFrames/KnifeHit1.tres new file mode 100644 index 0000000..a491979 --- /dev/null +++ b/DungeonShooting_Godot/resource/spriteFrames/KnifeHit1.tres @@ -0,0 +1,53 @@ +[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://dj8o7ws03bik4"] + +[ext_resource type="Texture2D" uid="uid://dx07ta0asnmuw" path="res://resource/sprite/effects/KnifeHit1.png" id="1_0yl3h"] + +[sub_resource type="AtlasTexture" id="1"] +atlas = ExtResource("1_0yl3h") +region = Rect2(0, 0, 64, 68) + +[sub_resource type="AtlasTexture" id="2"] +atlas = ExtResource("1_0yl3h") +region = Rect2(64, 0, 64, 68) + +[sub_resource type="AtlasTexture" id="3"] +atlas = ExtResource("1_0yl3h") +region = Rect2(128, 0, 64, 68) + +[sub_resource type="AtlasTexture" id="4"] +atlas = ExtResource("1_0yl3h") +region = Rect2(192, 0, 64, 68) + +[sub_resource type="AtlasTexture" id="5"] +atlas = ExtResource("1_0yl3h") +region = Rect2(256, 0, 64, 68) + +[sub_resource type="AtlasTexture" id="6"] +atlas = ExtResource("1_0yl3h") +region = Rect2(320, 0, 64, 68) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("1") +}, { +"duration": 1.0, +"texture": SubResource("2") +}, { +"duration": 1.0, +"texture": SubResource("3") +}, { +"duration": 1.0, +"texture": SubResource("4") +}, { +"duration": 1.0, +"texture": SubResource("5") +}, { +"duration": 1.0, +"texture": SubResource("6") +}], +"loop": true, +"name": &"default", +"speed": 30.0 +}] diff --git a/DungeonShooting_Godot/resource/theme/mainTheme.tres b/DungeonShooting_Godot/resource/theme/mainTheme.tres index 888c324..7a1c828 100644 --- a/DungeonShooting_Godot/resource/theme/mainTheme.tres +++ b/DungeonShooting_Godot/resource/theme/mainTheme.tres @@ -352,7 +352,7 @@ [sub_resource type="ImageTexture" id="58"] -[sub_resource type="Image" id="Image_2hwh3"] +[sub_resource type="Image" id="Image_l05cs"] data = { "data": PackedByteArray(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 1, 255, 255, 255, 39, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 39, 255, 255, 255, 1, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 39, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 39, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 66, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 66, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 66, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 66, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 39, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 39, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 1, 255, 255, 255, 39, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 39, 255, 255, 255, 1, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "format": "RGBA8", @@ -362,7 +362,7 @@ } [sub_resource type="ImageTexture" id="60"] -image = SubResource("Image_2hwh3") +image = SubResource("Image_l05cs") [sub_resource type="StyleBoxTexture" id="61"] content_margin_left = 2.0 @@ -372,7 +372,7 @@ texture = SubResource("60") region_rect = Rect2(0, 0, 12, 12) -[sub_resource type="Image" id="Image_5lbjj"] +[sub_resource type="Image" id="Image_6ylp8"] data = { "data": PackedByteArray(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 191, 191, 0, 247, 247, 247, 0, 248, 248, 248, 0, 248, 248, 248, 0, 247, 247, 247, 0, 191, 191, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 191, 191, 0, 191, 191, 191, 4, 247, 247, 247, 98, 248, 248, 248, 167, 248, 248, 248, 167, 247, 247, 247, 98, 191, 191, 191, 4, 191, 191, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 247, 247, 247, 97, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 247, 247, 247, 97, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 248, 248, 0, 248, 248, 248, 164, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 164, 248, 248, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 248, 248, 0, 248, 248, 248, 164, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 164, 248, 248, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 247, 247, 247, 97, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 248, 248, 248, 186, 247, 247, 247, 97, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 191, 191, 0, 191, 191, 191, 4, 247, 247, 247, 98, 248, 248, 248, 167, 248, 248, 248, 167, 247, 247, 247, 98, 191, 191, 191, 4, 191, 191, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 191, 191, 0, 247, 247, 247, 0, 248, 248, 248, 0, 248, 248, 248, 0, 247, 247, 247, 0, 191, 191, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "format": "RGBA8", @@ -382,7 +382,7 @@ } [sub_resource type="ImageTexture" id="63"] -image = SubResource("Image_5lbjj") +image = SubResource("Image_6ylp8") [sub_resource type="StyleBoxTexture" id="64"] content_margin_left = 2.0 @@ -392,7 +392,7 @@ texture = SubResource("63") region_rect = Rect2(0, 0, 12, 12) -[sub_resource type="Image" id="Image_0tfad"] +[sub_resource type="Image" id="Image_hp087"] data = { "data": PackedByteArray(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 127, 127, 0, 173, 173, 173, 0, 173, 173, 173, 0, 173, 173, 173, 0, 173, 173, 173, 0, 127, 127, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 127, 127, 0, 127, 127, 127, 4, 173, 173, 173, 97, 173, 173, 173, 166, 173, 173, 173, 166, 173, 173, 173, 97, 127, 127, 127, 4, 127, 127, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 172, 172, 172, 0, 172, 172, 172, 96, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 172, 172, 172, 96, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 173, 173, 0, 173, 173, 173, 163, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 163, 173, 173, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 173, 173, 0, 173, 173, 173, 163, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 163, 173, 173, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 172, 172, 172, 0, 172, 172, 172, 96, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 173, 173, 173, 185, 172, 172, 172, 96, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 127, 127, 0, 127, 127, 127, 4, 173, 173, 173, 97, 173, 173, 173, 166, 173, 173, 173, 166, 173, 173, 173, 97, 127, 127, 127, 4, 127, 127, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 127, 127, 0, 173, 173, 173, 0, 173, 173, 173, 0, 173, 173, 173, 0, 173, 173, 173, 0, 127, 127, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "format": "RGBA8", @@ -402,7 +402,7 @@ } [sub_resource type="ImageTexture" id="66"] -image = SubResource("Image_0tfad") +image = SubResource("Image_hp087") [sub_resource type="StyleBoxTexture" id="67"] content_margin_left = 2.0 @@ -412,7 +412,7 @@ texture = SubResource("66") region_rect = Rect2(0, 0, 12, 12) -[sub_resource type="Image" id="Image_fates"] +[sub_resource type="Image" id="Image_a7dx7"] data = { "data": PackedByteArray(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 4, 255, 255, 255, 16, 255, 255, 255, 16, 255, 255, 255, 4, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 16, 255, 255, 255, 21, 255, 255, 255, 21, 255, 255, 255, 16, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 16, 255, 255, 255, 21, 255, 255, 255, 21, 255, 255, 255, 16, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 4, 255, 255, 255, 16, 255, 255, 255, 16, 255, 255, 255, 4, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "format": "RGBA8", @@ -422,7 +422,7 @@ } [sub_resource type="ImageTexture" id="69"] -image = SubResource("Image_fates") +image = SubResource("Image_a7dx7") [sub_resource type="StyleBoxTexture" id="70"] content_margin_left = 0.0 @@ -446,7 +446,7 @@ content_margin_right = 4.0 content_margin_bottom = 4.0 -[sub_resource type="Image" id="Image_i8w50"] +[sub_resource type="Image" id="Image_44nds"] data = { "data": PackedByteArray(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 76, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 76, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 76, 255, 255, 255, 228, 255, 255, 255, 188, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 188, 255, 255, 255, 228, 255, 255, 255, 76, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 18, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 187, 255, 255, 255, 17, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 187, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 18, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 185, 255, 255, 255, 17, 255, 255, 255, 17, 255, 255, 255, 186, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 190, 255, 255, 255, 229, 255, 255, 255, 185, 255, 255, 255, 185, 255, 255, 255, 229, 255, 255, 255, 189, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 191, 255, 255, 255, 229, 255, 255, 255, 229, 255, 255, 255, 190, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 187, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 187, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 18, 255, 255, 255, 19, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 186, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 185, 255, 255, 255, 229, 255, 255, 255, 189, 255, 255, 255, 19, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 189, 255, 255, 255, 229, 255, 255, 255, 185, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 76, 255, 255, 255, 229, 255, 255, 255, 190, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 190, 255, 255, 255, 229, 255, 255, 255, 76, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 77, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 77, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "format": "RGBA8", @@ -456,7 +456,7 @@ } [sub_resource type="ImageTexture" id="56"] -image = SubResource("Image_i8w50") +image = SubResource("Image_44nds") [sub_resource type="StyleBoxFlat" id="57"] content_margin_left = 6.0 diff --git a/DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs b/DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs index 350cab4..9452888 100644 --- a/DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs +++ b/DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs @@ -87,7 +87,7 @@ { //播放挥刀特效 SpecialEffectManager.Play( - ResourcePath.resource_effects_KnifeHit1_tres, "default", + ResourcePath.resource_spriteFrames_KnifeHit1_tres, "default", Master.MountPoint.GlobalPosition, GlobalRotation + Mathf.Pi * 0.5f, new Vector2((int)Master.Face, 1) * AnimatedSprite.Scale, new Vector2(17, 4), 1 ); diff --git a/DungeonShooting_Godot/src/game/manager/ResourcePath.cs b/DungeonShooting_Godot/src/game/manager/ResourcePath.cs index 00bb073..38833ae 100644 --- a/DungeonShooting_Godot/src/game/manager/ResourcePath.cs +++ b/DungeonShooting_Godot/src/game/manager/ResourcePath.cs @@ -36,17 +36,8 @@ public const string prefab_weapon_bullet_Bullet1_tscn = "res://prefab/weapon/bullet/Bullet1.tscn"; public const string prefab_weapon_bullet_Bullet2_tscn = "res://prefab/weapon/bullet/Bullet2.tscn"; public const string prefab_weapon_shell_ShellCase_tscn = "res://prefab/weapon/shell/ShellCase.tscn"; + public const string resource_0x72_16x16DungeonTileset_v5_png = "res://resource/0x72_16x16DungeonTileset.v5.png"; public const string resource_curve_Curve1_tres = "res://resource/curve/Curve1.tres"; - public const string resource_effects_Circle_png = "res://resource/effects/Circle.png"; - public const string resource_effects_Collision_png = "res://resource/effects/Collision.png"; - public const string resource_effects_debug_arrows_png = "res://resource/effects/debug_arrows.png"; - public const string resource_effects_Effect1_png = "res://resource/effects/Effect1.png"; - public const string resource_effects_Explosion_png = "res://resource/effects/Explosion.png"; - public const string resource_effects_Hit_tres = "res://resource/effects/Hit.tres"; - public const string resource_effects_KnifeHit1_tres = "res://resource/effects/KnifeHit1.tres"; - public const string resource_effects_ShotFire_png = "res://resource/effects/ShotFire.png"; - public const string resource_effects_Smoke_png = "res://resource/effects/Smoke.png"; - public const string resource_effects_activityObject_Enemy0001_Debris_png = "res://resource/effects/activityObject/Enemy0001_Debris.png"; public const string resource_font_DinkieBitmap7pxDemo_ttf = "res://resource/font/DinkieBitmap-7pxDemo.ttf"; public const string resource_font_DinkieBitmap9pxDemo_ttf = "res://resource/font/DinkieBitmap-9pxDemo.ttf"; public const string resource_font_DinkieBitmap9pxItalicDemo_ttf = "res://resource/font/DinkieBitmap-9pxItalicDemo.ttf"; @@ -67,158 +58,16 @@ public const string resource_sprite_bullet_bullet_png = "res://resource/sprite/bullet/bullet.png"; public const string resource_sprite_bullet_bullet2_png = "res://resource/sprite/bullet/bullet2.png"; public const string resource_sprite_bullet_bullet3_png = "res://resource/sprite/bullet/bullet3.png"; - public const string resource_sprite_effect_KnifeHit1_png = "res://resource/sprite/effect/KnifeHit1.png"; - public const string resource_sprite_effect_Trajectory_png = "res://resource/sprite/effect/Trajectory.png"; - public const string resource_sprite_effect_hit_hit0_png = "res://resource/sprite/effect/hit/hit0.png"; - public const string resource_sprite_effect_hit_hit1_png = "res://resource/sprite/effect/hit/hit1.png"; - public const string resource_sprite_effect_hit_hit2_png = "res://resource/sprite/effect/hit/hit2.png"; - public const string resource_sprite_effect_hit_hit3_png = "res://resource/sprite/effect/hit/hit3.png"; - public const string resource_sprite_effect_hit_hit4_png = "res://resource/sprite/effect/hit/hit4.png"; - public const string resource_sprite_effect_itchioMiniPack_website_txt = "res://resource/sprite/effect/itch-io-MiniPack/website.txt"; - public const string resource_sprite_effect_itchioMiniPack_1_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_1_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/1/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_2_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/2/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_3_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/3/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_4_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/4/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_5_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/5/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_6_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/6/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_7_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/7/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_8_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/8/1_9.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_0_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_0.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_1_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_1.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_10_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_10.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_11_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_11.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_12_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_12.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_13_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_13.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_14_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_14.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_2_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_2.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_3_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_3.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_4_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_4.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_5_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_5.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_6_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_6.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_7_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_7.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_8_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_8.png"; - public const string resource_sprite_effect_itchioMiniPack_9_1_9_png = "res://resource/sprite/effect/itch-io-MiniPack/9/1_9.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effect1SpriteSheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 1 - Sprite Sheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effect2SpriteSheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 2 - Sprite Sheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effect3SpriteSheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 3 - Sprite Sheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effect4SpriteSheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect 4 - Sprite Sheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effect1GameboySpritesheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect1 Gameboy Spritesheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effect3GameboySpritesheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect3 Gameboy Spritesheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effect4GameboySpritesheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effect4 Gameboy Spritesheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_Effectst2GameboySpritesheet_png = "res://resource/sprite/effect/itch-io-pixel-battle-effects/Effectst2 Gameboy Spritesheet.png"; - public const string resource_sprite_effect_itchiopixelbattleeffects_website_txt = "res://resource/sprite/effect/itch-io-pixel-battle-effects/website.txt"; + public const string resource_sprite_effects_Circle_png = "res://resource/sprite/effects/Circle.png"; + public const string resource_sprite_effects_Collision_png = "res://resource/sprite/effects/Collision.png"; + public const string resource_sprite_effects_debug_arrows_png = "res://resource/sprite/effects/debug_arrows.png"; + public const string resource_sprite_effects_Effect1_png = "res://resource/sprite/effects/Effect1.png"; + public const string resource_sprite_effects_Explosion_png = "res://resource/sprite/effects/Explosion.png"; + public const string resource_sprite_effects_Hit_tres = "res://resource/sprite/effects/Hit.tres"; + public const string resource_sprite_effects_KnifeHit1_png = "res://resource/sprite/effects/KnifeHit1.png"; + public const string resource_sprite_effects_ShotFire_png = "res://resource/sprite/effects/ShotFire.png"; + public const string resource_sprite_effects_Smoke_png = "res://resource/sprite/effects/Smoke.png"; + public const string resource_sprite_effects_activityObject_Enemy0001_Debris_png = "res://resource/sprite/effects/activityObject/Enemy0001_Debris.png"; public const string resource_sprite_environment_craftpixnet248911_16x16_png = "res://resource/sprite/environment/craftpix-net-248911/16x16.png"; public const string resource_sprite_environment_craftpixnet248911_ANotetotheDev_txt = "res://resource/sprite/environment/craftpix-net-248911/A Note to the Dev.txt"; public const string resource_sprite_environment_craftpixnet248911_license_txt = "res://resource/sprite/environment/craftpix-net-248911/license.txt"; @@ -274,6 +123,7 @@ public const string resource_sprite_ui_icon_icon_pickup_png = "res://resource/sprite/ui/icon/icon_pickup.png"; public const string resource_sprite_ui_icon_icon_replace_png = "res://resource/sprite/ui/icon/icon_replace.png"; public const string resource_sprite_ui_keyboard_e_png = "res://resource/sprite/ui/keyboard/e.png"; + public const string resource_spriteFrames_KnifeHit1_tres = "res://resource/spriteFrames/KnifeHit1.tres"; public const string resource_spriteFrames_RoomDoor_EW_tres = "res://resource/spriteFrames/RoomDoor_EW.tres"; public const string resource_spriteFrames_RoomDoor_NS_tres = "res://resource/spriteFrames/RoomDoor_NS.tres"; public const string resource_theme_mainTheme_tres = "res://resource/theme/mainTheme.tres";