From ec43fc4a3ee83a37bcd1d57163e82f858b28260c Mon Sep 17 00:00:00 2001 From: RealMelwei Date: Thu, 18 Sep 2025 22:57:36 +0200 Subject: [PATCH] Folder structure --- buildings/Building 1x2 fixed.png.import | 6 ----- buildings/Building 2x1 downside.png.import | 6 ----- buildings/Building 2x1 fixed.png.import | 6 ----- .../building_generator.tscn | 0 buildings/room_haunted_house.tscn | 2 +- buildings/room_pedastal.tscn | 2 +- buildings/room_temple.tscn | 4 +-- buildings/room_wide_item_above.tscn | 4 +-- blob.gd => enemies/boss/blob.gd | 0 blob.gd.uid => enemies/boss/blob.gd.uid | 0 blob_big.gd => enemies/boss/blob_big.gd | 0 .../boss/blob_big.gd.uid | 0 blob_big.tscn => enemies/boss/blob_big.tscn | 4 +-- .../boss/blob_small.tscn | 4 +-- boss.gd => enemies/boss/boss.gd | 0 boss.gd.uid => enemies/boss/boss.gd.uid | 0 boss.tscn => enemies/boss/boss.tscn | 6 ++--- bubble.png => enemies/boss/bubble.png | Bin .../boss/bubble.png.import | 12 +++------ .../boss/destroy_area.gd | 0 .../boss/destroy_area.gd.uid | 0 .../{ => ghost}/ghost animation/Ghost 0.png | Bin .../ghost animation/Ghost 0.png.import | 12 +++------ .../{ => ghost}/ghost animation/Ghost 1.png | Bin .../ghost animation/Ghost 1.png.import | 12 +++------ .../{ => ghost}/ghost animation/Ghost 2.png | Bin .../ghost animation/Ghost 2.png.import | 12 +++------ .../{ => ghost}/ghost animation/Ghost 3.png | Bin .../ghost animation/Ghost 3.png.import | 12 +++------ .../{ => ghost}/ghost animation/Ghost 4.png | Bin .../ghost animation/Ghost 4.png.import | 12 +++------ .../{ => ghost}/ghost animation/Ghost 5.png | Bin .../ghost animation/Ghost 5.png.import | 12 +++------ enemies/{ => ghost}/ghost.gd | 0 enemies/{ => ghost}/ghost.gd.uid | 0 enemies/{ => ghost}/ghost.tscn | 8 +++--- enemies/{ => leech}/giant_leech.tscn | 4 +-- enemies/{ => leech}/leech.gd | 0 enemies/{ => leech}/leech.gd.uid | 0 enemies/{ => leech}/leech.tscn | 4 +-- segment.gd => enemies/leech/segment.gd | 0 .../leech/segment.gd.uid | 0 segment.tscn => enemies/leech/segment.tscn | 2 +- main.tscn | 16 +++++------- player/Heart Grey.png.import | 6 ----- player/Heart.png.import | 6 ----- player/Heart_cut Grey.png.import | 6 ----- player/Heart_cut.png.import | 6 ----- player/Player_Walk/Walk 1.png.import | 6 ----- player/Player_Walk/Walk 2.png.import | 6 ----- player/Player_Walk/Walk 3.png.import | 6 ----- player/Player_Walk/Walk 4.png.import | 6 ----- player/Player_Walk/Walk 5.png.import | 6 ----- player/Player_Walk/Walk 6.png.import | 6 ----- .../Attack Animation 0.png.import | 6 ----- .../Attack Animation 1.png.import | 6 ----- .../Attack Animation 2.png.import | 6 ----- .../Attack Animation 3.png.import | 6 ----- player/double_jump/Double Jump 0.png.import | 6 ----- player/double_jump/Double Jump 1.png.import | 6 ----- player/double_jump/Double Jump 2.png.import | 6 ----- player/double_jump/Double Jump 3.png.import | 6 ----- player/double_jump/Double Jump 4.png.import | 6 ----- project.godot | 2 +- .../686321__cjspellsfish__punch-land-soft.wav | Bin 0 -> 47148 bytes ...__cjspellsfish__punch-land-soft.wav.import | 24 ++++++++++++++++++ traps/Morning Star.png.import | 6 ----- .../death_screen}/death_screen.gd | 0 .../death_screen}/death_screen.gd.uid | 0 .../death_screen}/death_screen.tscn | 2 +- {healthbar => ui/healthbar}/healthbar.gd | 0 {healthbar => ui/healthbar}/healthbar.gd.uid | 0 {healthbar => ui/healthbar}/healthbar.tscn | 4 +-- {healthbar => ui/healthbar}/heart.gd | 0 {healthbar => ui/healthbar}/heart.gd.uid | 0 {healthbar => ui/healthbar}/heart.tscn | 2 +- {item_ui => ui/item_ui}/cooldown.gdshader | 0 {item_ui => ui/item_ui}/cooldown.gdshader.uid | 0 {item_ui => ui/item_ui}/item_ui.gd | 0 {item_ui => ui/item_ui}/item_ui.gd.uid | 0 {item_ui => ui/item_ui}/item_ui.tscn | 4 +-- {main_menu => ui/main_menu}/main_menu.gd | 0 {main_menu => ui/main_menu}/main_menu.gd.uid | 0 {main_menu => ui/main_menu}/main_menu.tscn | 2 +- show_fps.gd => utils/show_fps.gd | 0 show_fps.gd.uid => utils/show_fps.gd.uid | 0 ...arning_particle_emmission_shape.png.import | 6 ----- water/water.tscn | 2 +- .../Background Prototype Layer 1.png.import | 6 ----- .../Background Prototype Layer 2.png.import | 6 ----- .../Background Prototype Layer 3.png.import | 6 ----- .../Background Prototype Layer 4.png.import | 6 ----- .../Background prototype.png.import | 6 ----- 93 files changed, 82 insertions(+), 278 deletions(-) rename building_generator.tscn => buildings/building_generator.tscn (100%) rename blob.gd => enemies/boss/blob.gd (100%) rename blob.gd.uid => enemies/boss/blob.gd.uid (100%) rename blob_big.gd => enemies/boss/blob_big.gd (100%) rename blob_big.gd.uid => enemies/boss/blob_big.gd.uid (100%) rename blob_big.tscn => enemies/boss/blob_big.tscn (87%) rename blob_small.tscn => enemies/boss/blob_small.tscn (93%) rename boss.gd => enemies/boss/boss.gd (100%) rename boss.gd.uid => enemies/boss/boss.gd.uid (100%) rename boss.tscn => enemies/boss/boss.tscn (93%) rename bubble.png => enemies/boss/bubble.png (100%) rename bubble.png.import => enemies/boss/bubble.png.import (60%) rename destroy_area.gd => enemies/boss/destroy_area.gd (100%) rename destroy_area.gd.uid => enemies/boss/destroy_area.gd.uid (100%) rename enemies/{ => ghost}/ghost animation/Ghost 0.png (100%) rename enemies/{ => ghost}/ghost animation/Ghost 0.png.import (58%) rename enemies/{ => ghost}/ghost animation/Ghost 1.png (100%) rename enemies/{ => ghost}/ghost animation/Ghost 1.png.import (58%) rename enemies/{ => ghost}/ghost animation/Ghost 2.png (100%) rename enemies/{ => ghost}/ghost animation/Ghost 2.png.import (58%) rename enemies/{ => ghost}/ghost animation/Ghost 3.png (100%) rename enemies/{ => ghost}/ghost animation/Ghost 3.png.import (58%) rename enemies/{ => ghost}/ghost animation/Ghost 4.png (100%) rename enemies/{ => ghost}/ghost animation/Ghost 4.png.import (58%) rename enemies/{ => ghost}/ghost animation/Ghost 5.png (100%) rename enemies/{ => ghost}/ghost animation/Ghost 5.png.import (58%) rename enemies/{ => ghost}/ghost.gd (100%) rename enemies/{ => ghost}/ghost.gd.uid (100%) rename enemies/{ => ghost}/ghost.tscn (89%) rename enemies/{ => leech}/giant_leech.tscn (95%) rename enemies/{ => leech}/leech.gd (100%) rename enemies/{ => leech}/leech.gd.uid (100%) rename enemies/{ => leech}/leech.tscn (95%) rename segment.gd => enemies/leech/segment.gd (100%) rename segment.gd.uid => enemies/leech/segment.gd.uid (100%) rename segment.tscn => enemies/leech/segment.tscn (96%) create mode 100644 sounds/686321__cjspellsfish__punch-land-soft.wav create mode 100644 sounds/686321__cjspellsfish__punch-land-soft.wav.import rename {death_screen => ui/death_screen}/death_screen.gd (100%) rename {death_screen => ui/death_screen}/death_screen.gd.uid (100%) rename {death_screen => ui/death_screen}/death_screen.tscn (98%) rename {healthbar => ui/healthbar}/healthbar.gd (100%) rename {healthbar => ui/healthbar}/healthbar.gd.uid (100%) rename {healthbar => ui/healthbar}/healthbar.tscn (82%) rename {healthbar => ui/healthbar}/heart.gd (100%) rename {healthbar => ui/healthbar}/heart.gd.uid (100%) rename {healthbar => ui/healthbar}/heart.tscn (94%) rename {item_ui => ui/item_ui}/cooldown.gdshader (100%) rename {item_ui => ui/item_ui}/cooldown.gdshader.uid (100%) rename {item_ui => ui/item_ui}/item_ui.gd (100%) rename {item_ui => ui/item_ui}/item_ui.gd.uid (100%) rename {item_ui => ui/item_ui}/item_ui.tscn (94%) rename {main_menu => ui/main_menu}/main_menu.gd (100%) rename {main_menu => ui/main_menu}/main_menu.gd.uid (100%) rename {main_menu => ui/main_menu}/main_menu.tscn (98%) rename show_fps.gd => utils/show_fps.gd (100%) rename show_fps.gd.uid => utils/show_fps.gd.uid (100%) diff --git a/buildings/Building 1x2 fixed.png.import b/buildings/Building 1x2 fixed.png.import index 39a81c9..0ac93ca 100644 --- a/buildings/Building 1x2 fixed.png.import +++ b/buildings/Building 1x2 fixed.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Building 1x2 fixed.png-e90afc0d25a8919ada5700 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/buildings/Building 2x1 downside.png.import b/buildings/Building 2x1 downside.png.import index 0e57d53..52d9ce5 100644 --- a/buildings/Building 2x1 downside.png.import +++ b/buildings/Building 2x1 downside.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Building 2x1 downside.png-4b432eb4152bab7dd59 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/buildings/Building 2x1 fixed.png.import b/buildings/Building 2x1 fixed.png.import index e7fdbe6..a78eae3 100644 --- a/buildings/Building 2x1 fixed.png.import +++ b/buildings/Building 2x1 fixed.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Building 2x1 fixed.png-b02748fa52aebae62f987c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/building_generator.tscn b/buildings/building_generator.tscn similarity index 100% rename from building_generator.tscn rename to buildings/building_generator.tscn diff --git a/buildings/room_haunted_house.tscn b/buildings/room_haunted_house.tscn index 3c05dbb..67117e2 100644 --- a/buildings/room_haunted_house.tscn +++ b/buildings/room_haunted_house.tscn @@ -4,7 +4,7 @@ [ext_resource type="Shader" uid="uid://c7gb1nqwvkr37" path="res://buildings/building.gdshader" id="2_uv7v8"] [ext_resource type="Texture2D" uid="uid://djir4ehm8kif" path="res://buildings/Building 1x2 fixed.png" id="3_uv7v8"] [ext_resource type="Script" uid="uid://dj7d4d2xs3nci" path="res://buildings/building_mesh.gd" id="4_bl5jt"] -[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost.tscn" id="5_23fi7"] +[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost/ghost.tscn" id="5_23fi7"] [ext_resource type="PackedScene" uid="uid://4l3elvxpghw8" path="res://utils/platform.tscn" id="6_e6j05"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_qnfc1"] diff --git a/buildings/room_pedastal.tscn b/buildings/room_pedastal.tscn index b55ab88..bd5ba3a 100644 --- a/buildings/room_pedastal.tscn +++ b/buildings/room_pedastal.tscn @@ -4,7 +4,7 @@ [ext_resource type="Shader" uid="uid://c7gb1nqwvkr37" path="res://buildings/building.gdshader" id="2_wod1l"] [ext_resource type="Texture2D" uid="uid://djir4ehm8kif" path="res://buildings/Building 1x2 fixed.png" id="3_elmbw"] [ext_resource type="Script" uid="uid://dj7d4d2xs3nci" path="res://buildings/building_mesh.gd" id="4_1cnhw"] -[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost.tscn" id="5_rh5oo"] +[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost/ghost.tscn" id="5_rh5oo"] [ext_resource type="PackedScene" uid="uid://4l3elvxpghw8" path="res://utils/platform.tscn" id="6_caaff"] [ext_resource type="PackedScene" uid="uid://xj0of571aur1" path="res://items/generic/item_spawn.tscn" id="7_elmbw"] [ext_resource type="PackedScene" uid="uid://dpv1w56yr1xue" path="res://traps/morning_star.tscn" id="8_1cnhw"] diff --git a/buildings/room_temple.tscn b/buildings/room_temple.tscn index 47e0767..4bafc7f 100644 --- a/buildings/room_temple.tscn +++ b/buildings/room_temple.tscn @@ -6,10 +6,10 @@ [ext_resource type="Script" uid="uid://dj7d4d2xs3nci" path="res://buildings/building_mesh.gd" id="4_xr4t5"] [ext_resource type="Texture2D" uid="uid://3weywjfsapax" path="res://buildings/Building 2x1 downside.png" id="5_pfkkr"] [ext_resource type="PackedScene" uid="uid://dpv1w56yr1xue" path="res://traps/morning_star.tscn" id="5_xr4t5"] -[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost.tscn" id="7_35wcg"] +[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost/ghost.tscn" id="7_35wcg"] [ext_resource type="PackedScene" uid="uid://4l3elvxpghw8" path="res://utils/platform.tscn" id="8_sifiv"] [ext_resource type="PackedScene" uid="uid://xj0of571aur1" path="res://items/generic/item_spawn.tscn" id="9_i1qmw"] -[ext_resource type="PackedScene" uid="uid://b62xcg0dd3vct" path="res://enemies/leech.tscn" id="10_ibnxs"] +[ext_resource type="PackedScene" uid="uid://b62xcg0dd3vct" path="res://enemies/leech/leech.tscn" id="10_ibnxs"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_pfkkr"] shader = ExtResource("2_xx8ra") diff --git a/buildings/room_wide_item_above.tscn b/buildings/room_wide_item_above.tscn index 3fcf114..16df163 100644 --- a/buildings/room_wide_item_above.tscn +++ b/buildings/room_wide_item_above.tscn @@ -8,8 +8,8 @@ [ext_resource type="PackedScene" uid="uid://4l3elvxpghw8" path="res://utils/platform.tscn" id="6_me65q"] [ext_resource type="PackedScene" uid="uid://xj0of571aur1" path="res://items/generic/item_spawn.tscn" id="7_crruu"] [ext_resource type="PackedScene" uid="uid://h3caql0b6vft" path="res://traps/bear_trap.tscn" id="8_fkxmk"] -[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost.tscn" id="9_6hrl3"] -[ext_resource type="PackedScene" uid="uid://b62xcg0dd3vct" path="res://enemies/leech.tscn" id="10_7e5ul"] +[ext_resource type="PackedScene" uid="uid://chu67ci7sl488" path="res://enemies/ghost/ghost.tscn" id="9_6hrl3"] +[ext_resource type="PackedScene" uid="uid://b62xcg0dd3vct" path="res://enemies/leech/leech.tscn" id="10_7e5ul"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_pfkkr"] shader = ExtResource("2_7e5ul") diff --git a/blob.gd b/enemies/boss/blob.gd similarity index 100% rename from blob.gd rename to enemies/boss/blob.gd diff --git a/blob.gd.uid b/enemies/boss/blob.gd.uid similarity index 100% rename from blob.gd.uid rename to enemies/boss/blob.gd.uid diff --git a/blob_big.gd b/enemies/boss/blob_big.gd similarity index 100% rename from blob_big.gd rename to enemies/boss/blob_big.gd diff --git a/blob_big.gd.uid b/enemies/boss/blob_big.gd.uid similarity index 100% rename from blob_big.gd.uid rename to enemies/boss/blob_big.gd.uid diff --git a/blob_big.tscn b/enemies/boss/blob_big.tscn similarity index 87% rename from blob_big.tscn rename to enemies/boss/blob_big.tscn index 76f1546..1768f7a 100644 --- a/blob_big.tscn +++ b/enemies/boss/blob_big.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://bg2hgia0jqnqf"] -[ext_resource type="Script" uid="uid://b22hbgn80m4l0" path="res://blob_big.gd" id="1_xkk63"] -[ext_resource type="PackedScene" uid="uid://ck0bj7444wfsl" path="res://blob_small.tscn" id="2_jl75s"] +[ext_resource type="Script" uid="uid://b22hbgn80m4l0" path="res://enemies/boss/blob_big.gd" id="1_xkk63"] +[ext_resource type="PackedScene" uid="uid://ck0bj7444wfsl" path="res://enemies/boss/blob_small.tscn" id="2_jl75s"] [node name="blob_big" type="Node2D"] script = ExtResource("1_xkk63") diff --git a/blob_small.tscn b/enemies/boss/blob_small.tscn similarity index 93% rename from blob_small.tscn rename to enemies/boss/blob_small.tscn index d6fe127..e4dd5ac 100644 --- a/blob_small.tscn +++ b/enemies/boss/blob_small.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://ck0bj7444wfsl"] -[ext_resource type="Script" uid="uid://d4n32kt7t726k" path="res://blob.gd" id="1_wigkh"] -[ext_resource type="Texture2D" uid="uid://dvlvu37up72gt" path="res://bubble.png" id="2_jle3w"] +[ext_resource type="Script" uid="uid://d4n32kt7t726k" path="res://enemies/boss/blob.gd" id="1_wigkh"] +[ext_resource type="Texture2D" uid="uid://dvlvu37up72gt" path="res://enemies/boss/bubble.png" id="2_jle3w"] [sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_aaw6g"] particle_flag_disable_z = true diff --git a/boss.gd b/enemies/boss/boss.gd similarity index 100% rename from boss.gd rename to enemies/boss/boss.gd diff --git a/boss.gd.uid b/enemies/boss/boss.gd.uid similarity index 100% rename from boss.gd.uid rename to enemies/boss/boss.gd.uid diff --git a/boss.tscn b/enemies/boss/boss.tscn similarity index 93% rename from boss.tscn rename to enemies/boss/boss.tscn index a52ad11..7ff7091 100644 --- a/boss.tscn +++ b/enemies/boss/boss.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=8 format=3 uid="uid://cpe4s6vsn0ujd"] -[ext_resource type="Texture2D" uid="uid://d3b5hmhjw2jyc" path="res://enemies/ghost animation/Ghost 1.png" id="1_6xxrv"] -[ext_resource type="Script" uid="uid://uv672p8f4n6k" path="res://boss.gd" id="1_skx2t"] -[ext_resource type="PackedScene" uid="uid://bg2hgia0jqnqf" path="res://blob_big.tscn" id="2_o1i15"] +[ext_resource type="Texture2D" uid="uid://d3b5hmhjw2jyc" path="res://enemies/ghost/ghost animation/Ghost 1.png" id="1_6xxrv"] +[ext_resource type="Script" uid="uid://uv672p8f4n6k" path="res://enemies/boss/boss.gd" id="1_skx2t"] +[ext_resource type="PackedScene" uid="uid://bg2hgia0jqnqf" path="res://enemies/boss/blob_big.tscn" id="2_o1i15"] [ext_resource type="PackedScene" uid="uid://mtfsdd4cdf3a" path="res://utils/enemy_hurtbox.tscn" id="2_skx2t"] [ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="4_lnbgr"] diff --git a/bubble.png b/enemies/boss/bubble.png similarity index 100% rename from bubble.png rename to enemies/boss/bubble.png diff --git a/bubble.png.import b/enemies/boss/bubble.png.import similarity index 60% rename from bubble.png.import rename to enemies/boss/bubble.png.import index 06b2c38..a186880 100644 --- a/bubble.png.import +++ b/enemies/boss/bubble.png.import @@ -3,23 +3,21 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvlvu37up72gt" -path="res://.godot/imported/bubble.png-3dc4d46c6bed7b70ac6f4b3bfb630a9b.ctex" +path="res://.godot/imported/bubble.png-0c7e5ecd706b98b1fc89ca0c332b8765.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://bubble.png" -dest_files=["res://.godot/imported/bubble.png-3dc4d46c6bed7b70ac6f4b3bfb630a9b.ctex"] +source_file="res://enemies/boss/bubble.png" +dest_files=["res://.godot/imported/bubble.png-0c7e5ecd706b98b1fc89ca0c332b8765.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/destroy_area.gd b/enemies/boss/destroy_area.gd similarity index 100% rename from destroy_area.gd rename to enemies/boss/destroy_area.gd diff --git a/destroy_area.gd.uid b/enemies/boss/destroy_area.gd.uid similarity index 100% rename from destroy_area.gd.uid rename to enemies/boss/destroy_area.gd.uid diff --git a/enemies/ghost animation/Ghost 0.png b/enemies/ghost/ghost animation/Ghost 0.png similarity index 100% rename from enemies/ghost animation/Ghost 0.png rename to enemies/ghost/ghost animation/Ghost 0.png diff --git a/enemies/ghost animation/Ghost 0.png.import b/enemies/ghost/ghost animation/Ghost 0.png.import similarity index 58% rename from enemies/ghost animation/Ghost 0.png.import rename to enemies/ghost/ghost animation/Ghost 0.png.import index 9aa9c33..e686ef7 100644 --- a/enemies/ghost animation/Ghost 0.png.import +++ b/enemies/ghost/ghost animation/Ghost 0.png.import @@ -3,23 +3,21 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8732t0313bqs" -path="res://.godot/imported/Ghost 0.png-54508e305bb055698e5019e1d53e16ab.ctex" +path="res://.godot/imported/Ghost 0.png-8d937675f5ab76800df31b7061627c3a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://enemies/ghost animation/Ghost 0.png" -dest_files=["res://.godot/imported/Ghost 0.png-54508e305bb055698e5019e1d53e16ab.ctex"] +source_file="res://enemies/ghost/ghost animation/Ghost 0.png" +dest_files=["res://.godot/imported/Ghost 0.png-8d937675f5ab76800df31b7061627c3a.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/enemies/ghost animation/Ghost 1.png b/enemies/ghost/ghost animation/Ghost 1.png similarity index 100% rename from enemies/ghost animation/Ghost 1.png rename to enemies/ghost/ghost animation/Ghost 1.png diff --git a/enemies/ghost animation/Ghost 1.png.import b/enemies/ghost/ghost animation/Ghost 1.png.import similarity index 58% rename from enemies/ghost animation/Ghost 1.png.import rename to enemies/ghost/ghost animation/Ghost 1.png.import index b1d0f88..d3fa17a 100644 --- a/enemies/ghost animation/Ghost 1.png.import +++ b/enemies/ghost/ghost animation/Ghost 1.png.import @@ -3,23 +3,21 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3b5hmhjw2jyc" -path="res://.godot/imported/Ghost 1.png-43131954ed622829dc5453ddf6a96b4c.ctex" +path="res://.godot/imported/Ghost 1.png-995481976799d0dbea8151c0e6c4911f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://enemies/ghost animation/Ghost 1.png" -dest_files=["res://.godot/imported/Ghost 1.png-43131954ed622829dc5453ddf6a96b4c.ctex"] +source_file="res://enemies/ghost/ghost animation/Ghost 1.png" +dest_files=["res://.godot/imported/Ghost 1.png-995481976799d0dbea8151c0e6c4911f.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/enemies/ghost animation/Ghost 2.png b/enemies/ghost/ghost animation/Ghost 2.png similarity index 100% rename from enemies/ghost animation/Ghost 2.png rename to enemies/ghost/ghost animation/Ghost 2.png diff --git a/enemies/ghost animation/Ghost 2.png.import b/enemies/ghost/ghost animation/Ghost 2.png.import similarity index 58% rename from enemies/ghost animation/Ghost 2.png.import rename to enemies/ghost/ghost animation/Ghost 2.png.import index 87f2b9b..a248efe 100644 --- a/enemies/ghost animation/Ghost 2.png.import +++ b/enemies/ghost/ghost animation/Ghost 2.png.import @@ -3,23 +3,21 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfhxhum8lek56" -path="res://.godot/imported/Ghost 2.png-67077adaa01a71a5c0b85fac254bdf8e.ctex" +path="res://.godot/imported/Ghost 2.png-e2649e9d2a684ce9a917daf95b933483.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://enemies/ghost animation/Ghost 2.png" -dest_files=["res://.godot/imported/Ghost 2.png-67077adaa01a71a5c0b85fac254bdf8e.ctex"] +source_file="res://enemies/ghost/ghost animation/Ghost 2.png" +dest_files=["res://.godot/imported/Ghost 2.png-e2649e9d2a684ce9a917daf95b933483.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/enemies/ghost animation/Ghost 3.png b/enemies/ghost/ghost animation/Ghost 3.png similarity index 100% rename from enemies/ghost animation/Ghost 3.png rename to enemies/ghost/ghost animation/Ghost 3.png diff --git a/enemies/ghost animation/Ghost 3.png.import b/enemies/ghost/ghost animation/Ghost 3.png.import similarity index 58% rename from enemies/ghost animation/Ghost 3.png.import rename to enemies/ghost/ghost animation/Ghost 3.png.import index 5d4f743..d15be45 100644 --- a/enemies/ghost animation/Ghost 3.png.import +++ b/enemies/ghost/ghost animation/Ghost 3.png.import @@ -3,23 +3,21 @@ importer="texture" type="CompressedTexture2D" uid="uid://ve5px6ib45g" -path="res://.godot/imported/Ghost 3.png-18da238556f83c92715d2db31a14d159.ctex" +path="res://.godot/imported/Ghost 3.png-06caad1192823e1dd881b7bd273e8aff.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://enemies/ghost animation/Ghost 3.png" -dest_files=["res://.godot/imported/Ghost 3.png-18da238556f83c92715d2db31a14d159.ctex"] +source_file="res://enemies/ghost/ghost animation/Ghost 3.png" +dest_files=["res://.godot/imported/Ghost 3.png-06caad1192823e1dd881b7bd273e8aff.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/enemies/ghost animation/Ghost 4.png b/enemies/ghost/ghost animation/Ghost 4.png similarity index 100% rename from enemies/ghost animation/Ghost 4.png rename to enemies/ghost/ghost animation/Ghost 4.png diff --git a/enemies/ghost animation/Ghost 4.png.import b/enemies/ghost/ghost animation/Ghost 4.png.import similarity index 58% rename from enemies/ghost animation/Ghost 4.png.import rename to enemies/ghost/ghost animation/Ghost 4.png.import index 1ac4e37..c1d6dfc 100644 --- a/enemies/ghost animation/Ghost 4.png.import +++ b/enemies/ghost/ghost animation/Ghost 4.png.import @@ -3,23 +3,21 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmg8yws3gwx6u" -path="res://.godot/imported/Ghost 4.png-45ba6df3ef207a5eff72f5f0036139d6.ctex" +path="res://.godot/imported/Ghost 4.png-5beda85c6f5331ee251ae12d3489921c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://enemies/ghost animation/Ghost 4.png" -dest_files=["res://.godot/imported/Ghost 4.png-45ba6df3ef207a5eff72f5f0036139d6.ctex"] +source_file="res://enemies/ghost/ghost animation/Ghost 4.png" +dest_files=["res://.godot/imported/Ghost 4.png-5beda85c6f5331ee251ae12d3489921c.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/enemies/ghost animation/Ghost 5.png b/enemies/ghost/ghost animation/Ghost 5.png similarity index 100% rename from enemies/ghost animation/Ghost 5.png rename to enemies/ghost/ghost animation/Ghost 5.png diff --git a/enemies/ghost animation/Ghost 5.png.import b/enemies/ghost/ghost animation/Ghost 5.png.import similarity index 58% rename from enemies/ghost animation/Ghost 5.png.import rename to enemies/ghost/ghost animation/Ghost 5.png.import index c47e6e7..44ea75c 100644 --- a/enemies/ghost animation/Ghost 5.png.import +++ b/enemies/ghost/ghost animation/Ghost 5.png.import @@ -3,23 +3,21 @@ importer="texture" type="CompressedTexture2D" uid="uid://bs3lt13umfxu8" -path="res://.godot/imported/Ghost 5.png-08f0125e59cfd0173a5d36d75efeae60.ctex" +path="res://.godot/imported/Ghost 5.png-0726806101c6863f92a162d2ee5e7de2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://enemies/ghost animation/Ghost 5.png" -dest_files=["res://.godot/imported/Ghost 5.png-08f0125e59cfd0173a5d36d75efeae60.ctex"] +source_file="res://enemies/ghost/ghost animation/Ghost 5.png" +dest_files=["res://.godot/imported/Ghost 5.png-0726806101c6863f92a162d2ee5e7de2.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/enemies/ghost.gd b/enemies/ghost/ghost.gd similarity index 100% rename from enemies/ghost.gd rename to enemies/ghost/ghost.gd diff --git a/enemies/ghost.gd.uid b/enemies/ghost/ghost.gd.uid similarity index 100% rename from enemies/ghost.gd.uid rename to enemies/ghost/ghost.gd.uid diff --git a/enemies/ghost.tscn b/enemies/ghost/ghost.tscn similarity index 89% rename from enemies/ghost.tscn rename to enemies/ghost/ghost.tscn index 25223b0..e6a342e 100644 --- a/enemies/ghost.tscn +++ b/enemies/ghost/ghost.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=9 format=3 uid="uid://chu67ci7sl488"] -[ext_resource type="Script" uid="uid://12jns4dppxxj" path="res://enemies/ghost.gd" id="1_6attn"] +[ext_resource type="Script" uid="uid://12jns4dppxxj" path="res://enemies/ghost/ghost.gd" id="1_6attn"] [ext_resource type="PackedScene" uid="uid://mtfsdd4cdf3a" path="res://utils/enemy_hurtbox.tscn" id="2_34o1m"] -[ext_resource type="Texture2D" uid="uid://d3b5hmhjw2jyc" path="res://enemies/ghost animation/Ghost 1.png" id="3_34o1m"] +[ext_resource type="Texture2D" uid="uid://d3b5hmhjw2jyc" path="res://enemies/ghost/ghost animation/Ghost 1.png" id="3_34o1m"] [ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="3_obmiq"] -[ext_resource type="Texture2D" uid="uid://b8732t0313bqs" path="res://enemies/ghost animation/Ghost 0.png" id="3_rbwoc"] -[ext_resource type="Texture2D" uid="uid://dfhxhum8lek56" path="res://enemies/ghost animation/Ghost 2.png" id="4_4awot"] +[ext_resource type="Texture2D" uid="uid://b8732t0313bqs" path="res://enemies/ghost/ghost animation/Ghost 0.png" id="3_rbwoc"] +[ext_resource type="Texture2D" uid="uid://dfhxhum8lek56" path="res://enemies/ghost/ghost animation/Ghost 2.png" id="4_4awot"] [sub_resource type="CircleShape2D" id="CircleShape2D_6attn"] diff --git a/enemies/giant_leech.tscn b/enemies/leech/giant_leech.tscn similarity index 95% rename from enemies/giant_leech.tscn rename to enemies/leech/giant_leech.tscn index b6fe2ad..9c364a3 100644 --- a/enemies/giant_leech.tscn +++ b/enemies/leech/giant_leech.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://5nb7pf8g1ck"] -[ext_resource type="Script" uid="uid://b70f2ylbb3btt" path="res://enemies/leech.gd" id="1_wfsrb"] -[ext_resource type="PackedScene" uid="uid://cvoicwo2xnf7e" path="res://segment.tscn" id="2_7ngsb"] +[ext_resource type="Script" uid="uid://b70f2ylbb3btt" path="res://enemies/leech/leech.gd" id="1_wfsrb"] +[ext_resource type="PackedScene" uid="uid://cvoicwo2xnf7e" path="res://enemies/leech/segment.tscn" id="2_7ngsb"] [ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="3_vk62e"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_cq6dk"] diff --git a/enemies/leech.gd b/enemies/leech/leech.gd similarity index 100% rename from enemies/leech.gd rename to enemies/leech/leech.gd diff --git a/enemies/leech.gd.uid b/enemies/leech/leech.gd.uid similarity index 100% rename from enemies/leech.gd.uid rename to enemies/leech/leech.gd.uid diff --git a/enemies/leech.tscn b/enemies/leech/leech.tscn similarity index 95% rename from enemies/leech.tscn rename to enemies/leech/leech.tscn index 7dfb6a1..8fd311d 100644 --- a/enemies/leech.tscn +++ b/enemies/leech/leech.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://b62xcg0dd3vct"] -[ext_resource type="Script" uid="uid://b70f2ylbb3btt" path="res://enemies/leech.gd" id="1_6u582"] -[ext_resource type="PackedScene" uid="uid://cvoicwo2xnf7e" path="res://segment.tscn" id="2_oqch2"] +[ext_resource type="Script" uid="uid://b70f2ylbb3btt" path="res://enemies/leech/leech.gd" id="1_6u582"] +[ext_resource type="PackedScene" uid="uid://cvoicwo2xnf7e" path="res://enemies/leech/segment.tscn" id="2_oqch2"] [ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="3_0r7dp"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_cq6dk"] diff --git a/segment.gd b/enemies/leech/segment.gd similarity index 100% rename from segment.gd rename to enemies/leech/segment.gd diff --git a/segment.gd.uid b/enemies/leech/segment.gd.uid similarity index 100% rename from segment.gd.uid rename to enemies/leech/segment.gd.uid diff --git a/segment.tscn b/enemies/leech/segment.tscn similarity index 96% rename from segment.tscn rename to enemies/leech/segment.tscn index 4317f55..85a8274 100644 --- a/segment.tscn +++ b/enemies/leech/segment.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://cvoicwo2xnf7e"] -[ext_resource type="Script" uid="uid://b3q5khoqnnicx" path="res://segment.gd" id="1_o43lr"] +[ext_resource type="Script" uid="uid://b3q5khoqnnicx" path="res://enemies/leech/segment.gd" id="1_o43lr"] [ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="2_sa5vt"] [ext_resource type="PackedScene" uid="uid://mtfsdd4cdf3a" path="res://utils/enemy_hurtbox.tscn" id="3_sa5vt"] diff --git a/main.tscn b/main.tscn index 460ba83..05ced7e 100644 --- a/main.tscn +++ b/main.tscn @@ -1,16 +1,15 @@ -[gd_scene load_steps=12 format=3 uid="uid://cxo6bq26huau7"] +[gd_scene load_steps=11 format=3 uid="uid://cxo6bq26huau7"] [ext_resource type="PackedScene" uid="uid://cmaovvr15b3qk" path="res://player/player.tscn" id="2_1bvp3"] [ext_resource type="Texture2D" uid="uid://d3fpq76anm4t7" path="res://world/Background Prototype/Background prototype.png" id="3_kek77"] [ext_resource type="PackedScene" uid="uid://jjoyj1ldafkf" path="res://world/earth.tscn" id="3_lquwl"] [ext_resource type="Script" uid="uid://colvx6wq0e8n7" path="res://world/building_generator.gd" id="4_1bvp3"] -[ext_resource type="PackedScene" uid="uid://73g8y37skebh" path="res://item_ui/item_ui.tscn" id="6_4c57u"] -[ext_resource type="PackedScene" uid="uid://cjsrtswk4vgf2" path="res://healthbar/healthbar.tscn" id="6_7mycd"] -[ext_resource type="PackedScene" uid="uid://dpdn2php3ydsv" path="res://death_screen/death_screen.tscn" id="7_5vw27"] -[ext_resource type="Script" uid="uid://3k6r3jnko4hg" path="res://show_fps.gd" id="8_5vw27"] -[ext_resource type="PackedScene" uid="uid://b62xcg0dd3vct" path="res://enemies/leech.tscn" id="9_kek77"] +[ext_resource type="PackedScene" uid="uid://73g8y37skebh" path="res://ui/item_ui/item_ui.tscn" id="6_4c57u"] +[ext_resource type="PackedScene" uid="uid://cjsrtswk4vgf2" path="res://ui/healthbar/healthbar.tscn" id="6_7mycd"] +[ext_resource type="PackedScene" uid="uid://dpdn2php3ydsv" path="res://ui/death_screen/death_screen.tscn" id="7_5vw27"] +[ext_resource type="Script" uid="uid://3k6r3jnko4hg" path="res://utils/show_fps.gd" id="8_5vw27"] +[ext_resource type="PackedScene" uid="uid://b62xcg0dd3vct" path="res://enemies/leech/leech.tscn" id="9_kek77"] [ext_resource type="PackedScene" uid="uid://ca5ndobertnp4" path="res://water/water.tscn" id="10_4c57u"] -[ext_resource type="PackedScene" uid="uid://cpe4s6vsn0ujd" path="res://boss.tscn" id="11_efxa6"] [node name="main" type="Node2D"] @@ -86,9 +85,6 @@ grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_kek77") -[node name="Boss" parent="." instance=ExtResource("11_efxa6")] -position = Vector2(0, -3500) - [connection signal="active_item_changed" from="Player" to="CanvasLayer1/ItemUI" method="_on_player_active_item_changed"] [connection signal="health_changed" from="Player" to="CanvasLayer1/Healthbar" method="_on_player_health_changed"] [connection signal="max_hp_changed" from="Player" to="CanvasLayer1/Healthbar" method="_on_player_max_hp_changed"] diff --git a/player/Heart Grey.png.import b/player/Heart Grey.png.import index 4913ba6..4683b68 100644 --- a/player/Heart Grey.png.import +++ b/player/Heart Grey.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Heart Grey.png-6b86b8edc4802c3a483d9a14eb7ce1 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Heart.png.import b/player/Heart.png.import index dc7cbcd..38455ee 100644 --- a/player/Heart.png.import +++ b/player/Heart.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Heart.png-33902e9ff8206d83f93ea6d088b4a1bc.ct compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Heart_cut Grey.png.import b/player/Heart_cut Grey.png.import index be70c9d..31c6ef0 100644 --- a/player/Heart_cut Grey.png.import +++ b/player/Heart_cut Grey.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Heart_cut Grey.png-b4b9be15b5a8a36395d31eba43 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Heart_cut.png.import b/player/Heart_cut.png.import index fdc244b..1646dfd 100644 --- a/player/Heart_cut.png.import +++ b/player/Heart_cut.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Heart_cut.png-f11ef12fc6c55a0077b5ba659ce17ad compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Player_Walk/Walk 1.png.import b/player/Player_Walk/Walk 1.png.import index 7803358..97cf918 100644 --- a/player/Player_Walk/Walk 1.png.import +++ b/player/Player_Walk/Walk 1.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Walk 1.png-47c623e9d3540b4a00d2bddf52ae0b2a.c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Player_Walk/Walk 2.png.import b/player/Player_Walk/Walk 2.png.import index 3fac54f..48f18ef 100644 --- a/player/Player_Walk/Walk 2.png.import +++ b/player/Player_Walk/Walk 2.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Walk 2.png-5dea4fdec55fa43e26680e08090fd654.c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Player_Walk/Walk 3.png.import b/player/Player_Walk/Walk 3.png.import index c65053d..285ace3 100644 --- a/player/Player_Walk/Walk 3.png.import +++ b/player/Player_Walk/Walk 3.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Walk 3.png-27890c0cb512383b8ecbd848c73efee1.c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Player_Walk/Walk 4.png.import b/player/Player_Walk/Walk 4.png.import index c12f6b8..03aa90d 100644 --- a/player/Player_Walk/Walk 4.png.import +++ b/player/Player_Walk/Walk 4.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Walk 4.png-232b1eae2acf3ad82130431014262cde.c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Player_Walk/Walk 5.png.import b/player/Player_Walk/Walk 5.png.import index 47122be..fe3ebef 100644 --- a/player/Player_Walk/Walk 5.png.import +++ b/player/Player_Walk/Walk 5.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Walk 5.png-cfb8eb15ace876127c083283fe74cdc0.c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/Player_Walk/Walk 6.png.import b/player/Player_Walk/Walk 6.png.import index 5b2bdef..22d7868 100644 --- a/player/Player_Walk/Walk 6.png.import +++ b/player/Player_Walk/Walk 6.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Walk 6.png-f243f98e182be67eb8681a11d34ee554.c compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/attack_animation/Attack Animation 0.png.import b/player/attack_animation/Attack Animation 0.png.import index a1cb9cd..96e2c41 100644 --- a/player/attack_animation/Attack Animation 0.png.import +++ b/player/attack_animation/Attack Animation 0.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Attack Animation 0.png-489acc9ce1151ab08e3e3b compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/attack_animation/Attack Animation 1.png.import b/player/attack_animation/Attack Animation 1.png.import index d3c1bc7..3d443df 100644 --- a/player/attack_animation/Attack Animation 1.png.import +++ b/player/attack_animation/Attack Animation 1.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Attack Animation 1.png-ee24e1daff1b2693d0a213 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/attack_animation/Attack Animation 2.png.import b/player/attack_animation/Attack Animation 2.png.import index 9fb632f..8b1592c 100644 --- a/player/attack_animation/Attack Animation 2.png.import +++ b/player/attack_animation/Attack Animation 2.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Attack Animation 2.png-d547f6c17bbb65420b4918 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/attack_animation/Attack Animation 3.png.import b/player/attack_animation/Attack Animation 3.png.import index 0cc27c5..b0b138f 100644 --- a/player/attack_animation/Attack Animation 3.png.import +++ b/player/attack_animation/Attack Animation 3.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Attack Animation 3.png-d741f7f68a27aab201a287 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/double_jump/Double Jump 0.png.import b/player/double_jump/Double Jump 0.png.import index 40436aa..c685386 100644 --- a/player/double_jump/Double Jump 0.png.import +++ b/player/double_jump/Double Jump 0.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Double Jump 0.png-e1ba562e6b13c8446a336c30d2d compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/double_jump/Double Jump 1.png.import b/player/double_jump/Double Jump 1.png.import index 87b6af1..04b02df 100644 --- a/player/double_jump/Double Jump 1.png.import +++ b/player/double_jump/Double Jump 1.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Double Jump 1.png-69539f806c4752d0093ea6a956b compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/double_jump/Double Jump 2.png.import b/player/double_jump/Double Jump 2.png.import index 4818254..75d6760 100644 --- a/player/double_jump/Double Jump 2.png.import +++ b/player/double_jump/Double Jump 2.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Double Jump 2.png-f1a820e0078cf2a6b005cbe59b4 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/double_jump/Double Jump 3.png.import b/player/double_jump/Double Jump 3.png.import index 29d7306..ff6783f 100644 --- a/player/double_jump/Double Jump 3.png.import +++ b/player/double_jump/Double Jump 3.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Double Jump 3.png-4cfca0f35700bb4d12354620aff compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/player/double_jump/Double Jump 4.png.import b/player/double_jump/Double Jump 4.png.import index 2b6dfa0..cb7dc72 100644 --- a/player/double_jump/Double Jump 4.png.import +++ b/player/double_jump/Double Jump 4.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Double Jump 4.png-3e8f9f85498209cd3a65d2e632f compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/project.godot b/project.godot index 74ca773..73df7ee 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="The Dark Side of Earth" run/main_scene="uid://cxo6bq26huau7" -config/features=PackedStringArray("4.5", "Forward Plus") +config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg" [display] diff --git a/sounds/686321__cjspellsfish__punch-land-soft.wav b/sounds/686321__cjspellsfish__punch-land-soft.wav new file mode 100644 index 0000000000000000000000000000000000000000..814d2da9741b4f87d057575753c39f918f3f764c GIT binary patch literal 47148 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 US9@i9SEKRp3kW}-F)&a4AHr~;P5=M^ literal 0 HcmV?d00001 diff --git a/sounds/686321__cjspellsfish__punch-land-soft.wav.import b/sounds/686321__cjspellsfish__punch-land-soft.wav.import new file mode 100644 index 0000000..70b7168 --- /dev/null +++ b/sounds/686321__cjspellsfish__punch-land-soft.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://co07360hqn6fk" +path="res://.godot/imported/686321__cjspellsfish__punch-land-soft.wav-a4d09209aaf75a0f30c48baa4cf3044d.sample" + +[deps] + +source_file="res://sounds/686321__cjspellsfish__punch-land-soft.wav" +dest_files=["res://.godot/imported/686321__cjspellsfish__punch-land-soft.wav-a4d09209aaf75a0f30c48baa4cf3044d.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/traps/Morning Star.png.import b/traps/Morning Star.png.import index 27c6bc9..5f48a13 100644 --- a/traps/Morning Star.png.import +++ b/traps/Morning Star.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Morning Star.png-5c8aa4aef917e837888eb86be042 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/death_screen/death_screen.gd b/ui/death_screen/death_screen.gd similarity index 100% rename from death_screen/death_screen.gd rename to ui/death_screen/death_screen.gd diff --git a/death_screen/death_screen.gd.uid b/ui/death_screen/death_screen.gd.uid similarity index 100% rename from death_screen/death_screen.gd.uid rename to ui/death_screen/death_screen.gd.uid diff --git a/death_screen/death_screen.tscn b/ui/death_screen/death_screen.tscn similarity index 98% rename from death_screen/death_screen.tscn rename to ui/death_screen/death_screen.tscn index 035f2f1..df440b2 100644 --- a/death_screen/death_screen.tscn +++ b/ui/death_screen/death_screen.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=6 format=3 uid="uid://dpdn2php3ydsv"] -[ext_resource type="Script" uid="uid://cnulh0nwvoro3" path="res://death_screen/death_screen.gd" id="1_03nxu"] +[ext_resource type="Script" uid="uid://cnulh0nwvoro3" path="res://ui/death_screen/death_screen.gd" id="1_03nxu"] [ext_resource type="Theme" uid="uid://dwlus1hjwtch4" path="res://large_theme.tres" id="1_nk1bp"] [ext_resource type="Theme" uid="uid://bn4i5ordp2chs" path="res://small_theme.tres" id="2_03nxu"] diff --git a/healthbar/healthbar.gd b/ui/healthbar/healthbar.gd similarity index 100% rename from healthbar/healthbar.gd rename to ui/healthbar/healthbar.gd diff --git a/healthbar/healthbar.gd.uid b/ui/healthbar/healthbar.gd.uid similarity index 100% rename from healthbar/healthbar.gd.uid rename to ui/healthbar/healthbar.gd.uid diff --git a/healthbar/healthbar.tscn b/ui/healthbar/healthbar.tscn similarity index 82% rename from healthbar/healthbar.tscn rename to ui/healthbar/healthbar.tscn index 664493c..7017aac 100644 --- a/healthbar/healthbar.tscn +++ b/ui/healthbar/healthbar.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://cjsrtswk4vgf2"] -[ext_resource type="Script" uid="uid://b3fncqgyodcjc" path="res://healthbar/healthbar.gd" id="1_ubhit"] -[ext_resource type="PackedScene" uid="uid://em0xambhywfv" path="res://healthbar/heart.tscn" id="2_y66kq"] +[ext_resource type="Script" uid="uid://b3fncqgyodcjc" path="res://ui/healthbar/healthbar.gd" id="1_ubhit"] +[ext_resource type="PackedScene" uid="uid://em0xambhywfv" path="res://ui/healthbar/heart.tscn" id="2_y66kq"] [node name="Healthbar" type="HBoxContainer"] offset_right = 40.0 diff --git a/healthbar/heart.gd b/ui/healthbar/heart.gd similarity index 100% rename from healthbar/heart.gd rename to ui/healthbar/heart.gd diff --git a/healthbar/heart.gd.uid b/ui/healthbar/heart.gd.uid similarity index 100% rename from healthbar/heart.gd.uid rename to ui/healthbar/heart.gd.uid diff --git a/healthbar/heart.tscn b/ui/healthbar/heart.tscn similarity index 94% rename from healthbar/heart.tscn rename to ui/healthbar/heart.tscn index 367314b..aa2b88f 100644 --- a/healthbar/heart.tscn +++ b/ui/healthbar/heart.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://em0xambhywfv"] -[ext_resource type="Script" uid="uid://c60wm212fu1ti" path="res://healthbar/heart.gd" id="1_c17c5"] +[ext_resource type="Script" uid="uid://c60wm212fu1ti" path="res://ui/healthbar/heart.gd" id="1_c17c5"] [ext_resource type="Texture2D" uid="uid://djfc7sdc8wxp6" path="res://player/Heart_cut.png" id="2_885dn"] [ext_resource type="Texture2D" uid="uid://ctwu08w867gax" path="res://player/Heart_cut Grey.png" id="3_4yb2p"] diff --git a/item_ui/cooldown.gdshader b/ui/item_ui/cooldown.gdshader similarity index 100% rename from item_ui/cooldown.gdshader rename to ui/item_ui/cooldown.gdshader diff --git a/item_ui/cooldown.gdshader.uid b/ui/item_ui/cooldown.gdshader.uid similarity index 100% rename from item_ui/cooldown.gdshader.uid rename to ui/item_ui/cooldown.gdshader.uid diff --git a/item_ui/item_ui.gd b/ui/item_ui/item_ui.gd similarity index 100% rename from item_ui/item_ui.gd rename to ui/item_ui/item_ui.gd diff --git a/item_ui/item_ui.gd.uid b/ui/item_ui/item_ui.gd.uid similarity index 100% rename from item_ui/item_ui.gd.uid rename to ui/item_ui/item_ui.gd.uid diff --git a/item_ui/item_ui.tscn b/ui/item_ui/item_ui.tscn similarity index 94% rename from item_ui/item_ui.tscn rename to ui/item_ui/item_ui.tscn index 2fa82b3..ad31230 100644 --- a/item_ui/item_ui.tscn +++ b/ui/item_ui/item_ui.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://73g8y37skebh"] -[ext_resource type="Script" uid="uid://eusti457vwq1" path="res://item_ui/item_ui.gd" id="1_lfuq2"] -[ext_resource type="Shader" uid="uid://d0a7tk6dh1xq1" path="res://item_ui/cooldown.gdshader" id="2_60pal"] +[ext_resource type="Script" uid="uid://eusti457vwq1" path="res://ui/item_ui/item_ui.gd" id="1_lfuq2"] +[ext_resource type="Shader" uid="uid://d0a7tk6dh1xq1" path="res://ui/item_ui/cooldown.gdshader" id="2_60pal"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8oq0s"] draw_center = false diff --git a/main_menu/main_menu.gd b/ui/main_menu/main_menu.gd similarity index 100% rename from main_menu/main_menu.gd rename to ui/main_menu/main_menu.gd diff --git a/main_menu/main_menu.gd.uid b/ui/main_menu/main_menu.gd.uid similarity index 100% rename from main_menu/main_menu.gd.uid rename to ui/main_menu/main_menu.gd.uid diff --git a/main_menu/main_menu.tscn b/ui/main_menu/main_menu.tscn similarity index 98% rename from main_menu/main_menu.tscn rename to ui/main_menu/main_menu.tscn index 349f20d..c707474 100644 --- a/main_menu/main_menu.tscn +++ b/ui/main_menu/main_menu.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=10 format=3 uid="uid://dpkr8yoobtej6"] -[ext_resource type="Script" uid="uid://bg4qx85we014d" path="res://main_menu/main_menu.gd" id="1_bws42"] +[ext_resource type="Script" uid="uid://bg4qx85we014d" path="res://ui/main_menu/main_menu.gd" id="1_bws42"] [ext_resource type="PackedScene" uid="uid://jjoyj1ldafkf" path="res://world/earth.tscn" id="1_oa53l"] [ext_resource type="Script" uid="uid://colvx6wq0e8n7" path="res://world/building_generator.gd" id="2_d3a7t"] [ext_resource type="Theme" uid="uid://dwlus1hjwtch4" path="res://large_theme.tres" id="3_3shxk"] diff --git a/show_fps.gd b/utils/show_fps.gd similarity index 100% rename from show_fps.gd rename to utils/show_fps.gd diff --git a/show_fps.gd.uid b/utils/show_fps.gd.uid similarity index 100% rename from show_fps.gd.uid rename to utils/show_fps.gd.uid diff --git a/water/Warning_particle_emmission_shape.png.import b/water/Warning_particle_emmission_shape.png.import index 5b1d8aa..28ea240 100644 --- a/water/Warning_particle_emmission_shape.png.import +++ b/water/Warning_particle_emmission_shape.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Warning_particle_emmission_shape.png-dcaecf9f compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/water/water.tscn b/water/water.tscn index a14faa0..f96fad1 100644 --- a/water/water.tscn +++ b/water/water.tscn @@ -3,7 +3,7 @@ [ext_resource type="Script" uid="uid://chcxmo2uqvjbm" path="res://water/water.gd" id="1_m8een"] [ext_resource type="Shader" uid="uid://dg6cmhincvxua" path="res://water/water.gdshader" id="1_wjap7"] [ext_resource type="Animation" uid="uid://y1u85w0ew7uj" path="res://water/tsunami.res" id="3_6c1kg"] -[ext_resource type="Texture2D" uid="uid://dvlvu37up72gt" path="res://bubble.png" id="4_o7pku"] +[ext_resource type="Texture2D" uid="uid://dvlvu37up72gt" path="res://enemies/boss/bubble.png" id="4_o7pku"] [sub_resource type="Animation" id="Animation_6c1kg"] length = 0.001 diff --git a/world/Background Prototype/Background Prototype Layer 1.png.import b/world/Background Prototype/Background Prototype Layer 1.png.import index 2b3265d..3291c4a 100644 --- a/world/Background Prototype/Background Prototype Layer 1.png.import +++ b/world/Background Prototype/Background Prototype Layer 1.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Background Prototype Layer 1.png-47bb54b6d20a compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/world/Background Prototype/Background Prototype Layer 2.png.import b/world/Background Prototype/Background Prototype Layer 2.png.import index f18ed3b..7415d89 100644 --- a/world/Background Prototype/Background Prototype Layer 2.png.import +++ b/world/Background Prototype/Background Prototype Layer 2.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Background Prototype Layer 2.png-ab86220f0fff compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/world/Background Prototype/Background Prototype Layer 3.png.import b/world/Background Prototype/Background Prototype Layer 3.png.import index 816fbed..7399a52 100644 --- a/world/Background Prototype/Background Prototype Layer 3.png.import +++ b/world/Background Prototype/Background Prototype Layer 3.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Background Prototype Layer 3.png-5a49ea16a5dc compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/world/Background Prototype/Background Prototype Layer 4.png.import b/world/Background Prototype/Background Prototype Layer 4.png.import index b465008..6ff53ad 100644 --- a/world/Background Prototype/Background Prototype Layer 4.png.import +++ b/world/Background Prototype/Background Prototype Layer 4.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Background Prototype Layer 4.png-ee5791549e67 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/world/Background Prototype/Background prototype.png.import b/world/Background Prototype/Background prototype.png.import index ebf7d0f..c7895b7 100644 --- a/world/Background Prototype/Background prototype.png.import +++ b/world/Background Prototype/Background prototype.png.import @@ -18,8 +18,6 @@ dest_files=["res://.godot/imported/Background prototype.png-3a0b707a19d2bad45954 compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -27,10 +25,6 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false