diff --git a/.github/FEATURES.md b/.github/FEATURES.md deleted file mode 100644 index 3e789fe..0000000 --- a/.github/FEATURES.md +++ /dev/null @@ -1,17 +0,0 @@ -# Continuous Integration - -## Workflows - -- `release` - release game on a version tag (e.g v1.0.0) - - - Builds: Windows, Linux, Website, Android, Mac (not tested) - - Platforms - - Github Releases - - Itch.io, if it does not contain `-rc` in the tag - - The game needs to be created before with the same game name - - `BUTLER_API_KEY` and `ITCHIO_USER` env key needs to be set - -- `test` - run GUT test files inside the project on the master branch - -- `web` - manually deploy a web version to github pages - - github pages needs to be enabled on the repository diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index d024a7c..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: kuma_gee -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.gitignore b/.gitignore index 85b9e5a..fb55d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ build/ _sprites/ .godot/ node_modules -*.*~ \ No newline at end of file +*.*~ + +godot/assets/**/*.* +!godot/assets/**/*.import \ No newline at end of file diff --git a/godot/assets/Arrow.png b/godot/assets/Arrow.png deleted file mode 100644 index b6d90f1..0000000 Binary files a/godot/assets/Arrow.png and /dev/null differ diff --git a/godot/assets/Attack.png b/godot/assets/Attack.png deleted file mode 100644 index 0b244ea..0000000 Binary files a/godot/assets/Attack.png and /dev/null differ diff --git a/godot/assets/Bubble.png b/godot/assets/Bubble.png deleted file mode 100644 index 9308c25..0000000 Binary files a/godot/assets/Bubble.png and /dev/null differ diff --git a/godot/assets/BubbleParticle.png b/godot/assets/BubbleParticle.png deleted file mode 100644 index 6091afa..0000000 Binary files a/godot/assets/BubbleParticle.png and /dev/null differ diff --git a/godot/assets/Door.png b/godot/assets/Door.png deleted file mode 100644 index 618d46a..0000000 Binary files a/godot/assets/Door.png and /dev/null differ diff --git a/godot/assets/Enemy__Crab_Mirror.png b/godot/assets/Enemy__Crab_Mirror.png deleted file mode 100644 index 6246cf8..0000000 Binary files a/godot/assets/Enemy__Crab_Mirror.png and /dev/null differ diff --git a/godot/assets/Enemy__Crab_Normal.png b/godot/assets/Enemy__Crab_Normal.png deleted file mode 100644 index 32c6854..0000000 Binary files a/godot/assets/Enemy__Crab_Normal.png and /dev/null differ diff --git a/godot/assets/Enemy__Jellyfish_Mirror.png b/godot/assets/Enemy__Jellyfish_Mirror.png deleted file mode 100644 index 6a971cc..0000000 Binary files a/godot/assets/Enemy__Jellyfish_Mirror.png and /dev/null differ diff --git a/godot/assets/Enemy__Jellyfish_Normal.png b/godot/assets/Enemy__Jellyfish_Normal.png deleted file mode 100644 index 941d5fa..0000000 Binary files a/godot/assets/Enemy__Jellyfish_Normal.png and /dev/null differ diff --git a/godot/assets/Enemy__Tentacle_Mirror.png b/godot/assets/Enemy__Tentacle_Mirror.png deleted file mode 100644 index 9172cbd..0000000 Binary files a/godot/assets/Enemy__Tentacle_Mirror.png and /dev/null differ diff --git a/godot/assets/Enemy__Tentacle_Normal.png b/godot/assets/Enemy__Tentacle_Normal.png deleted file mode 100644 index de70b8d..0000000 Binary files a/godot/assets/Enemy__Tentacle_Normal.png and /dev/null differ diff --git a/godot/assets/Gura__Normal_Mirror.png b/godot/assets/Gura__Normal_Mirror.png deleted file mode 100644 index dba98c4..0000000 Binary files a/godot/assets/Gura__Normal_Mirror.png and /dev/null differ diff --git a/godot/assets/Gura__Normal_Normal.png b/godot/assets/Gura__Normal_Normal.png deleted file mode 100644 index 70ff0e2..0000000 Binary files a/godot/assets/Gura__Normal_Normal.png and /dev/null differ diff --git a/godot/assets/Gura__Trident_Mirror.png b/godot/assets/Gura__Trident_Mirror.png deleted file mode 100644 index e543684..0000000 Binary files a/godot/assets/Gura__Trident_Mirror.png and /dev/null differ diff --git a/godot/assets/Gura__Trident_Normal.png b/godot/assets/Gura__Trident_Normal.png deleted file mode 100644 index 5255603..0000000 Binary files a/godot/assets/Gura__Trident_Normal.png and /dev/null differ diff --git a/godot/assets/HpDrop_Drop.png b/godot/assets/HpDrop_Drop.png deleted file mode 100644 index eb0cd92..0000000 Binary files a/godot/assets/HpDrop_Drop.png and /dev/null differ diff --git a/godot/assets/HpDrop_Shadow.png b/godot/assets/HpDrop_Shadow.png deleted file mode 100644 index 489fd6c..0000000 Binary files a/godot/assets/HpDrop_Shadow.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Enter.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Enter.png deleted file mode 100644 index 08ef6dd..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Enter.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Mouse.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Mouse.png deleted file mode 100644 index 774bc62..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Mouse.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Normal.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Normal.png deleted file mode 100644 index 9c47c66..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Normal.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Super_Wide.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Super_Wide.png deleted file mode 100644 index e23994c..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Super_Wide.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Wide.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Wide.png deleted file mode 100644 index 5971062..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_Wide.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_tall.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_tall.png deleted file mode 100644 index 183a731..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_Black_tall.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Enter.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Enter.png deleted file mode 100644 index 744d380..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Enter.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Mouse.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Mouse.png deleted file mode 100644 index 7891ea4..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Mouse.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Normal.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Normal.png deleted file mode 100644 index beee975..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Normal.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Super_Wide.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Super_Wide.png deleted file mode 100644 index 183b10c..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Super_Wide.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Tall.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Tall.png deleted file mode 100644 index ae3cdf5..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Tall.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Wide.png b/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Wide.png deleted file mode 100644 index 416b056..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Blanks/Blank_White_Wide.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/0_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/0_Key_Dark.png deleted file mode 100644 index ab5408e..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/0_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/10_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/10_Key_Dark.png deleted file mode 100644 index 17339fe..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/10_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/11_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/11_Key_Dark.png deleted file mode 100644 index 18001d0..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/11_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/12_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/12_Key_Dark.png deleted file mode 100644 index a18bb74..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/12_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/1_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/1_Key_Dark.png deleted file mode 100644 index d88cfd0..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/1_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/2_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/2_Key_Dark.png deleted file mode 100644 index 257a0a8..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/2_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/3_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/3_Key_Dark.png deleted file mode 100644 index 37f01a2..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/3_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/4_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/4_Key_Dark.png deleted file mode 100644 index f2ec50e..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/4_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/5_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/5_Key_Dark.png deleted file mode 100644 index 4996f90..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/5_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/6_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/6_Key_Dark.png deleted file mode 100644 index 7ebf62d..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/6_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/7_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/7_Key_Dark.png deleted file mode 100644 index bae81b4..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/7_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/8_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/8_Key_Dark.png deleted file mode 100644 index 4cbf159..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/8_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/9_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/9_Key_Dark.png deleted file mode 100644 index 8da9b01..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/9_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/A_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/A_Key_Dark.png deleted file mode 100644 index ba2b1dd..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/A_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Alt_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Alt_Key_Dark.png deleted file mode 100644 index 9c0ceb6..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Alt_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Down_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Down_Key_Dark.png deleted file mode 100644 index 9edcf58..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Down_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Left_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Left_Key_Dark.png deleted file mode 100644 index 3425005..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Left_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Right_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Right_Key_Dark.png deleted file mode 100644 index 929cb35..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Right_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Up_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Up_Key_Dark.png deleted file mode 100644 index 025a68d..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Arrow_Up_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Asterisk_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Asterisk_Key_Dark.png deleted file mode 100644 index abcdd9f..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Asterisk_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/B_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/B_Key_Dark.png deleted file mode 100644 index bb6b3bb..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/B_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Backspace_Alt_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Backspace_Alt_Key_Dark.png deleted file mode 100644 index be1a758..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Backspace_Alt_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Backspace_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Backspace_Key_Dark.png deleted file mode 100644 index bd2b56d..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Backspace_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Bracket_Left_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Bracket_Left_Key_Dark.png deleted file mode 100644 index 8734b86..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Bracket_Left_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Bracket_Right_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Bracket_Right_Key_Dark.png deleted file mode 100644 index c56aef4..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Bracket_Right_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/C_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/C_Key_Dark.png deleted file mode 100644 index 005e4ca..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/C_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Caps_Lock_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Caps_Lock_Key_Dark.png deleted file mode 100644 index de5adb8..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Caps_Lock_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Command_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Command_Key_Dark.png deleted file mode 100644 index 22dfd60..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Command_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Ctrl_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Ctrl_Key_Dark.png deleted file mode 100644 index 12456bd..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Ctrl_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/D_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/D_Key_Dark.png deleted file mode 100644 index cfd36f2..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/D_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Del_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Del_Key_Dark.png deleted file mode 100644 index 87bd830..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Del_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/E_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/E_Key_Dark.png deleted file mode 100644 index 34b7be1..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/E_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/End_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/End_Key_Dark.png deleted file mode 100644 index 2d6211c..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/End_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Alt_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Alt_Key_Dark.png deleted file mode 100644 index 5493293..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Alt_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Key_Dark.png deleted file mode 100644 index 1f144f5..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Tall_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Tall_Key_Dark.png deleted file mode 100644 index de3abde..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Enter_Tall_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Esc_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Esc_Key_Dark.png deleted file mode 100644 index c363cdc..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Esc_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F10_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F10_Key_Dark.png deleted file mode 100644 index 17339fe..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F10_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F11_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F11_Key_Dark.png deleted file mode 100644 index 18001d0..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F11_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F12_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F12_Key_Dark.png deleted file mode 100644 index a18bb74..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F12_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F1_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F1_Key_Dark.png deleted file mode 100644 index fc5865a..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F1_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F2_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F2_Key_Dark.png deleted file mode 100644 index ffceae5..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F2_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F3_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F3_Key_Dark.png deleted file mode 100644 index c49d840..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F3_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F4_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F4_Key_Dark.png deleted file mode 100644 index c09acb2..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F4_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F5_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F5_Key_Dark.png deleted file mode 100644 index c304fd0..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F5_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F6_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F6_Key_Dark.png deleted file mode 100644 index bc3f31c..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F6_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F7_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F7_Key_Dark.png deleted file mode 100644 index 2c28dc0..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F7_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F8_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F8_Key_Dark.png deleted file mode 100644 index 6c09529..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F8_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F9_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F9_Key_Dark.png deleted file mode 100644 index 0b67e2b..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F9_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/F_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/F_Key_Dark.png deleted file mode 100644 index 0781a72..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/F_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/G_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/G_Key_Dark.png deleted file mode 100644 index 79ffcd2..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/G_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/H_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/H_Key_Dark.png deleted file mode 100644 index 00a4fe4..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/H_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Home_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Home_Key_Dark.png deleted file mode 100644 index 10ba170..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Home_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/I_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/I_Key_Dark.png deleted file mode 100644 index de8f252..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/I_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Insert_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Insert_Key_Dark.png deleted file mode 100644 index d0ae4d5..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Insert_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/J_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/J_Key_Dark.png deleted file mode 100644 index 947b5eb..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/J_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/K_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/K_Key_Dark.png deleted file mode 100644 index 2ca24bd..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/K_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/L_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/L_Key_Dark.png deleted file mode 100644 index 725c878..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/L_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/M_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/M_Key_Dark.png deleted file mode 100644 index 4477153..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/M_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mark_Left_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Mark_Left_Key_Dark.png deleted file mode 100644 index a5e48ce..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mark_Left_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mark_Right_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Mark_Right_Key_Dark.png deleted file mode 100644 index d418e77..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mark_Right_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Minus_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Minus_Key_Dark.png deleted file mode 100644 index 1e6dcf7..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Minus_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Left_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Left_Key_Dark.png deleted file mode 100644 index 1b1eb86..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Left_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Middle_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Middle_Key_Dark.png deleted file mode 100644 index 0fd0a2e..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Middle_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Right_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Right_Key_Dark.png deleted file mode 100644 index cc24f92..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Right_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Simple_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Simple_Key_Dark.png deleted file mode 100644 index 774bc62..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Mouse_Simple_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/N_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/N_Key_Dark.png deleted file mode 100644 index 689e2f6..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/N_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Num_Lock_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Num_Lock_Key_Dark.png deleted file mode 100644 index 2808f91..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Num_Lock_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/O_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/O_Key_Dark.png deleted file mode 100644 index b703ceb..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/O_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/P_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/P_Key_Dark.png deleted file mode 100644 index 13e8393..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/P_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Page_Down_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Page_Down_Key_Dark.png deleted file mode 100644 index ace123f..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Page_Down_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Page_Up_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Page_Up_Key_Dark.png deleted file mode 100644 index da15112..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Page_Up_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Plus_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Plus_Key_Dark.png deleted file mode 100644 index ebc1035..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Plus_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Plus_Tall_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Plus_Tall_Key_Dark.png deleted file mode 100644 index 3049116..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Plus_Tall_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Print_Screen_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Print_Screen_Key_Dark.png deleted file mode 100644 index 88ad617..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Print_Screen_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Q_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Q_Key_Dark.png deleted file mode 100644 index fe8add9..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Q_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Question_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Question_Key_Dark.png deleted file mode 100644 index d32683c..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Question_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Quote_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Quote_Key_Dark.png deleted file mode 100644 index 108d665..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Quote_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/R_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/R_Key_Dark.png deleted file mode 100644 index 5ac2461..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/R_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/S_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/S_Key_Dark.png deleted file mode 100644 index 1fb8919..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/S_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Semicolon_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Semicolon_Key_Dark.png deleted file mode 100644 index 800d299..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Semicolon_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Shift_Alt_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Shift_Alt_Key_Dark.png deleted file mode 100644 index e57fb5f..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Shift_Alt_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Shift_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Shift_Key_Dark.png deleted file mode 100644 index 05ba791..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Shift_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Slash_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Slash_Key_Dark.png deleted file mode 100644 index 38b411b..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Slash_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Space_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Space_Key_Dark.png deleted file mode 100644 index 2298b4f..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Space_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/T_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/T_Key_Dark.png deleted file mode 100644 index 9ba1250..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/T_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Tab_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Tab_Key_Dark.png deleted file mode 100644 index 3fea857..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Tab_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Tilda_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Tilda_Key_Dark.png deleted file mode 100644 index 2f8db91..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Tilda_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/U_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/U_Key_Dark.png deleted file mode 100644 index 79f9138..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/U_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/V_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/V_Key_Dark.png deleted file mode 100644 index c0f0599..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/V_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/W_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/W_Key_Dark.png deleted file mode 100644 index 06278ee..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/W_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Win_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Win_Key_Dark.png deleted file mode 100644 index 58576cb..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Win_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/X_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/X_Key_Dark.png deleted file mode 100644 index 95192f0..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/X_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Y_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Y_Key_Dark.png deleted file mode 100644 index b94e455..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Y_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Dark/Z_Key_Dark.png b/godot/assets/Inputs/Keyboard & Mouse/Dark/Z_Key_Dark.png deleted file mode 100644 index e9a1299..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Dark/Z_Key_Dark.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/0_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/0_Key_Light.png deleted file mode 100644 index 243de8d..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/0_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/10_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/10_Key_Light.png deleted file mode 100644 index 08e187a..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/10_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/11_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/11_Key_Light.png deleted file mode 100644 index a0d1945..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/11_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/12_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/12_Key_Light.png deleted file mode 100644 index 19c2344..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/12_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/1_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/1_Key_Light.png deleted file mode 100644 index 2e90871..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/1_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/2_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/2_Key_Light.png deleted file mode 100644 index 775745b..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/2_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/3_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/3_Key_Light.png deleted file mode 100644 index 8dc2794..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/3_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/4_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/4_Key_Light.png deleted file mode 100644 index d09d43c..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/4_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/5_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/5_Key_Light.png deleted file mode 100644 index dd28315..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/5_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/6_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/6_Key_Light.png deleted file mode 100644 index a3c29f4..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/6_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/7_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/7_Key_Light.png deleted file mode 100644 index aeacb45..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/7_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/8_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/8_Key_Light.png deleted file mode 100644 index 3005781..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/8_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/9_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/9_Key_Light.png deleted file mode 100644 index fb87ddb..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/9_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/A_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/A_Key_Light.png deleted file mode 100644 index 57a1d6f..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/A_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Alt_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Alt_Key_Light.png deleted file mode 100644 index 677fee7..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Alt_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Down_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Down_Key_Light.png deleted file mode 100644 index 3afceba..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Down_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Left_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Left_Key_Light.png deleted file mode 100644 index 6c4beec..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Left_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Right_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Right_Key_Light.png deleted file mode 100644 index f0f9e76..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Right_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Up_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Up_Key_Light.png deleted file mode 100644 index 8f4b0e4..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Arrow_Up_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Asterisk_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Asterisk_Key_Light.png deleted file mode 100644 index 5de5317..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Asterisk_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/B_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/B_Key_Light.png deleted file mode 100644 index 6de48cf..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/B_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Backspace_Alt_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Backspace_Alt_Key_Light.png deleted file mode 100644 index e583b60..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Backspace_Alt_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Backspace_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Backspace_Key_Light.png deleted file mode 100644 index d6da7ab..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Backspace_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Bracket_Left_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Bracket_Left_Key_Light.png deleted file mode 100644 index 1e8fd69..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Bracket_Left_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Bracket_Right_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Bracket_Right_Key_Light.png deleted file mode 100644 index 56365f1..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Bracket_Right_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/C_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/C_Key_Light.png deleted file mode 100644 index 46a6513..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/C_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Caps_Lock_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Caps_Lock_Key_Light.png deleted file mode 100644 index 0b7a975..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Caps_Lock_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Command_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Command_Key_Light.png deleted file mode 100644 index 382a351..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Command_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Ctrl_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Ctrl_Key_Light.png deleted file mode 100644 index 00ba554..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Ctrl_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/D_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/D_Key_Light.png deleted file mode 100644 index 70876b9..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/D_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Del_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Del_Key_Light.png deleted file mode 100644 index 6e0f543..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Del_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/E_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/E_Key_Light.png deleted file mode 100644 index f750f3a..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/E_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/End_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/End_Key_Light.png deleted file mode 100644 index bd8d6e1..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/End_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Alt_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Alt_Key_Light.png deleted file mode 100644 index 7b56741..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Alt_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Key_Light.png deleted file mode 100644 index 5f4c40a..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Tall_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Tall_Key_Light.png deleted file mode 100644 index fd57a44..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Enter_Tall_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Esc_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Esc_Key_Light.png deleted file mode 100644 index d152e31..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Esc_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F10_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F10_Key_Light.png deleted file mode 100644 index 08e187a..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F10_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F11_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F11_Key_Light.png deleted file mode 100644 index a0d1945..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F11_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F12_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F12_Key_Light.png deleted file mode 100644 index 19c2344..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F12_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F1_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F1_Key_Light.png deleted file mode 100644 index 4dae2fb..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F1_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F2_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F2_Key_Light.png deleted file mode 100644 index e50bcb8..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F2_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F3_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F3_Key_Light.png deleted file mode 100644 index c9feb57..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F3_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F4_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F4_Key_Light.png deleted file mode 100644 index 0b8f4f6..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F4_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F5_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F5_Key_Light.png deleted file mode 100644 index c74317f..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F5_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F6_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F6_Key_Light.png deleted file mode 100644 index cedfd8f..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F6_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F7_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F7_Key_Light.png deleted file mode 100644 index 6337d82..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F7_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F8_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F8_Key_Light.png deleted file mode 100644 index 71ab492..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F8_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F9_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F9_Key_Light.png deleted file mode 100644 index 90e7071..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F9_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/F_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/F_Key_Light.png deleted file mode 100644 index 1504aba..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/F_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/G_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/G_Key_Light.png deleted file mode 100644 index f01c281..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/G_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/H_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/H_Key_Light.png deleted file mode 100644 index 37d9c6e..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/H_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Home_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Home_Key_Light.png deleted file mode 100644 index 9044181..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Home_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/I_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/I_Key_Light.png deleted file mode 100644 index adde071..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/I_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Insert_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Insert_Key_Light.png deleted file mode 100644 index 2682a11..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Insert_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/J_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/J_Key_Light.png deleted file mode 100644 index 7a3a3d7..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/J_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/K_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/K_Key_Light.png deleted file mode 100644 index 92e5b38..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/K_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/L_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/L_Key_Light.png deleted file mode 100644 index 995e284..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/L_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/M_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/M_Key_Light.png deleted file mode 100644 index f53cf50..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/M_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Mark_Left_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Mark_Left_Key_Light.png deleted file mode 100644 index 6b7b865..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Mark_Left_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Mark_Right_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Mark_Right_Key_Light.png deleted file mode 100644 index defc71e..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Mark_Right_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Minus_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Minus_Key_Light.png deleted file mode 100644 index 47d3bc1..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Minus_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Left_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Left_Key_Light.png deleted file mode 100644 index 22983fa..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Left_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Middle_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Middle_Key_Light.png deleted file mode 100644 index d3298c1..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Middle_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Right_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Right_Key_Light.png deleted file mode 100644 index 8106df7..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Right_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Simple_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Simple_Key_Light.png deleted file mode 100644 index 7891ea4..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Mouse_Simple_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/N_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/N_Key_Light.png deleted file mode 100644 index b24d7f6..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/N_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Num_Lock_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Num_Lock_Key_Light.png deleted file mode 100644 index 98f5f29..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Num_Lock_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/O_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/O_Key_Light.png deleted file mode 100644 index a59c477..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/O_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/P_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/P_Key_Light.png deleted file mode 100644 index 940e6ce..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/P_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Page_Down_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Page_Down_Key_Light.png deleted file mode 100644 index d50f14a..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Page_Down_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Page_Up_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Page_Up_Key_Light.png deleted file mode 100644 index 5a8ec85..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Page_Up_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Plus_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Plus_Key_Light.png deleted file mode 100644 index 29c4fdd..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Plus_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Plus_Tall_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Plus_Tall_Key_Light.png deleted file mode 100644 index bdfedbe..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Plus_Tall_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Print_Screen_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Print_Screen_Key_Light.png deleted file mode 100644 index 10c7798..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Print_Screen_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Q_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Q_Key_Light.png deleted file mode 100644 index 38a2fa0..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Q_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Question_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Question_Key_Light.png deleted file mode 100644 index 03ddf97..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Question_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Quote_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Quote_Key_Light.png deleted file mode 100644 index fe43222..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Quote_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/R_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/R_Key_Light.png deleted file mode 100644 index eda35ee..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/R_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/S_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/S_Key_Light.png deleted file mode 100644 index 0ca61d8..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/S_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Semicolon_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Semicolon_Key_Light.png deleted file mode 100644 index fcbd630..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Semicolon_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Shift_Alt_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Shift_Alt_Key_Light.png deleted file mode 100644 index 1ecfe49..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Shift_Alt_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Shift_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Shift_Key_Light.png deleted file mode 100644 index 21c4f49..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Shift_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Slash_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Slash_Key_Light.png deleted file mode 100644 index e30ff0b..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Slash_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Space_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Space_Key_Light.png deleted file mode 100644 index 1a2f0f6..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Space_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/T_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/T_Key_Light.png deleted file mode 100644 index a9d9767..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/T_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Tab_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Tab_Key_Light.png deleted file mode 100644 index 9b0534a..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Tab_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Tilda_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Tilda_Key_Light.png deleted file mode 100644 index 1b9d057..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Tilda_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/U_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/U_Key_Light.png deleted file mode 100644 index 72c0edf..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/U_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/V_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/V_Key_Light.png deleted file mode 100644 index 181f8d7..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/V_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/W_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/W_Key_Light.png deleted file mode 100644 index 7431ef2..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/W_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Win_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Win_Key_Light.png deleted file mode 100644 index 70afb48..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Win_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/X_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/X_Key_Light.png deleted file mode 100644 index 25b9d33..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/X_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Y_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Y_Key_Light.png deleted file mode 100644 index 4702c2c..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Y_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/Keyboard & Mouse/Light/Z_Key_Light.png b/godot/assets/Inputs/Keyboard & Mouse/Light/Z_Key_Light.png deleted file mode 100644 index f6037a9..0000000 Binary files a/godot/assets/Inputs/Keyboard & Mouse/Light/Z_Key_Light.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Circle.png b/godot/assets/Inputs/PS5/PS5_Circle.png deleted file mode 100644 index 05a89a9..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Circle.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Cross.png b/godot/assets/Inputs/PS5/PS5_Cross.png deleted file mode 100644 index 395a898..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Cross.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Diagram.png b/godot/assets/Inputs/PS5/PS5_Diagram.png deleted file mode 100644 index d452d34..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Diagram.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Diagram_Simple.png b/godot/assets/Inputs/PS5/PS5_Diagram_Simple.png deleted file mode 100644 index 99d85c9..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Diagram_Simple.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Dpad.png b/godot/assets/Inputs/PS5/PS5_Dpad.png deleted file mode 100644 index 49e6405..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Dpad.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Dpad_Down.png b/godot/assets/Inputs/PS5/PS5_Dpad_Down.png deleted file mode 100644 index a8f893a..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Dpad_Down.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Dpad_Left.png b/godot/assets/Inputs/PS5/PS5_Dpad_Left.png deleted file mode 100644 index 2bdc048..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Dpad_Left.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Dpad_Right.png b/godot/assets/Inputs/PS5/PS5_Dpad_Right.png deleted file mode 100644 index b7cd568..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Dpad_Right.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Dpad_Up.png b/godot/assets/Inputs/PS5/PS5_Dpad_Up.png deleted file mode 100644 index 99180d2..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Dpad_Up.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_L1.png b/godot/assets/Inputs/PS5/PS5_L1.png deleted file mode 100644 index 07e505a..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_L1.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_L2.png b/godot/assets/Inputs/PS5/PS5_L2.png deleted file mode 100644 index 05f3dd2..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_L2.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Left_Stick.png b/godot/assets/Inputs/PS5/PS5_Left_Stick.png deleted file mode 100644 index 0245ff8..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Left_Stick.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Left_Stick_Click.png b/godot/assets/Inputs/PS5/PS5_Left_Stick_Click.png deleted file mode 100644 index 66e5271..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Left_Stick_Click.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Microphone.png b/godot/assets/Inputs/PS5/PS5_Microphone.png deleted file mode 100644 index bb0f331..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Microphone.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Options.png b/godot/assets/Inputs/PS5/PS5_Options.png deleted file mode 100644 index 3e56fe2..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Options.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Options_Alt.png b/godot/assets/Inputs/PS5/PS5_Options_Alt.png deleted file mode 100644 index ca28364..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Options_Alt.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_R1.png b/godot/assets/Inputs/PS5/PS5_R1.png deleted file mode 100644 index 2cff97a..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_R1.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_R2.png b/godot/assets/Inputs/PS5/PS5_R2.png deleted file mode 100644 index a13f17f..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_R2.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Right_Stick.png b/godot/assets/Inputs/PS5/PS5_Right_Stick.png deleted file mode 100644 index 85c1556..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Right_Stick.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Right_Stick_Click.png b/godot/assets/Inputs/PS5/PS5_Right_Stick_Click.png deleted file mode 100644 index eecd4e8..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Right_Stick_Click.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Share.png b/godot/assets/Inputs/PS5/PS5_Share.png deleted file mode 100644 index d96e698..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Share.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Share_Alt.png b/godot/assets/Inputs/PS5/PS5_Share_Alt.png deleted file mode 100644 index 10941aa..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Share_Alt.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Square.png b/godot/assets/Inputs/PS5/PS5_Square.png deleted file mode 100644 index 20f6065..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Square.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Touch_Pad.png b/godot/assets/Inputs/PS5/PS5_Touch_Pad.png deleted file mode 100644 index 1a77d0c..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Touch_Pad.png and /dev/null differ diff --git a/godot/assets/Inputs/PS5/PS5_Triangle.png b/godot/assets/Inputs/PS5/PS5_Triangle.png deleted file mode 100644 index 4950d17..0000000 Binary files a/godot/assets/Inputs/PS5/PS5_Triangle.png and /dev/null differ diff --git a/godot/assets/Inputs/Readme.txt b/godot/assets/Inputs/Readme.txt deleted file mode 100644 index a79112d..0000000 --- a/godot/assets/Inputs/Readme.txt +++ /dev/null @@ -1,194 +0,0 @@ -Hey there! - -Hope you make good use of this pack. You can use all these assets in any project you want to (be it commercial or not).All of the assets are in the public domain under Creative Commons 0 (CC0) - -In this pack you will find over 500 buttons including: - -Steam Deck Prompts -Xbox 360 Controller -Xbox One Controller + Diagram -Xbox Series X Controller + Diagram -Play Station 3 Controller -Play Station 4 Controller + Diagram -Play Station 5 Controller + Diagram -Play Station Move -PS Vita -Google Stadia Controller -Amazon Luna Controller -Vive Controller -Oculus Controllers & Remote -Wii Controller -Wii U Controller -Nintendo Switch -Steam Controller (Updated to commercial version) -Ouya -Keyboard and mouse buttons (Both in dark and light variants including blanks) -Directional arrows for thumb sticks and movement keys -Touch Screen Gestures -Positional Prompts (without text labels) - ----------------------------------- - -I am "Nicolae (Xelu) Berbece", founder of "Those Awesome Guys", responsible for the development of "Move or Die" and published "Monster Prom". I'm also making videos about game design on the "Mental Checkpoint" channel. - -If you use these prompts in your project, please reach out over at nick@thoseawesomeguys.com or @xelubest so I can add your game to this list! - -Feel free to credit me in case you use anything in this pack, but don't worry, I won't mind if you don't. ;) - -Please share this pack with other fellow developers in need of such assets! In the spirit of good old chain mail, if you share this pack with 5 fellow devs, your game's review score will rise by 7% and a notable streamer will pick it up for their stream. - -Keep making awesome things!!! - -~Nick - - - -Here is a semi-regularly-updated list of games using these prompts: ----------------------------- -Mega Man Legacy -Hunt: Showdown -Outer Wilds -Slay The Spire -Stanley Parable Ultra Deluxe -A hat in Time -Forager -Wonder Boy the dragon's trap -Postal 2 -The Pathless -This Was Of Mine -Lara Croft Go -Spellbreak -Postal Redux -RWBY -PikuNiku -Shadow Warrior 2 -Yooka Laylee -Sable -FamilyFeud -20XX -Furi -Tiny Metal -Disney Afternoon -Heat Signature -Dread Hunger -Turbo Dismount -Aztez -Faerie Afterlight -Big Hops -Outward -Song of Iron -Bird Problems -Super Toy Cars Offroad -Unfortunate Spacemen -Cooking Simulator -Ranch Simulator -Black Future 88 -Fallen Legion -Little Kitty Big City -Fru -Blockships -Idarb -Mike Dies -Caravan Sandwitch -Skate Bird -Snake Pass -Danger Scavenger -Roboquest -Nobody Saves the World -Rive -Citywars Savage -Alekon -Paradise Killer -Faerie Afterlight -Obduction -Fractal Fall -The Legend of Tianding -Guild of Ascension -Avaria VS -Blast Zone! Tournament -GenoKids -Escape Room - The Sick Colleague -The Donnerwald Experiment -100ft Robot Golf -REVN -Sockventure -Indirection -Zombie Rollerz -B.O.O.M . - You Win -Bumper Stars -Battle Chef Brigade -De Blob -Rush Attack -Phantom Brigade -Wytchwood -Mulaka -Nova Islands -Airheart - Tales of broken wings -Redirection -Pull Stay -Missing Missiles -Death Pedal -Defender's Quest -Alekon -Office Run -Akuto "Mad World" -Project Mobius -Caravan SandWitch -Whispering Willows -The Metaverse -Vostok Inc. -From the Brink -Divine commander -Sbirz -Grashers -Remnants of Naezith -Mothergunship -Roundabout -Hunter of the Disowned -Cosmos Quickstop -West of Dead -Tune Tank -Rain on your Parade -Cho Cho Charles -The Pale Beyond -Infinite Adventures -Arena 3D -Chroma Vaders -Father's Soul -Hoverloop -Wrestling Revolution 3D -Altero -Super Comboman -Disc Jam -Arid -Jelly is Sticky -The Hatching -World to the West -Mayan Death Robots -Sentris -Carto -Dungeon Renovator -Unbox -Fort Triumph -Insane Robots -Super Daryl Deluxe -Induction -Pawarumi -The Flock -Binary Trigger -Fractal Space -The Last Acorn -Deputy dangle -Bubsy: The Woolies Strike Back -Tumblestone -The chronicles of Kyra -Ghost Knight Victis -Solbrain Knight of Darkness -SSMP -Distance -Sentience -Earthlock -Everspace -Pylon Rogue -The Church in the darkness -Sword n' Board \ No newline at end of file diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_A.png b/godot/assets/Inputs/Steam Deck/SteamDeck_A.png deleted file mode 100644 index 36e4867..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_A.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_B.png b/godot/assets/Inputs/Steam Deck/SteamDeck_B.png deleted file mode 100644 index aa94303..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_B.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Dots.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Dots.png deleted file mode 100644 index fb04073..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Dots.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad.png deleted file mode 100644 index e79effa..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Down.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Down.png deleted file mode 100644 index f6976e4..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Down.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Left.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Left.png deleted file mode 100644 index 80b5647..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Left.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Right.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Right.png deleted file mode 100644 index 37953ea..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Right.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Up.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Up.png deleted file mode 100644 index 6fa4a6b..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Dpad_Up.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Gyro.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Gyro.png deleted file mode 100644 index 4db3d2e..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Gyro.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_L1.png b/godot/assets/Inputs/Steam Deck/SteamDeck_L1.png deleted file mode 100644 index 25e2562..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_L1.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_L2.png b/godot/assets/Inputs/Steam Deck/SteamDeck_L2.png deleted file mode 100644 index 399ffb4..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_L2.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_L4.png b/godot/assets/Inputs/Steam Deck/SteamDeck_L4.png deleted file mode 100644 index 3a2b4be..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_L4.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_L5.png b/godot/assets/Inputs/Steam Deck/SteamDeck_L5.png deleted file mode 100644 index 507fc01..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_L5.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Stick.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Stick.png deleted file mode 100644 index e006d0a..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Stick.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Stick_Click.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Stick_Click.png deleted file mode 100644 index d7e2029..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Stick_Click.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Track.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Track.png deleted file mode 100644 index d1596fa..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Left_Track.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Menu.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Menu.png deleted file mode 100644 index 39c5d17..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Menu.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Minus.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Minus.png deleted file mode 100644 index 1347872..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Minus.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Plus.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Plus.png deleted file mode 100644 index 394d5bb..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Plus.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Power.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Power.png deleted file mode 100644 index 13bfec5..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Power.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_R1.png b/godot/assets/Inputs/Steam Deck/SteamDeck_R1.png deleted file mode 100644 index 4d7ce77..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_R1.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_R2.png b/godot/assets/Inputs/Steam Deck/SteamDeck_R2.png deleted file mode 100644 index bb4787a..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_R2.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_R4.png b/godot/assets/Inputs/Steam Deck/SteamDeck_R4.png deleted file mode 100644 index 07f6110..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_R4.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_R5.png b/godot/assets/Inputs/Steam Deck/SteamDeck_R5.png deleted file mode 100644 index d5659cb..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_R5.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Stick.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Stick.png deleted file mode 100644 index a2fc9db..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Stick.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Stick_Click.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Stick_Click.png deleted file mode 100644 index 2236e57..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Stick_Click.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Track.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Track.png deleted file mode 100644 index 0628aba..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Right_Track.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Square.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Square.png deleted file mode 100644 index d87ae38..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Square.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Steam.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Steam.png deleted file mode 100644 index af63f7f..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Steam.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_X.png b/godot/assets/Inputs/Steam Deck/SteamDeck_X.png deleted file mode 100644 index 606739b..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_X.png and /dev/null differ diff --git a/godot/assets/Inputs/Steam Deck/SteamDeck_Y.png b/godot/assets/Inputs/Steam Deck/SteamDeck_Y.png deleted file mode 100644 index 4a0423f..0000000 Binary files a/godot/assets/Inputs/Steam Deck/SteamDeck_Y.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_A.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_A.png deleted file mode 100644 index e22bb29..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_A.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_B.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_B.png deleted file mode 100644 index 9312c26..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_B.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Diagram.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Diagram.png deleted file mode 100644 index ff29b45..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Diagram.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Diagram_Simple.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Diagram_Simple.png deleted file mode 100644 index bf23d73..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Diagram_Simple.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad.png deleted file mode 100644 index d66bd81..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Down.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Down.png deleted file mode 100644 index 93478ee..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Down.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Left.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Left.png deleted file mode 100644 index e1e3dfd..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Left.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Right.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Right.png deleted file mode 100644 index 2cabaef..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Right.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Up.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Up.png deleted file mode 100644 index a466bad..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Dpad_Up.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_LB.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_LB.png deleted file mode 100644 index f6c414b..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_LB.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_LT.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_LT.png deleted file mode 100644 index 526816c..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_LT.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Left_Stick.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Left_Stick.png deleted file mode 100644 index de49dc6..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Left_Stick.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Left_Stick_Click.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Left_Stick_Click.png deleted file mode 100644 index ad0428f..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Left_Stick_Click.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Menu.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Menu.png deleted file mode 100644 index 190780e..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Menu.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_RB.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_RB.png deleted file mode 100644 index 5dcfc6d..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_RB.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_RT.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_RT.png deleted file mode 100644 index 8004286..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_RT.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Right_Stick.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Right_Stick.png deleted file mode 100644 index 866be1c..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Right_Stick.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Right_Stick_Click.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Right_Stick_Click.png deleted file mode 100644 index de08508..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Right_Stick_Click.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Share.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Share.png deleted file mode 100644 index 66d9f95..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Share.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_View.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_View.png deleted file mode 100644 index 066086a..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_View.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_X.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_X.png deleted file mode 100644 index e944b3e..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_X.png and /dev/null differ diff --git a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Y.png b/godot/assets/Inputs/Xbox Series/XboxSeriesX_Y.png deleted file mode 100644 index cf4a997..0000000 Binary files a/godot/assets/Inputs/Xbox Series/XboxSeriesX_Y.png and /dev/null differ diff --git a/godot/assets/KillEffect.png b/godot/assets/KillEffect.png deleted file mode 100644 index 7c0671e..0000000 Binary files a/godot/assets/KillEffect.png and /dev/null differ diff --git a/godot/assets/LargeBubble.png b/godot/assets/LargeBubble.png deleted file mode 100644 index 45d87a3..0000000 Binary files a/godot/assets/LargeBubble.png and /dev/null differ diff --git a/godot/assets/MirrorEffect.png b/godot/assets/MirrorEffect.png deleted file mode 100644 index ba84e78..0000000 Binary files a/godot/assets/MirrorEffect.png and /dev/null differ diff --git a/godot/assets/Screen_Mirror.png b/godot/assets/Screen_Mirror.png deleted file mode 100644 index bbb39ad..0000000 Binary files a/godot/assets/Screen_Mirror.png and /dev/null differ diff --git a/godot/assets/Screen_Start.png b/godot/assets/Screen_Start.png deleted file mode 100644 index 444caf7..0000000 Binary files a/godot/assets/Screen_Start.png and /dev/null differ diff --git a/godot/assets/Stones_Round.png b/godot/assets/Stones_Round.png deleted file mode 100644 index 1d945f0..0000000 Binary files a/godot/assets/Stones_Round.png and /dev/null differ diff --git a/godot/assets/Tiles.png b/godot/assets/Tiles.png deleted file mode 100644 index bd37b81..0000000 Binary files a/godot/assets/Tiles.png and /dev/null differ diff --git a/godot/assets/Trident_Mirror.png b/godot/assets/Trident_Mirror.png deleted file mode 100644 index d692871..0000000 Binary files a/godot/assets/Trident_Mirror.png and /dev/null differ diff --git a/godot/assets/Trident_Normal.png b/godot/assets/Trident_Normal.png deleted file mode 100644 index 47e9e3e..0000000 Binary files a/godot/assets/Trident_Normal.png and /dev/null differ diff --git a/godot/assets/sound/Devil_Disaster.mp3 b/godot/assets/sound/Devil_Disaster.mp3 deleted file mode 100644 index b87a324..0000000 Binary files a/godot/assets/sound/Devil_Disaster.mp3 and /dev/null differ diff --git a/godot/assets/sound/REFLECT_Inst_hololive_202310280008.mp3 b/godot/assets/sound/REFLECT_Inst_hololive_202310280008.mp3 deleted file mode 100644 index 00cc144..0000000 Binary files a/godot/assets/sound/REFLECT_Inst_hololive_202310280008.mp3 and /dev/null differ diff --git a/godot/assets/sound/Sparkle.mp3 b/godot/assets/sound/Sparkle.mp3 deleted file mode 100644 index 169c8db..0000000 Binary files a/godot/assets/sound/Sparkle.mp3 and /dev/null differ diff --git "a/godot/assets/sound/\343\202\254\343\203\251\343\202\271\343\201\214\345\211\262\343\202\214\343\202\2131.mp3" "b/godot/assets/sound/\343\202\254\343\203\251\343\202\271\343\201\214\345\211\262\343\202\214\343\202\2131.mp3" deleted file mode 100644 index 1b6ba82..0000000 Binary files "a/godot/assets/sound/\343\202\254\343\203\251\343\202\271\343\201\214\345\211\262\343\202\214\343\202\2131.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\343\202\254\343\203\251\343\202\271\343\201\214\345\211\262\343\202\214\343\202\2133.mp3" "b/godot/assets/sound/\343\202\254\343\203\251\343\202\271\343\201\214\345\211\262\343\202\214\343\202\2133.mp3" deleted file mode 100644 index c37e494..0000000 Binary files "a/godot/assets/sound/\343\202\254\343\203\251\343\202\271\343\201\214\345\211\262\343\202\214\343\202\2133.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\343\202\262\343\203\274\343\202\270\345\233\236\345\276\2511.mp3" "b/godot/assets/sound/\343\202\262\343\203\274\343\202\270\345\233\236\345\276\2511.mp3" deleted file mode 100644 index 3123d92..0000000 Binary files "a/godot/assets/sound/\343\202\262\343\203\274\343\202\270\345\233\236\345\276\2511.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\343\203\212\343\202\244\343\203\225\343\202\222\346\212\225\343\201\222\343\202\213.mp3" "b/godot/assets/sound/\343\203\212\343\202\244\343\203\225\343\202\222\346\212\225\343\201\222\343\202\213.mp3" deleted file mode 100644 index a676dd8..0000000 Binary files "a/godot/assets/sound/\343\203\212\343\202\244\343\203\225\343\202\222\346\212\225\343\201\222\343\202\213.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\343\203\221\343\203\221\343\203\203.mp3" "b/godot/assets/sound/\343\203\221\343\203\221\343\203\203.mp3" deleted file mode 100644 index f064c97..0000000 Binary files "a/godot/assets/sound/\343\203\221\343\203\221\343\203\203.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\343\203\227\343\203\254\343\202\274\343\203\263\343\202\277\343\202\244\343\203\210\343\203\253\350\241\250\347\244\2722.mp3" "b/godot/assets/sound/\343\203\227\343\203\254\343\202\274\343\203\263\343\202\277\343\202\244\343\203\210\343\203\253\350\241\250\347\244\2722.mp3" deleted file mode 100644 index 2032418..0000000 Binary files "a/godot/assets/sound/\343\203\227\343\203\254\343\202\274\343\203\263\343\202\277\343\202\244\343\203\210\343\203\253\350\241\250\347\244\2722.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\343\203\232\343\202\277\343\203\203.mp3" "b/godot/assets/sound/\343\203\232\343\202\277\343\203\203.mp3" deleted file mode 100644 index 1c3ecab..0000000 Binary files "a/godot/assets/sound/\343\203\232\343\202\277\343\203\203.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\345\211\243\343\201\256\347\264\240\346\214\257\343\202\2122.mp3" "b/godot/assets/sound/\345\211\243\343\201\256\347\264\240\346\214\257\343\202\2122.mp3" deleted file mode 100644 index 82f463f..0000000 Binary files "a/godot/assets/sound/\345\211\243\343\201\256\347\264\240\346\214\257\343\202\2122.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\345\215\261\346\251\237.mp3" "b/godot/assets/sound/\345\215\261\346\251\237.mp3" deleted file mode 100644 index 43da1a7..0000000 Binary files "a/godot/assets/sound/\345\215\261\346\251\237.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\345\264\226\343\201\213\343\202\211\347\237\263\343\201\214\343\203\221\343\203\251\343\203\221\343\203\251\350\220\275\343\201\241\343\202\213.mp3" "b/godot/assets/sound/\345\264\226\343\201\213\343\202\211\347\237\263\343\201\214\343\203\221\343\203\251\343\203\221\343\203\251\350\220\275\343\201\241\343\202\213.mp3" deleted file mode 100644 index 91729cf..0000000 Binary files "a/godot/assets/sound/\345\264\226\343\201\213\343\202\211\347\237\263\343\201\214\343\203\221\343\203\251\343\203\221\343\203\251\350\220\275\343\201\241\343\202\213.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\346\211\223\346\222\2031.mp3" "b/godot/assets/sound/\346\211\223\346\222\2031.mp3" deleted file mode 100644 index c94fb9c..0000000 Binary files "a/godot/assets/sound/\346\211\223\346\222\2031.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\346\211\223\346\222\2031_high.mp3" "b/godot/assets/sound/\346\211\223\346\222\2031_high.mp3" deleted file mode 100644 index 063f16e..0000000 Binary files "a/godot/assets/sound/\346\211\223\346\222\2031_high.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\346\211\223\346\222\2038.mp3" "b/godot/assets/sound/\346\211\223\346\222\2038.mp3" deleted file mode 100644 index f35e76a..0000000 Binary files "a/godot/assets/sound/\346\211\223\346\222\2038.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\347\237\263\343\201\214\347\240\225\343\201\221\343\202\213.mp3" "b/godot/assets/sound/\347\237\263\343\201\214\347\240\225\343\201\221\343\202\213.mp3" deleted file mode 100644 index d0ff763..0000000 Binary files "a/godot/assets/sound/\347\237\263\343\201\214\347\240\225\343\201\221\343\202\213.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\351\253\230\351\200\237\347\247\273\345\213\225.mp3" "b/godot/assets/sound/\351\253\230\351\200\237\347\247\273\345\213\225.mp3" deleted file mode 100644 index 1caea87..0000000 Binary files "a/godot/assets/sound/\351\253\230\351\200\237\347\247\273\345\213\225.mp3" and /dev/null differ diff --git "a/godot/assets/sound/\351\255\224\346\263\225\345\217\215\345\260\204.mp3" "b/godot/assets/sound/\351\255\224\346\263\225\345\217\215\345\260\204.mp3" deleted file mode 100644 index a147b11..0000000 Binary files "a/godot/assets/sound/\351\255\224\346\263\225\345\217\215\345\260\204.mp3" and /dev/null differ diff --git a/godot/assets/Arrow.png.import b/godot/assets/sprites/Arrow.png.import similarity index 72% rename from godot/assets/Arrow.png.import rename to godot/assets/sprites/Arrow.png.import index 6067b96..e58bbc7 100644 --- a/godot/assets/Arrow.png.import +++ b/godot/assets/sprites/Arrow.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://or3y5nw2xeov" -path="res://.godot/imported/Arrow.png-ecbf03ed1ef06a0646e91f5f515bdd3d.ctex" +path="res://.godot/imported/Arrow.png-fd614726478d146e66c63c2f0a24eeec.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Arrow.png" -dest_files=["res://.godot/imported/Arrow.png-ecbf03ed1ef06a0646e91f5f515bdd3d.ctex"] +source_file="res://assets/sprites/Arrow.png" +dest_files=["res://.godot/imported/Arrow.png-fd614726478d146e66c63c2f0a24eeec.ctex"] [params] diff --git a/godot/assets/Attack.png.import b/godot/assets/sprites/Attack.png.import similarity index 72% rename from godot/assets/Attack.png.import rename to godot/assets/sprites/Attack.png.import index bf061ee..8bcbc9e 100644 --- a/godot/assets/Attack.png.import +++ b/godot/assets/sprites/Attack.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://h0ninaih1h8y" -path="res://.godot/imported/Attack.png-2c16a2ced40a31d423a0305fa6ba0269.ctex" +path="res://.godot/imported/Attack.png-485d19bc863585f0c908ea66bac42119.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Attack.png" -dest_files=["res://.godot/imported/Attack.png-2c16a2ced40a31d423a0305fa6ba0269.ctex"] +source_file="res://assets/sprites/Attack.png" +dest_files=["res://.godot/imported/Attack.png-485d19bc863585f0c908ea66bac42119.ctex"] [params] diff --git a/godot/assets/Bubble.png.import b/godot/assets/sprites/Bubble.png.import similarity index 72% rename from godot/assets/Bubble.png.import rename to godot/assets/sprites/Bubble.png.import index b592ec5..c0ed5d2 100644 --- a/godot/assets/Bubble.png.import +++ b/godot/assets/sprites/Bubble.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d8ap1t3wascc" -path="res://.godot/imported/Bubble.png-1fb5488db13d635f578538893075ab91.ctex" +path="res://.godot/imported/Bubble.png-fb8b920386aae99cabb46b452e17ed7b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Bubble.png" -dest_files=["res://.godot/imported/Bubble.png-1fb5488db13d635f578538893075ab91.ctex"] +source_file="res://assets/sprites/Bubble.png" +dest_files=["res://.godot/imported/Bubble.png-fb8b920386aae99cabb46b452e17ed7b.ctex"] [params] diff --git a/godot/assets/BubbleParticle.png.import b/godot/assets/sprites/BubbleParticle.png.import similarity index 70% rename from godot/assets/BubbleParticle.png.import rename to godot/assets/sprites/BubbleParticle.png.import index d72b5a6..c41c872 100644 --- a/godot/assets/BubbleParticle.png.import +++ b/godot/assets/sprites/BubbleParticle.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dratudgosw1e6" -path="res://.godot/imported/BubbleParticle.png-6c167de845d98c022becddabb40e0e95.ctex" +path="res://.godot/imported/BubbleParticle.png-55ab78b78c9ac03a24217a8754da6065.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/BubbleParticle.png" -dest_files=["res://.godot/imported/BubbleParticle.png-6c167de845d98c022becddabb40e0e95.ctex"] +source_file="res://assets/sprites/BubbleParticle.png" +dest_files=["res://.godot/imported/BubbleParticle.png-55ab78b78c9ac03a24217a8754da6065.ctex"] [params] diff --git a/godot/assets/Door.png.import b/godot/assets/sprites/Door.png.import similarity index 73% rename from godot/assets/Door.png.import rename to godot/assets/sprites/Door.png.import index cec1795..ec898e3 100644 --- a/godot/assets/Door.png.import +++ b/godot/assets/sprites/Door.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://da8j6bqgjt118" -path="res://.godot/imported/Door.png-4343f9a900f64d74b2581e9b230d0d4c.ctex" +path="res://.godot/imported/Door.png-fac0cf7f2050a945814770e865a3620d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Door.png" -dest_files=["res://.godot/imported/Door.png-4343f9a900f64d74b2581e9b230d0d4c.ctex"] +source_file="res://assets/sprites/Door.png" +dest_files=["res://.godot/imported/Door.png-fac0cf7f2050a945814770e865a3620d.ctex"] [params] diff --git a/godot/assets/Enemy__Crab_Mirror.png.import b/godot/assets/sprites/Enemy__Crab_Mirror.png.import similarity index 69% rename from godot/assets/Enemy__Crab_Mirror.png.import rename to godot/assets/sprites/Enemy__Crab_Mirror.png.import index ccf2e1a..a931e16 100644 --- a/godot/assets/Enemy__Crab_Mirror.png.import +++ b/godot/assets/sprites/Enemy__Crab_Mirror.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfrygrgrymusy" -path="res://.godot/imported/Enemy__Crab_Mirror.png-ac620c926b7216e2a10f000c63151464.ctex" +path="res://.godot/imported/Enemy__Crab_Mirror.png-6dce7e76a3784e30b36c95aea30001bf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Enemy__Crab_Mirror.png" -dest_files=["res://.godot/imported/Enemy__Crab_Mirror.png-ac620c926b7216e2a10f000c63151464.ctex"] +source_file="res://assets/sprites/Enemy__Crab_Mirror.png" +dest_files=["res://.godot/imported/Enemy__Crab_Mirror.png-6dce7e76a3784e30b36c95aea30001bf.ctex"] [params] diff --git a/godot/assets/Enemy__Crab_Normal.png.import b/godot/assets/sprites/Enemy__Crab_Normal.png.import similarity index 69% rename from godot/assets/Enemy__Crab_Normal.png.import rename to godot/assets/sprites/Enemy__Crab_Normal.png.import index 1f10c9a..db23dba 100644 --- a/godot/assets/Enemy__Crab_Normal.png.import +++ b/godot/assets/sprites/Enemy__Crab_Normal.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctn3ta6wyr4t2" -path="res://.godot/imported/Enemy__Crab_Normal.png-a495950b1bf7a07fddf11baf81b83708.ctex" +path="res://.godot/imported/Enemy__Crab_Normal.png-510ba6c8e4b939792dfafdc31ab12d97.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Enemy__Crab_Normal.png" -dest_files=["res://.godot/imported/Enemy__Crab_Normal.png-a495950b1bf7a07fddf11baf81b83708.ctex"] +source_file="res://assets/sprites/Enemy__Crab_Normal.png" +dest_files=["res://.godot/imported/Enemy__Crab_Normal.png-510ba6c8e4b939792dfafdc31ab12d97.ctex"] [params] diff --git a/godot/assets/Enemy__Jellyfish_Mirror.png.import b/godot/assets/sprites/Enemy__Jellyfish_Mirror.png.import similarity index 68% rename from godot/assets/Enemy__Jellyfish_Mirror.png.import rename to godot/assets/sprites/Enemy__Jellyfish_Mirror.png.import index a3ea6d3..6b3fc5a 100644 --- a/godot/assets/Enemy__Jellyfish_Mirror.png.import +++ b/godot/assets/sprites/Enemy__Jellyfish_Mirror.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dy31gsft2yhng" -path="res://.godot/imported/Enemy__Jellyfish_Mirror.png-21eb5c29da54078d56f90b5bea0ccc0e.ctex" +path="res://.godot/imported/Enemy__Jellyfish_Mirror.png-d770365760d8b6708b61083940635181.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Enemy__Jellyfish_Mirror.png" -dest_files=["res://.godot/imported/Enemy__Jellyfish_Mirror.png-21eb5c29da54078d56f90b5bea0ccc0e.ctex"] +source_file="res://assets/sprites/Enemy__Jellyfish_Mirror.png" +dest_files=["res://.godot/imported/Enemy__Jellyfish_Mirror.png-d770365760d8b6708b61083940635181.ctex"] [params] diff --git a/godot/assets/Enemy__Jellyfish_Normal.png.import b/godot/assets/sprites/Enemy__Jellyfish_Normal.png.import similarity index 68% rename from godot/assets/Enemy__Jellyfish_Normal.png.import rename to godot/assets/sprites/Enemy__Jellyfish_Normal.png.import index b3bb6a4..a32e5e4 100644 --- a/godot/assets/Enemy__Jellyfish_Normal.png.import +++ b/godot/assets/sprites/Enemy__Jellyfish_Normal.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2qgqsafbeyaq" -path="res://.godot/imported/Enemy__Jellyfish_Normal.png-f9fc1f8a6d11b83d26837d013a647185.ctex" +path="res://.godot/imported/Enemy__Jellyfish_Normal.png-ec715832739cc88d9780617c77e66c0a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Enemy__Jellyfish_Normal.png" -dest_files=["res://.godot/imported/Enemy__Jellyfish_Normal.png-f9fc1f8a6d11b83d26837d013a647185.ctex"] +source_file="res://assets/sprites/Enemy__Jellyfish_Normal.png" +dest_files=["res://.godot/imported/Enemy__Jellyfish_Normal.png-ec715832739cc88d9780617c77e66c0a.ctex"] [params] diff --git a/godot/assets/Enemy__Tentacle_Mirror.png.import b/godot/assets/sprites/Enemy__Tentacle_Mirror.png.import similarity index 68% rename from godot/assets/Enemy__Tentacle_Mirror.png.import rename to godot/assets/sprites/Enemy__Tentacle_Mirror.png.import index 6f828fe..3797333 100644 --- a/godot/assets/Enemy__Tentacle_Mirror.png.import +++ b/godot/assets/sprites/Enemy__Tentacle_Mirror.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://lpxxaa38rjfg" -path="res://.godot/imported/Enemy__Tentacle_Mirror.png-427e338336b9e1ef686e70a22eb7ac9f.ctex" +path="res://.godot/imported/Enemy__Tentacle_Mirror.png-04039cfe4833ab757dca4833a76ed3cd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Enemy__Tentacle_Mirror.png" -dest_files=["res://.godot/imported/Enemy__Tentacle_Mirror.png-427e338336b9e1ef686e70a22eb7ac9f.ctex"] +source_file="res://assets/sprites/Enemy__Tentacle_Mirror.png" +dest_files=["res://.godot/imported/Enemy__Tentacle_Mirror.png-04039cfe4833ab757dca4833a76ed3cd.ctex"] [params] diff --git a/godot/assets/Enemy__Tentacle_Normal.png.import b/godot/assets/sprites/Enemy__Tentacle_Normal.png.import similarity index 68% rename from godot/assets/Enemy__Tentacle_Normal.png.import rename to godot/assets/sprites/Enemy__Tentacle_Normal.png.import index 3fbd923..7713cbe 100644 --- a/godot/assets/Enemy__Tentacle_Normal.png.import +++ b/godot/assets/sprites/Enemy__Tentacle_Normal.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://v347pttrwctj" -path="res://.godot/imported/Enemy__Tentacle_Normal.png-563f09d6e386d8a7d788fb253d79f6d7.ctex" +path="res://.godot/imported/Enemy__Tentacle_Normal.png-c8f24113d7f5eaee9b2fd0a27871c68e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Enemy__Tentacle_Normal.png" -dest_files=["res://.godot/imported/Enemy__Tentacle_Normal.png-563f09d6e386d8a7d788fb253d79f6d7.ctex"] +source_file="res://assets/sprites/Enemy__Tentacle_Normal.png" +dest_files=["res://.godot/imported/Enemy__Tentacle_Normal.png-c8f24113d7f5eaee9b2fd0a27871c68e.ctex"] [params] diff --git a/godot/assets/Gura__Normal_Mirror.png.import b/godot/assets/sprites/Gura__Normal_Mirror.png.import similarity index 69% rename from godot/assets/Gura__Normal_Mirror.png.import rename to godot/assets/sprites/Gura__Normal_Mirror.png.import index 6ce1e04..797e95d 100644 --- a/godot/assets/Gura__Normal_Mirror.png.import +++ b/godot/assets/sprites/Gura__Normal_Mirror.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://6lcoatpub83l" -path="res://.godot/imported/Gura__Normal_Mirror.png-92c135f372450f06a2b5f9682b538b8a.ctex" +path="res://.godot/imported/Gura__Normal_Mirror.png-d2eee6efcccd74e79a0fc226645cdee0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Gura__Normal_Mirror.png" -dest_files=["res://.godot/imported/Gura__Normal_Mirror.png-92c135f372450f06a2b5f9682b538b8a.ctex"] +source_file="res://assets/sprites/Gura__Normal_Mirror.png" +dest_files=["res://.godot/imported/Gura__Normal_Mirror.png-d2eee6efcccd74e79a0fc226645cdee0.ctex"] [params] diff --git a/godot/assets/Gura__Normal_Normal.png.import b/godot/assets/sprites/Gura__Normal_Normal.png.import similarity index 69% rename from godot/assets/Gura__Normal_Normal.png.import rename to godot/assets/sprites/Gura__Normal_Normal.png.import index df3fa14..9c23914 100644 --- a/godot/assets/Gura__Normal_Normal.png.import +++ b/godot/assets/sprites/Gura__Normal_Normal.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8x10v1drqabm" -path="res://.godot/imported/Gura__Normal_Normal.png-07ad79e6af251a19d4b49c27dbdc21da.ctex" +path="res://.godot/imported/Gura__Normal_Normal.png-58b8d6ff67351b7d5ce878dab9e07689.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Gura__Normal_Normal.png" -dest_files=["res://.godot/imported/Gura__Normal_Normal.png-07ad79e6af251a19d4b49c27dbdc21da.ctex"] +source_file="res://assets/sprites/Gura__Normal_Normal.png" +dest_files=["res://.godot/imported/Gura__Normal_Normal.png-58b8d6ff67351b7d5ce878dab9e07689.ctex"] [params] diff --git a/godot/assets/Gura__Trident_Mirror.png.import b/godot/assets/sprites/Gura__Trident_Mirror.png.import similarity index 68% rename from godot/assets/Gura__Trident_Mirror.png.import rename to godot/assets/sprites/Gura__Trident_Mirror.png.import index e7ad1f7..11b3881 100644 --- a/godot/assets/Gura__Trident_Mirror.png.import +++ b/godot/assets/sprites/Gura__Trident_Mirror.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://wi47ngkwkxbc" -path="res://.godot/imported/Gura__Trident_Mirror.png-a95582561782713bd83be8b13de448d5.ctex" +path="res://.godot/imported/Gura__Trident_Mirror.png-cb31c5c8cdb18ea206d4bc215a1a20cf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Gura__Trident_Mirror.png" -dest_files=["res://.godot/imported/Gura__Trident_Mirror.png-a95582561782713bd83be8b13de448d5.ctex"] +source_file="res://assets/sprites/Gura__Trident_Mirror.png" +dest_files=["res://.godot/imported/Gura__Trident_Mirror.png-cb31c5c8cdb18ea206d4bc215a1a20cf.ctex"] [params] diff --git a/godot/assets/Gura__Trident_Normal.png.import b/godot/assets/sprites/Gura__Trident_Normal.png.import similarity index 68% rename from godot/assets/Gura__Trident_Normal.png.import rename to godot/assets/sprites/Gura__Trident_Normal.png.import index 05c2901..80d2fb9 100644 --- a/godot/assets/Gura__Trident_Normal.png.import +++ b/godot/assets/sprites/Gura__Trident_Normal.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://co8dko7iojh8p" -path="res://.godot/imported/Gura__Trident_Normal.png-83f85f9d8c845fa8a5f06b23e5731168.ctex" +path="res://.godot/imported/Gura__Trident_Normal.png-5c6d808ccc791768b9d6fa1e965eb774.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Gura__Trident_Normal.png" -dest_files=["res://.godot/imported/Gura__Trident_Normal.png-83f85f9d8c845fa8a5f06b23e5731168.ctex"] +source_file="res://assets/sprites/Gura__Trident_Normal.png" +dest_files=["res://.godot/imported/Gura__Trident_Normal.png-5c6d808ccc791768b9d6fa1e965eb774.ctex"] [params] diff --git a/godot/assets/HpDrop_Drop.png.import b/godot/assets/sprites/HpDrop_Drop.png.import similarity index 71% rename from godot/assets/HpDrop_Drop.png.import rename to godot/assets/sprites/HpDrop_Drop.png.import index 7aef056..b5a9eb5 100644 --- a/godot/assets/HpDrop_Drop.png.import +++ b/godot/assets/sprites/HpDrop_Drop.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhmr4gtqmicur" -path="res://.godot/imported/HpDrop_Drop.png-9611062827077d68c426bf69991cc962.ctex" +path="res://.godot/imported/HpDrop_Drop.png-0de08955f04bc4dde7e3071e02d27e46.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/HpDrop_Drop.png" -dest_files=["res://.godot/imported/HpDrop_Drop.png-9611062827077d68c426bf69991cc962.ctex"] +source_file="res://assets/sprites/HpDrop_Drop.png" +dest_files=["res://.godot/imported/HpDrop_Drop.png-0de08955f04bc4dde7e3071e02d27e46.ctex"] [params] diff --git a/godot/assets/HpDrop_Shadow.png.import b/godot/assets/sprites/HpDrop_Shadow.png.import similarity index 70% rename from godot/assets/HpDrop_Shadow.png.import rename to godot/assets/sprites/HpDrop_Shadow.png.import index f72fe99..3404be2 100644 --- a/godot/assets/HpDrop_Shadow.png.import +++ b/godot/assets/sprites/HpDrop_Shadow.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c4yf1xi0hgdqn" -path="res://.godot/imported/HpDrop_Shadow.png-dcd4bffdd32a13d1aa29284bc0414516.ctex" +path="res://.godot/imported/HpDrop_Shadow.png-e06f84a398009ad23fb55838aeeeb929.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/HpDrop_Shadow.png" -dest_files=["res://.godot/imported/HpDrop_Shadow.png-dcd4bffdd32a13d1aa29284bc0414516.ctex"] +source_file="res://assets/sprites/HpDrop_Shadow.png" +dest_files=["res://.godot/imported/HpDrop_Shadow.png-e06f84a398009ad23fb55838aeeeb929.ctex"] [params] diff --git a/godot/assets/KillEffect.png.import b/godot/assets/sprites/KillEffect.png.import similarity index 71% rename from godot/assets/KillEffect.png.import rename to godot/assets/sprites/KillEffect.png.import index 5ae8506..49e1e9c 100644 --- a/godot/assets/KillEffect.png.import +++ b/godot/assets/sprites/KillEffect.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://djv3cdj63wl2j" -path="res://.godot/imported/KillEffect.png-c1c558844728fe4f88a9adf5d4dad6a9.ctex" +path="res://.godot/imported/KillEffect.png-cc8cecd3b2df9036960ed61f687cdf9e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/KillEffect.png" -dest_files=["res://.godot/imported/KillEffect.png-c1c558844728fe4f88a9adf5d4dad6a9.ctex"] +source_file="res://assets/sprites/KillEffect.png" +dest_files=["res://.godot/imported/KillEffect.png-cc8cecd3b2df9036960ed61f687cdf9e.ctex"] [params] diff --git a/godot/assets/LargeBubble.png.import b/godot/assets/sprites/LargeBubble.png.import similarity index 71% rename from godot/assets/LargeBubble.png.import rename to godot/assets/sprites/LargeBubble.png.import index cbffe24..8eba77c 100644 --- a/godot/assets/LargeBubble.png.import +++ b/godot/assets/sprites/LargeBubble.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3nl0yefq3f4t" -path="res://.godot/imported/LargeBubble.png-871cfbdad9b3d83e0782bbf93527091d.ctex" +path="res://.godot/imported/LargeBubble.png-419c06b0998926cf0a53de0ed911a905.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/LargeBubble.png" -dest_files=["res://.godot/imported/LargeBubble.png-871cfbdad9b3d83e0782bbf93527091d.ctex"] +source_file="res://assets/sprites/LargeBubble.png" +dest_files=["res://.godot/imported/LargeBubble.png-419c06b0998926cf0a53de0ed911a905.ctex"] [params] diff --git a/godot/assets/MirrorEffect.png.import b/godot/assets/sprites/MirrorEffect.png.import similarity index 70% rename from godot/assets/MirrorEffect.png.import rename to godot/assets/sprites/MirrorEffect.png.import index bcf0019..046d598 100644 --- a/godot/assets/MirrorEffect.png.import +++ b/godot/assets/sprites/MirrorEffect.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://0adb0xo075m" -path="res://.godot/imported/MirrorEffect.png-2503705575435bd9a4d27ed28274c124.ctex" +path="res://.godot/imported/MirrorEffect.png-e659dacbac4c91aafebd3e305aa77fdd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/MirrorEffect.png" -dest_files=["res://.godot/imported/MirrorEffect.png-2503705575435bd9a4d27ed28274c124.ctex"] +source_file="res://assets/sprites/MirrorEffect.png" +dest_files=["res://.godot/imported/MirrorEffect.png-e659dacbac4c91aafebd3e305aa77fdd.ctex"] [params] diff --git a/godot/assets/Screen_Mirror.png.import b/godot/assets/sprites/Screen_Mirror.png.import similarity index 70% rename from godot/assets/Screen_Mirror.png.import rename to godot/assets/sprites/Screen_Mirror.png.import index 842b64d..ab49a70 100644 --- a/godot/assets/Screen_Mirror.png.import +++ b/godot/assets/sprites/Screen_Mirror.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://boxy7p3hx6jmr" -path="res://.godot/imported/Screen_Mirror.png-1d9506e04ecbc0e703b640c7a1b3d185.ctex" +path="res://.godot/imported/Screen_Mirror.png-18f5276e6837a612b4239cdeecf320bd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Screen_Mirror.png" -dest_files=["res://.godot/imported/Screen_Mirror.png-1d9506e04ecbc0e703b640c7a1b3d185.ctex"] +source_file="res://assets/sprites/Screen_Mirror.png" +dest_files=["res://.godot/imported/Screen_Mirror.png-18f5276e6837a612b4239cdeecf320bd.ctex"] [params] diff --git a/godot/assets/Screen_Start.png.import b/godot/assets/sprites/Screen_Start.png.import similarity index 70% rename from godot/assets/Screen_Start.png.import rename to godot/assets/sprites/Screen_Start.png.import index 86be797..026e775 100644 --- a/godot/assets/Screen_Start.png.import +++ b/godot/assets/sprites/Screen_Start.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dkd730b3opy54" -path="res://.godot/imported/Screen_Start.png-2d9fd193b75bd259ec0bbe7034fa7414.ctex" +path="res://.godot/imported/Screen_Start.png-f693e88d1d9786ef2f22a09c8368d4b9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Screen_Start.png" -dest_files=["res://.godot/imported/Screen_Start.png-2d9fd193b75bd259ec0bbe7034fa7414.ctex"] +source_file="res://assets/sprites/Screen_Start.png" +dest_files=["res://.godot/imported/Screen_Start.png-f693e88d1d9786ef2f22a09c8368d4b9.ctex"] [params] diff --git a/godot/assets/Stones_Round.png.import b/godot/assets/sprites/Stones_Round.png.import similarity index 70% rename from godot/assets/Stones_Round.png.import rename to godot/assets/sprites/Stones_Round.png.import index aabfd01..f43e49d 100644 --- a/godot/assets/Stones_Round.png.import +++ b/godot/assets/sprites/Stones_Round.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbvhpmqxnmcww" -path="res://.godot/imported/Stones_Round.png-1e75a2ec186a05881bf8b0ea984b8df9.ctex" +path="res://.godot/imported/Stones_Round.png-9f3067a77cb16385d381b73fb6c4a3dd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Stones_Round.png" -dest_files=["res://.godot/imported/Stones_Round.png-1e75a2ec186a05881bf8b0ea984b8df9.ctex"] +source_file="res://assets/sprites/Stones_Round.png" +dest_files=["res://.godot/imported/Stones_Round.png-9f3067a77cb16385d381b73fb6c4a3dd.ctex"] [params] diff --git a/godot/assets/Tiles.png.import b/godot/assets/sprites/Tiles.png.import similarity index 72% rename from godot/assets/Tiles.png.import rename to godot/assets/sprites/Tiles.png.import index 0519173..c184375 100644 --- a/godot/assets/Tiles.png.import +++ b/godot/assets/sprites/Tiles.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c51ce62nmbjb5" -path="res://.godot/imported/Tiles.png-606650b3698afd99ea52e71152f0494f.ctex" +path="res://.godot/imported/Tiles.png-044d3e83eeffe7931a768ae012ee3520.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Tiles.png" -dest_files=["res://.godot/imported/Tiles.png-606650b3698afd99ea52e71152f0494f.ctex"] +source_file="res://assets/sprites/Tiles.png" +dest_files=["res://.godot/imported/Tiles.png-044d3e83eeffe7931a768ae012ee3520.ctex"] [params] diff --git a/godot/assets/Trident_Mirror.png.import b/godot/assets/sprites/Trident_Mirror.png.import similarity index 70% rename from godot/assets/Trident_Mirror.png.import rename to godot/assets/sprites/Trident_Mirror.png.import index 0df5eef..9ba4028 100644 --- a/godot/assets/Trident_Mirror.png.import +++ b/godot/assets/sprites/Trident_Mirror.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dywa8xm74rcff" -path="res://.godot/imported/Trident_Mirror.png-fdaac2a2fc17b8f79f058d2e999e9b67.ctex" +path="res://.godot/imported/Trident_Mirror.png-2d7215db3ff02a05deb994d258873bed.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Trident_Mirror.png" -dest_files=["res://.godot/imported/Trident_Mirror.png-fdaac2a2fc17b8f79f058d2e999e9b67.ctex"] +source_file="res://assets/sprites/Trident_Mirror.png" +dest_files=["res://.godot/imported/Trident_Mirror.png-2d7215db3ff02a05deb994d258873bed.ctex"] [params] diff --git a/godot/assets/Trident_Normal.png.import b/godot/assets/sprites/Trident_Normal.png.import similarity index 70% rename from godot/assets/Trident_Normal.png.import rename to godot/assets/sprites/Trident_Normal.png.import index 3a11852..963e296 100644 --- a/godot/assets/Trident_Normal.png.import +++ b/godot/assets/sprites/Trident_Normal.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://co2wlkxnutets" -path="res://.godot/imported/Trident_Normal.png-4e55d2dce607aaa17c6e4bcc62360b34.ctex" +path="res://.godot/imported/Trident_Normal.png-6b55577b0930b322ab7880ed84fb20a4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/Trident_Normal.png" -dest_files=["res://.godot/imported/Trident_Normal.png-4e55d2dce607aaa17c6e4bcc62360b34.ctex"] +source_file="res://assets/sprites/Trident_Normal.png" +dest_files=["res://.godot/imported/Trident_Normal.png-6b55577b0930b322ab7880ed84fb20a4.ctex"] [params] diff --git a/godot/assets/start.png.import b/godot/assets/sprites/start.png.import similarity index 72% rename from godot/assets/start.png.import rename to godot/assets/sprites/start.png.import index 81172eb..079cbcc 100644 --- a/godot/assets/start.png.import +++ b/godot/assets/sprites/start.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://0dmn8wp5w64y" -path="res://.godot/imported/start.png-a5a7da500e1adfefc40075557e0c6654.ctex" +path="res://.godot/imported/start.png-395ce745c03080f1b50bc7ed4737aad2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/start.png" -dest_files=["res://.godot/imported/start.png-a5a7da500e1adfefc40075557e0c6654.ctex"] +source_file="res://assets/sprites/start.png" +dest_files=["res://.godot/imported/start.png-395ce745c03080f1b50bc7ed4737aad2.ctex"] [params] diff --git a/godot/assets/start.png b/godot/assets/start.png deleted file mode 100644 index da60c2c..0000000 Binary files a/godot/assets/start.png and /dev/null differ diff --git a/godot/project.godot b/godot/project.godot index bbe18dd..0517991 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="mirage-rogue" run/main_scene="res://src/start.tscn" -config/features=PackedStringArray("4.2") +config/features=PackedStringArray("4.3") boot_splash/bg_color=Color(0.101961, 0.101961, 0.101961, 1) config/icon="res://icon.svg" @@ -73,24 +73,24 @@ texture={ move_left={ "deadzone": 0.5, "events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"key_label":0,"unicode":97,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, "events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"key_label":0,"unicode":100,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null) ] } move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"key_label":0,"unicode":119,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null) ] } move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"key_label":0,"unicode":115,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null) ] } @@ -101,7 +101,7 @@ throw={ } dash={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194325,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194325,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) ] } attack={ @@ -111,7 +111,7 @@ attack={ } start={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"key_label":0,"unicode":97,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } diff --git a/godot/src/character/area_enemy.tscn b/godot/src/character/area_enemy.tscn index 1b49bc8..e967bc8 100644 --- a/godot/src/character/area_enemy.tscn +++ b/godot/src/character/area_enemy.tscn @@ -2,8 +2,8 @@ [ext_resource type="PackedScene" uid="uid://mt5fy2ohtmg5" path="res://src/character/enemy.tscn" id="1_c78mk"] [ext_resource type="Script" path="res://src/character/area_enemy.gd" id="2_5sqx0"] -[ext_resource type="Texture2D" uid="uid://v347pttrwctj" path="res://assets/Enemy__Tentacle_Normal.png" id="3_defo3"] -[ext_resource type="Texture2D" uid="uid://lpxxaa38rjfg" path="res://assets/Enemy__Tentacle_Mirror.png" id="4_f0yyd"] +[ext_resource type="Texture2D" uid="uid://v347pttrwctj" path="res://assets/sprites/Enemy__Tentacle_Normal.png" id="3_defo3"] +[ext_resource type="Texture2D" uid="uid://lpxxaa38rjfg" path="res://assets/sprites/Enemy__Tentacle_Mirror.png" id="4_f0yyd"] [node name="AreaEnemy" instance=ExtResource("1_c78mk")] script = ExtResource("2_5sqx0") diff --git a/godot/src/character/bomb_bullet.tscn b/godot/src/character/bomb_bullet.tscn index 66c99c2..ee43f5e 100644 --- a/godot/src/character/bomb_bullet.tscn +++ b/godot/src/character/bomb_bullet.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" path="res://src/character/bomb_bullet.gd" id="1_w8slh"] [ext_resource type="Script" path="res://src/base-system/combat/DelayedDamage.gd" id="3_f7q0i"] -[ext_resource type="Texture2D" uid="uid://c3nl0yefq3f4t" path="res://assets/LargeBubble.png" id="3_xrcna"] +[ext_resource type="Texture2D" uid="uid://c3nl0yefq3f4t" path="res://assets/sprites/LargeBubble.png" id="3_xrcna"] [ext_resource type="Script" path="res://src/base-system/combat/Hurtbox.gd" id="4_w8ldn"] [ext_resource type="Script" path="res://src/base-system/combat/health.gd" id="5_fqps8"] [ext_resource type="Script" path="res://src/base-system/spawner/DeathSpawner2D.gd" id="6_xn0k5"] diff --git a/godot/src/character/bomb_enemy.tscn b/godot/src/character/bomb_enemy.tscn index 21d2fea..b9d6b4c 100644 --- a/godot/src/character/bomb_enemy.tscn +++ b/godot/src/character/bomb_enemy.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=5 format=3 uid="uid://c0mbhp0aqksh1"] [ext_resource type="PackedScene" uid="uid://mt5fy2ohtmg5" path="res://src/character/enemy.tscn" id="1_v1rsa"] -[ext_resource type="Texture2D" uid="uid://b2qgqsafbeyaq" path="res://assets/Enemy__Jellyfish_Normal.png" id="2_euxkn"] -[ext_resource type="Texture2D" uid="uid://dy31gsft2yhng" path="res://assets/Enemy__Jellyfish_Mirror.png" id="3_leutj"] +[ext_resource type="Texture2D" uid="uid://b2qgqsafbeyaq" path="res://assets/sprites/Enemy__Jellyfish_Normal.png" id="2_euxkn"] +[ext_resource type="Texture2D" uid="uid://dy31gsft2yhng" path="res://assets/sprites/Enemy__Jellyfish_Mirror.png" id="3_leutj"] [ext_resource type="PackedScene" uid="uid://bjoxmq8nco7tj" path="res://src/character/bomb_bullet.tscn" id="4_o3ox8"] [node name="BombEnemy" instance=ExtResource("1_v1rsa")] diff --git a/godot/src/character/enemy.tscn b/godot/src/character/enemy.tscn index 7de200e..e52b811 100644 --- a/godot/src/character/enemy.tscn +++ b/godot/src/character/enemy.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=30 format=3 uid="uid://mt5fy2ohtmg5"] [ext_resource type="Script" path="res://src/Enemy.gd" id="1_xsn24"] -[ext_resource type="Texture2D" uid="uid://ctn3ta6wyr4t2" path="res://assets/Enemy__Crab_Normal.png" id="2_qj055"] +[ext_resource type="Texture2D" uid="uid://ctn3ta6wyr4t2" path="res://assets/sprites/Enemy__Crab_Normal.png" id="2_qj055"] [ext_resource type="PackedScene" uid="uid://ddfl18bx24sfj" path="res://src/character/enemy_bullet.tscn" id="2_qwwrr"] -[ext_resource type="Texture2D" uid="uid://bfrygrgrymusy" path="res://assets/Enemy__Crab_Mirror.png" id="3_g4yvg"] +[ext_resource type="Texture2D" uid="uid://bfrygrgrymusy" path="res://assets/sprites/Enemy__Crab_Mirror.png" id="3_g4yvg"] [ext_resource type="Material" uid="uid://b0yb20w0y2pgh" path="res://src/character/hit_flash.tres" id="3_mi11f"] [ext_resource type="PackedScene" uid="uid://csquqwgef4y81" path="res://src/props/hp_drop.tscn" id="3_r4nf6"] [ext_resource type="Theme" uid="uid://bx7af5qpgeitk" path="res://theme/enemy.tres" id="5_7mmee"] diff --git a/godot/src/character/enemy_bullet.tscn b/godot/src/character/enemy_bullet.tscn index 2188681..a406b6e 100644 --- a/godot/src/character/enemy_bullet.tscn +++ b/godot/src/character/enemy_bullet.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=12 format=3 uid="uid://ddfl18bx24sfj"] [ext_resource type="Script" path="res://src/character/enemy_bullet.gd" id="1_m5cyv"] -[ext_resource type="Texture2D" uid="uid://d8ap1t3wascc" path="res://assets/Bubble.png" id="2_lmg1q"] +[ext_resource type="Texture2D" uid="uid://d8ap1t3wascc" path="res://assets/sprites/Bubble.png" id="2_lmg1q"] [ext_resource type="Script" path="res://src/base-system/combat/health.gd" id="2_ppbv3"] [ext_resource type="Script" path="res://src/base-system/combat/Hurtbox.gd" id="3_qq6ij"] [ext_resource type="Script" path="res://src/base-system/spawner/DeathSpawner2D.gd" id="3_y2eun"] diff --git a/godot/src/character/player.tscn b/godot/src/character/player.tscn index e16ecd8..76a198a 100644 --- a/godot/src/character/player.tscn +++ b/godot/src/character/player.tscn @@ -5,16 +5,16 @@ [ext_resource type="Script" path="res://src/base-system/ctrl/TopDownPlayerController.gd" id="3_tqbq3"] [ext_resource type="Script" path="res://shared/FrameFreeze.gd" id="4_5mytp"] [ext_resource type="Script" path="res://src/base-system/input/PlayerInput.gd" id="4_hna8m"] -[ext_resource type="Texture2D" uid="uid://c8x10v1drqabm" path="res://assets/Gura__Normal_Normal.png" id="5_ke3rs"] +[ext_resource type="Texture2D" uid="uid://c8x10v1drqabm" path="res://assets/sprites/Gura__Normal_Normal.png" id="5_ke3rs"] [ext_resource type="PackedScene" uid="uid://cxgyhhw7jqslt" path="res://src/props/attack_effect.tscn" id="5_rt7bv"] [ext_resource type="Script" path="res://src/base-system/move/TopDownMove2D.gd" id="5_t4mtp"] -[ext_resource type="Texture2D" uid="uid://or3y5nw2xeov" path="res://assets/Arrow.png" id="6_k4cvt"] +[ext_resource type="Texture2D" uid="uid://or3y5nw2xeov" path="res://assets/sprites/Arrow.png" id="6_k4cvt"] [ext_resource type="Material" uid="uid://b0yb20w0y2pgh" path="res://src/character/hit_flash.tres" id="7_a3o32"] [ext_resource type="Script" path="res://src/base-system/combat/health.gd" id="7_ie2m8"] -[ext_resource type="Texture2D" uid="uid://co8dko7iojh8p" path="res://assets/Gura__Trident_Normal.png" id="7_ih42d"] -[ext_resource type="Texture2D" uid="uid://wi47ngkwkxbc" path="res://assets/Gura__Trident_Mirror.png" id="9_rn4i3"] +[ext_resource type="Texture2D" uid="uid://co8dko7iojh8p" path="res://assets/sprites/Gura__Trident_Normal.png" id="7_ih42d"] +[ext_resource type="Texture2D" uid="uid://wi47ngkwkxbc" path="res://assets/sprites/Gura__Trident_Mirror.png" id="9_rn4i3"] [ext_resource type="Theme" uid="uid://cj7m8mvymraef" path="res://theme/theme.tres" id="10_crikn"] -[ext_resource type="Texture2D" uid="uid://6lcoatpub83l" path="res://assets/Gura__Normal_Mirror.png" id="11_24eg1"] +[ext_resource type="Texture2D" uid="uid://6lcoatpub83l" path="res://assets/sprites/Gura__Normal_Mirror.png" id="11_24eg1"] [ext_resource type="Script" path="res://src/character/HpBar.gd" id="11_a3gni"] [ext_resource type="Script" path="res://src/nodes/MirrorValue.gd" id="11_tbdww"] [ext_resource type="Script" path="res://src/character/PlayerMirrorSprite2D.gd" id="16_quags"] diff --git a/godot/src/character/player_reflection.tscn b/godot/src/character/player_reflection.tscn index 6a682b5..4be4392 100644 --- a/godot/src/character/player_reflection.tscn +++ b/godot/src/character/player_reflection.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://1sccjkvbts1e"] -[ext_resource type="Texture2D" uid="uid://wi47ngkwkxbc" path="res://assets/Gura__Trident_Mirror.png" id="1_awrgi"] -[ext_resource type="Texture2D" uid="uid://c8x10v1drqabm" path="res://assets/Gura__Normal_Normal.png" id="1_m2o5t"] -[ext_resource type="Texture2D" uid="uid://co8dko7iojh8p" path="res://assets/Gura__Trident_Normal.png" id="3_4mtbe"] +[ext_resource type="Texture2D" uid="uid://wi47ngkwkxbc" path="res://assets/sprites/Gura__Trident_Mirror.png" id="1_awrgi"] +[ext_resource type="Texture2D" uid="uid://c8x10v1drqabm" path="res://assets/sprites/Gura__Normal_Normal.png" id="1_m2o5t"] +[ext_resource type="Texture2D" uid="uid://co8dko7iojh8p" path="res://assets/sprites/Gura__Trident_Normal.png" id="3_4mtbe"] [ext_resource type="Script" path="res://src/character/PlayerMirrorSprite2D.gd" id="4_j7uc5"] -[ext_resource type="Texture2D" uid="uid://6lcoatpub83l" path="res://assets/Gura__Normal_Mirror.png" id="5_h6dwk"] +[ext_resource type="Texture2D" uid="uid://6lcoatpub83l" path="res://assets/sprites/Gura__Normal_Mirror.png" id="5_h6dwk"] [node name="PlayerMirrorSprite2D" type="Sprite2D"] texture = ExtResource("5_h6dwk") diff --git a/godot/src/character/trident.tscn b/godot/src/character/trident.tscn index aef2494..24de717 100644 --- a/godot/src/character/trident.tscn +++ b/godot/src/character/trident.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=12 format=3 uid="uid://chfrm1aqrag7x"] [ext_resource type="Script" path="res://src/character/Trident.gd" id="1_uombx"] -[ext_resource type="Texture2D" uid="uid://co2wlkxnutets" path="res://assets/Trident_Normal.png" id="2_d65tq"] -[ext_resource type="Texture2D" uid="uid://dywa8xm74rcff" path="res://assets/Trident_Mirror.png" id="3_stn4h"] +[ext_resource type="Texture2D" uid="uid://co2wlkxnutets" path="res://assets/sprites/Trident_Normal.png" id="2_d65tq"] +[ext_resource type="Texture2D" uid="uid://dywa8xm74rcff" path="res://assets/sprites/Trident_Mirror.png" id="3_stn4h"] [ext_resource type="AudioStream" uid="uid://1r6kvejxx1y1" path="res://assets/sound/ナイフを投げる.mp3" id="4_f6rth"] [ext_resource type="Script" path="res://src/character/MirrorSprite2D.gd" id="4_od2uf"] [ext_resource type="Script" path="res://src/base-system/FreeOnEnterArea2D.gd" id="5_ibpd5"] diff --git a/godot/src/game_over.tscn b/godot/src/game_over.tscn index bc55be5..9613e72 100644 --- a/godot/src/game_over.tscn +++ b/godot/src/game_over.tscn @@ -3,7 +3,7 @@ [ext_resource type="Theme" uid="uid://cj7m8mvymraef" path="res://theme/theme.tres" id="1_nv306"] [ext_resource type="Script" path="res://src/game_over.gd" id="2_qvoxr"] [ext_resource type="Texture2D" uid="uid://bjsoxjytx7pf6" path="res://src/background.tres" id="3_qnot2"] -[ext_resource type="Texture2D" uid="uid://boxy7p3hx6jmr" path="res://assets/Screen_Mirror.png" id="3_yg6gn"] +[ext_resource type="Texture2D" uid="uid://boxy7p3hx6jmr" path="res://assets/sprites/Screen_Mirror.png" id="3_yg6gn"] [ext_resource type="PackedScene" uid="uid://doqfflpma8rdw" path="res://src/props/screen_bubbles.tscn" id="4_lvw4e"] [ext_resource type="Shader" path="res://src/tile_mirror.gdshader" id="5_gtrsc"] [ext_resource type="AudioStream" uid="uid://drgcjf4qf00kj" path="res://assets/sound/REFLECT_Inst_hololive_202310280008.mp3" id="7_0grgn"] diff --git a/godot/src/props/attack_effect.tscn b/godot/src/props/attack_effect.tscn index 11f9410..28527af 100644 --- a/godot/src/props/attack_effect.tscn +++ b/godot/src/props/attack_effect.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=10 format=3 uid="uid://cxgyhhw7jqslt"] -[ext_resource type="Texture2D" uid="uid://h0ninaih1h8y" path="res://assets/Attack.png" id="1_p5cjh"] +[ext_resource type="Texture2D" uid="uid://h0ninaih1h8y" path="res://assets/sprites/Attack.png" id="1_p5cjh"] [ext_resource type="Script" path="res://src/props/attack_effect.gd" id="2_vt71h"] [ext_resource type="Script" path="res://src/nodes/MirrorValue.gd" id="3_efp3r"] [ext_resource type="Script" path="res://src/base-system/combat/HitBox.gd" id="3_xu0cq"] diff --git a/godot/src/props/bomb_bullet_death.tscn b/godot/src/props/bomb_bullet_death.tscn index 8747e8d..4795577 100644 --- a/godot/src/props/bomb_bullet_death.tscn +++ b/godot/src/props/bomb_bullet_death.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=11 format=3 uid="uid://demmj5vw7sf6i"] [ext_resource type="AudioStream" uid="uid://5jsadg4vn1sj" path="res://assets/sound/ペタッ.mp3" id="1_2n7dk"] -[ext_resource type="Texture2D" uid="uid://c3nl0yefq3f4t" path="res://assets/LargeBubble.png" id="1_bu8kf"] +[ext_resource type="Texture2D" uid="uid://c3nl0yefq3f4t" path="res://assets/sprites/LargeBubble.png" id="1_bu8kf"] [ext_resource type="PackedScene" uid="uid://dym6lvn1yabg7" path="res://src/props/bubble_effect.tscn" id="1_q0lpj"] [ext_resource type="Script" path="res://src/base-system/spawner/AreaSpawner2D.gd" id="4_t027f"] [ext_resource type="PackedScene" uid="uid://ddfl18bx24sfj" path="res://src/character/enemy_bullet.tscn" id="5_4mf5t"] diff --git a/godot/src/props/bubble_effect.tscn b/godot/src/props/bubble_effect.tscn index 8efa4a3..bcdfcf0 100644 --- a/godot/src/props/bubble_effect.tscn +++ b/godot/src/props/bubble_effect.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=7 format=3 uid="uid://dym6lvn1yabg7"] -[ext_resource type="Texture2D" uid="uid://dratudgosw1e6" path="res://assets/BubbleParticle.png" id="1_uymbc"] +[ext_resource type="Texture2D" uid="uid://dratudgosw1e6" path="res://assets/sprites/BubbleParticle.png" id="1_uymbc"] [ext_resource type="Script" path="res://src/base-system/OneShotParticles2D.gd" id="2_gxx4c"] [ext_resource type="AudioStream" uid="uid://blfh1wxyk2k1k" path="res://assets/sound/パパッ.mp3" id="3_ofdmt"] diff --git a/godot/src/props/door.tscn b/godot/src/props/door.tscn index dfdaf94..3147633 100644 --- a/godot/src/props/door.tscn +++ b/godot/src/props/door.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=12 format=3 uid="uid://dyst70ideebbg"] [ext_resource type="Script" path="res://src/props/door.gd" id="1_nnqne"] -[ext_resource type="Texture2D" uid="uid://da8j6bqgjt118" path="res://assets/Door.png" id="2_wnn8d"] +[ext_resource type="Texture2D" uid="uid://da8j6bqgjt118" path="res://assets/sprites/Door.png" id="2_wnn8d"] [ext_resource type="AudioStream" uid="uid://b73i2ym0gftfa" path="res://assets/sound/崖から石がパラパラ落ちる.mp3" id="3_y5h82"] [ext_resource type="AudioStream" uid="uid://chc4pj4l2t1wm" path="res://assets/sound/石が砕ける.mp3" id="4_rqxle"] [ext_resource type="Script" path="res://shared/CameraShake.gd" id="5_j76kl"] diff --git a/godot/src/props/enemy_bullet_death.tscn b/godot/src/props/enemy_bullet_death.tscn index 4f81610..612c50e 100644 --- a/godot/src/props/enemy_bullet_death.tscn +++ b/godot/src/props/enemy_bullet_death.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=10 format=3 uid="uid://cnk6fkkr62eva"] -[ext_resource type="Texture2D" uid="uid://d8ap1t3wascc" path="res://assets/Bubble.png" id="1_cbi7x"] +[ext_resource type="Texture2D" uid="uid://d8ap1t3wascc" path="res://assets/sprites/Bubble.png" id="1_cbi7x"] [ext_resource type="PackedScene" uid="uid://dym6lvn1yabg7" path="res://src/props/bubble_effect.tscn" id="1_cvt0n"] [ext_resource type="Script" path="res://src/base-system/FreeOnExit.gd" id="3_j7gi6"] diff --git a/godot/src/props/hp_drop.tscn b/godot/src/props/hp_drop.tscn index eaf0455..8ee7323 100644 --- a/godot/src/props/hp_drop.tscn +++ b/godot/src/props/hp_drop.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=9 format=3 uid="uid://csquqwgef4y81"] [ext_resource type="Script" path="res://src/props/hp_drop.gd" id="1_8pte8"] -[ext_resource type="Texture2D" uid="uid://dhmr4gtqmicur" path="res://assets/HpDrop_Drop.png" id="2_icpmc"] -[ext_resource type="Texture2D" uid="uid://c4yf1xi0hgdqn" path="res://assets/HpDrop_Shadow.png" id="3_gitkb"] +[ext_resource type="Texture2D" uid="uid://dhmr4gtqmicur" path="res://assets/sprites/HpDrop_Drop.png" id="2_icpmc"] +[ext_resource type="Texture2D" uid="uid://c4yf1xi0hgdqn" path="res://assets/sprites/HpDrop_Shadow.png" id="3_gitkb"] [ext_resource type="Script" path="res://src/base-system/FreeOnExit.gd" id="4_p613k"] [sub_resource type="CircleShape2D" id="CircleShape2D_spcva"] diff --git a/godot/src/props/kill_particles.tscn b/godot/src/props/kill_particles.tscn index 2c98992..9ccdf6c 100644 --- a/godot/src/props/kill_particles.tscn +++ b/godot/src/props/kill_particles.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://mhmji1mdl0e5"] -[ext_resource type="Texture2D" uid="uid://djv3cdj63wl2j" path="res://assets/KillEffect.png" id="1_6x8tw"] +[ext_resource type="Texture2D" uid="uid://djv3cdj63wl2j" path="res://assets/sprites/KillEffect.png" id="1_6x8tw"] [ext_resource type="Script" path="res://src/props/kill_particles.gd" id="2_jace2"] [sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_61rlo"] diff --git a/godot/src/props/mirror_effect.tscn b/godot/src/props/mirror_effect.tscn index 28cd991..8fb20bd 100644 --- a/godot/src/props/mirror_effect.tscn +++ b/godot/src/props/mirror_effect.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=14 format=3 uid="uid://b3d6ngjw2fub6"] -[ext_resource type="Texture2D" uid="uid://0adb0xo075m" path="res://assets/MirrorEffect.png" id="1_hhkpl"] +[ext_resource type="Texture2D" uid="uid://0adb0xo075m" path="res://assets/sprites/MirrorEffect.png" id="1_hhkpl"] [ext_resource type="Script" path="res://src/base-system/FreeOnFinish.gd" id="2_l0007"] [ext_resource type="AudioStream" uid="uid://dsqwv66nqbxbr" path="res://assets/sound/魔法反射.mp3" id="2_nxiqb"] diff --git a/godot/src/props/room.tscn b/godot/src/props/room.tscn index 3b316e5..a326da5 100644 --- a/godot/src/props/room.tscn +++ b/godot/src/props/room.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=21 format=3 uid="uid://ct26q2u8q7f3m"] [ext_resource type="Shader" path="res://src/tile_mirror.gdshader" id="1_ergtu"] -[ext_resource type="Texture2D" uid="uid://c51ce62nmbjb5" path="res://assets/Tiles.png" id="3_j70vk"] +[ext_resource type="Texture2D" uid="uid://c51ce62nmbjb5" path="res://assets/sprites/Tiles.png" id="3_j70vk"] [ext_resource type="Script" path="res://src/props/room.gd" id="4_qpude"] [ext_resource type="PackedScene" uid="uid://dyst70ideebbg" path="res://src/props/door.tscn" id="5_vts0r"] [ext_resource type="PackedScene" uid="uid://tiykwg5o8806" path="res://src/props/mirror.tscn" id="6_on6bk"] diff --git a/godot/src/props/screen_bubbles.tscn b/godot/src/props/screen_bubbles.tscn index 906da09..429670f 100644 --- a/godot/src/props/screen_bubbles.tscn +++ b/godot/src/props/screen_bubbles.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=7 format=3 uid="uid://doqfflpma8rdw"] -[ext_resource type="Texture2D" uid="uid://dratudgosw1e6" path="res://assets/BubbleParticle.png" id="1_181nb"] +[ext_resource type="Texture2D" uid="uid://dratudgosw1e6" path="res://assets/sprites/BubbleParticle.png" id="1_181nb"] [sub_resource type="Gradient" id="Gradient_ctvr6"] colors = PackedColorArray(0.72, 0.841333, 1, 1, 1, 1, 1, 0.211765) diff --git a/godot/src/props/stone.tscn b/godot/src/props/stone.tscn index 18d97ab..6461c49 100644 --- a/godot/src/props/stone.tscn +++ b/godot/src/props/stone.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://bqndpno6afbql"] -[ext_resource type="Texture2D" uid="uid://dbvhpmqxnmcww" path="res://assets/Stones_Round.png" id="1_i6d4t"] +[ext_resource type="Texture2D" uid="uid://dbvhpmqxnmcww" path="res://assets/sprites/Stones_Round.png" id="1_i6d4t"] [sub_resource type="CircleShape2D" id="CircleShape2D_hr4nb"] radius = 5.0 diff --git a/godot/src/start.tscn b/godot/src/start.tscn index cde2f49..4452225 100644 --- a/godot/src/start.tscn +++ b/godot/src/start.tscn @@ -4,10 +4,10 @@ [ext_resource type="Theme" uid="uid://cj7m8mvymraef" path="res://theme/theme.tres" id="1_o10sg"] [ext_resource type="Script" path="res://src/start.gd" id="2_tfb7v"] [ext_resource type="PackedScene" uid="uid://doqfflpma8rdw" path="res://src/props/screen_bubbles.tscn" id="3_8tvo4"] -[ext_resource type="Texture2D" uid="uid://0dmn8wp5w64y" path="res://assets/start.png" id="3_pbxon"] +[ext_resource type="Texture2D" uid="uid://0dmn8wp5w64y" path="res://assets/sprites/start.png" id="3_pbxon"] [ext_resource type="Texture2D" uid="uid://bjsoxjytx7pf6" path="res://src/background.tres" id="3_svgpa"] [ext_resource type="AudioStream" uid="uid://b1e1nre5yw3cf" path="res://assets/sound/プレゼンタイトル表示2.mp3" id="4_7l68f"] -[ext_resource type="Texture2D" uid="uid://dkd730b3opy54" path="res://assets/Screen_Start.png" id="5_ao30t"] +[ext_resource type="Texture2D" uid="uid://dkd730b3opy54" path="res://assets/sprites/Screen_Start.png" id="5_ao30t"] [ext_resource type="AudioStream" uid="uid://drgcjf4qf00kj" path="res://assets/sound/REFLECT_Inst_hololive_202310280008.mp3" id="5_covsc"] [node name="Start" type="Control"] @@ -35,6 +35,7 @@ expand_mode = 5 stretch_mode = 5 [node name="ScreenBubbles" parent="MarginContainer2" instance=ExtResource("3_8tvo4")] +texture = null [node name="Background2" type="TextureRect" parent="MarginContainer2"] layout_mode = 2 diff --git a/godot/theme/jackeyfont.ttf.import b/godot/theme/jackeyfont.ttf.import index 1f71db2..cacf0db 100644 --- a/godot/theme/jackeyfont.ttf.import +++ b/godot/theme/jackeyfont.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/jackeyfont.ttf-1f9cef2694cfd7fd7e5195c19d17f6 Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48