From accc46379196630c86513c2aa2b1a74d4545a797 Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 10 Jan 2026 18:26:44 +0000 Subject: [PATCH] Initial reorganization of shmup prroject; temp player sprites added. --- .../Effects/Explosion (16 x 16).png | Bin .../Effects/Explosion (16 x 16).png.import | 6 +-- .../Effects/Sparkle (16 x 16).png | Bin .../Effects/Sparkle (16 x 16).png.import | 6 +-- .../Enemies/Alan (16 x 16).png | Bin .../Enemies/Alan (16 x 16).png.import | 6 +-- .../Enemies/Bon_Bon (16 x 16).png | Bin .../Enemies/Bon_Bon (16 x 16).png.import | 6 +-- .../Enemies/Lips (16 x 16).png | Bin .../Enemies/Lips (16 x 16).png.import | 6 +-- ..._+_Square_+_Missile_pick-ups (16 x 16).png | Bin ...re_+_Missile_pick-ups (16 x 16).png.import | 6 +-- .../Items/Power_item (16 x 16).png | Bin .../Items/Power_item (16 x 16).png.import | 6 +-- .../Mini Pixel Pack 3}/LICENSE.txt | 0 .../Player ship/Boosters (16 x 16).png | Bin .../Player ship/Boosters (16 x 16).png.import | 6 +-- .../Player ship/Boosters_left (16 x 16).png | Bin .../Boosters_left (16 x 16).png.import | 6 +-- .../Player ship/Boosters_right (16 x 16).png | Bin .../Boosters_right (16 x 16).png.import | 6 +-- .../Player ship/Player_ship (16 x 16).png | Bin .../Player_ship (16 x 16).png.import | 6 +-- .../Enemy_projectile (16 x 16).png | Bin .../Enemy_projectile (16 x 16).png.import | 6 +-- .../Projectiles/Player_beam (16 x 16).png | Bin .../Player_beam (16 x 16).png.import | 6 +-- .../Player_charged_beam (16 x 16).png | Bin .../Player_charged_beam (16 x 16).png.import | 6 +-- .../Player_charged_donut_shot (16 x 16).png | Bin ...er_charged_donut_shot (16 x 16).png.import | 6 +-- .../Player_charged_square_shot (16 x 16).png | Bin ...r_charged_square_shot (16 x 16).png.import | 6 +-- .../Player_donut_shot (16 x 16).png | Bin .../Player_donut_shot (16 x 16).png.import | 6 +-- .../Player_missile_shots (16 x 16).png | Bin .../Player_missile_shots (16 x 16).png.import | 6 +-- .../Player_square_shot (16 x 16).png | Bin .../Player_square_shot (16 x 16).png.import | 6 +-- .../Space_BG (2 frames) (64 x 64).png | Bin .../Space_BG (2 frames) (64 x 64).png.import | 6 +-- .../UI objects/GAME_OVER (72 x 8).png | Bin .../UI objects/GAME_OVER (72 x 8).png.import | 6 +-- .../UI objects/Item_held_box (16 x 16).png | Bin .../Item_held_box (16 x 16).png.import | 6 +-- .../UI objects/Number_font (8 x 8).png | Bin .../UI objects/Number_font (8 x 8).png.import | 6 +-- .../UI objects/Player_life_icon (16 x 16).png | Bin .../Player_life_icon (16 x 16).png.import | 6 +-- ...+_charge_bars (full + empty) (32 x 16).png | Bin ...e_bars (full + empty) (32 x 16).png.import | 6 +-- .../UI objects/START (48 x 8).png | Bin .../UI objects/START (48 x 8).png.import | 6 +-- .../UI objects/WINNER (72 x 8).png | Bin .../UI objects/WINNER (72 x 8).png.import | 6 +-- .../bar_background.png | Bin .../bar_background.png.import | 6 +-- .../bar_foreground.png | Bin .../bar_foreground.png.import | 6 +-- .../parallax}/background stars.png | Bin .../parallax}/background stars.png.import | 6 +-- .../parallax}/foreground stars.png | Bin .../parallax}/foreground stars.png.import | 6 +-- .../parallax}/foreground stars_b.png | Bin .../parallax}/foreground stars_b.png.import | 6 +-- .../parallax}/midground stars.png | Bin .../parallax}/midground stars.png.import | 6 +-- .../title - no border.png | Bin .../title - no border.png.import | 6 +-- title_white.png => _graphics/title_white.png | Bin .../title_white.png.import | 6 +-- project.godot | 6 +-- bullet.gd => scenes/bullet.gd | 0 bullet.gd.uid => scenes/bullet.gd.uid | 0 bullet.tscn => scenes/bullet.tscn | 4 +- enemy.gd => scenes/enemy.gd | 2 +- enemy.gd.uid => scenes/enemy.gd.uid | 0 enemy.tscn => scenes/enemy.tscn | 6 +-- enemy_bullet.gd => scenes/enemy_bullet.gd | 0 .../enemy_bullet.gd.uid | 0 enemy_bullet.tscn => scenes/enemy_bullet.tscn | 4 +- event_bus.gd => scenes/event_bus.gd | 0 event_bus.gd.uid => scenes/event_bus.gd.uid | 0 explosion.tscn => scenes/explosion.tscn | 2 +- global.gd => scenes/global.gd | 0 global.gd.uid => scenes/global.gd.uid | 0 main.gd => scenes/main.gd | 4 +- main.gd.uid => scenes/main.gd.uid | 0 main.tscn => scenes/main.tscn | 49 +++++++++--------- .../parallax_starfield.tscn | 8 +-- player.gd => scenes/player.gd | 14 ++--- player.gd.uid => scenes/player.gd.uid | 0 player.tscn => scenes/player.tscn | 22 ++++---- progress_bar.gd => scenes/progress_bar.gd | 0 .../progress_bar.gd.uid | 0 progress_bar.tscn => scenes/progress_bar.tscn | 6 +-- score_counter.gd => scenes/score_counter.gd | 4 +- .../score_counter.gd.uid | 0 .../score_counter.tscn | 4 +- ui.gd => scenes/ui.gd | 0 ui.gd.uid => scenes/ui.gd.uid | 0 ui.tscn => scenes/ui.tscn | 10 ++-- crt.gdshader => shaders/crt.gdshader | 0 crt.gdshader.uid => shaders/crt.gdshader.uid | 0 .../pixel_highlight.gdshader | 0 .../pixel_highlight.gdshader.uid | 0 .../player_hit.gdshader | 0 .../player_hit.gdshader.uid | 0 .../starfield.gdshader | 0 .../starfield.gdshader.uid | 0 sprites/coop.png | Bin 0 -> 1452 bytes sprites/coop.png.import | 40 ++++++++++++++ sprites/third space bgrnd.png | Bin 0 -> 25059 bytes sprites/third space bgrnd.png.import | 40 ++++++++++++++ sprites/third space title.png | Bin 0 -> 422 bytes sprites/third space title.png.import | 40 ++++++++++++++ 116 files changed, 298 insertions(+), 177 deletions(-) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Effects/Explosion (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Effects/Explosion (16 x 16).png.import (72%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Effects/Sparkle (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Effects/Sparkle (16 x 16).png.import (73%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Enemies/Alan (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Enemies/Alan (16 x 16).png.import (74%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Enemies/Bon_Bon (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Enemies/Bon_Bon (16 x 16).png.import (73%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Enemies/Lips (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Enemies/Lips (16 x 16).png.import (74%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png.import (79%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Items/Power_item (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Items/Power_item (16 x 16).png.import (72%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/LICENSE.txt (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Boosters (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Boosters (16 x 16).png.import (72%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Boosters_left (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Boosters_left (16 x 16).png.import (71%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Boosters_right (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Boosters_right (16 x 16).png.import (77%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Player_ship (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Player ship/Player_ship (16 x 16).png.import (72%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Enemy_projectile (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Enemy_projectile (16 x 16).png.import (77%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_beam (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_beam (16 x 16).png.import (72%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_charged_beam (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_charged_beam (16 x 16).png.import (76%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_charged_donut_shot (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_charged_donut_shot (16 x 16).png.import (81%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_charged_square_shot (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_charged_square_shot (16 x 16).png.import (81%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_donut_shot (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_donut_shot (16 x 16).png.import (77%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_missile_shots (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_missile_shots (16 x 16).png.import (76%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_square_shot (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Projectiles/Player_square_shot (16 x 16).png.import (76%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Space_BG (2 frames) (64 x 64).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/Space_BG (2 frames) (64 x 64).png.import (77%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/GAME_OVER (72 x 8).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/GAME_OVER (72 x 8).png.import (72%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Item_held_box (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Item_held_box (16 x 16).png.import (71%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Number_font (8 x 8).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Number_font (8 x 8).png.import (72%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Player_life_icon (16 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Player_life_icon (16 x 16).png.import (77%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png.import (79%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/START (48 x 8).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/START (48 x 8).png.import (73%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/WINNER (72 x 8).png (100%) rename {Mini Pixel Pack 3 => _graphics/Mini Pixel Pack 3}/UI objects/WINNER (72 x 8).png.import (73%) rename bar_background.png => _graphics/bar_background.png (100%) rename bar_background.png.import => _graphics/bar_background.png.import (76%) rename bar_foreground.png => _graphics/bar_foreground.png (100%) rename bar_foreground.png.import => _graphics/bar_foreground.png.import (76%) rename {parallax => _graphics/parallax}/background stars.png (100%) rename {parallax => _graphics/parallax}/background stars.png.import (74%) rename {parallax => _graphics/parallax}/foreground stars.png (100%) rename {parallax => _graphics/parallax}/foreground stars.png.import (74%) rename {parallax => _graphics/parallax}/foreground stars_b.png (100%) rename {parallax => _graphics/parallax}/foreground stars_b.png.import (74%) rename {parallax => _graphics/parallax}/midground stars.png (100%) rename {parallax => _graphics/parallax}/midground stars.png.import (75%) rename title - no border.png => _graphics/title - no border.png (100%) rename title - no border.png.import => _graphics/title - no border.png.import (75%) rename title_white.png => _graphics/title_white.png (100%) rename title_white.png.import => _graphics/title_white.png.import (76%) rename bullet.gd => scenes/bullet.gd (100%) rename bullet.gd.uid => scenes/bullet.gd.uid (100%) rename bullet.tscn => scenes/bullet.tscn (87%) rename enemy.gd => scenes/enemy.gd (95%) rename enemy.gd.uid => scenes/enemy.gd.uid (100%) rename enemy.tscn => scenes/enemy.tscn (95%) rename enemy_bullet.gd => scenes/enemy_bullet.gd (100%) rename enemy_bullet.gd.uid => scenes/enemy_bullet.gd.uid (100%) rename enemy_bullet.tscn => scenes/enemy_bullet.tscn (87%) rename event_bus.gd => scenes/event_bus.gd (100%) rename event_bus.gd.uid => scenes/event_bus.gd.uid (100%) rename explosion.tscn => scenes/explosion.tscn (94%) rename global.gd => scenes/global.gd (100%) rename global.gd.uid => scenes/global.gd.uid (100%) rename main.gd => scenes/main.gd (97%) rename main.gd.uid => scenes/main.gd.uid (100%) rename main.tscn => scenes/main.tscn (81%) rename parallax_starfield.tscn => scenes/parallax_starfield.tscn (89%) rename player.gd => scenes/player.gd (92%) rename player.gd.uid => scenes/player.gd.uid (100%) rename player.tscn => scenes/player.tscn (85%) rename progress_bar.gd => scenes/progress_bar.gd (100%) rename progress_bar.gd.uid => scenes/progress_bar.gd.uid (100%) rename progress_bar.tscn => scenes/progress_bar.tscn (81%) rename score_counter.gd => scenes/score_counter.gd (83%) rename score_counter.gd.uid => scenes/score_counter.gd.uid (100%) rename score_counter.tscn => scenes/score_counter.tscn (95%) rename ui.gd => scenes/ui.gd (100%) rename ui.gd.uid => scenes/ui.gd.uid (100%) rename ui.tscn => scenes/ui.tscn (87%) rename crt.gdshader => shaders/crt.gdshader (100%) rename crt.gdshader.uid => shaders/crt.gdshader.uid (100%) rename pixel_highlight.gdshader => shaders/pixel_highlight.gdshader (100%) rename pixel_highlight.gdshader.uid => shaders/pixel_highlight.gdshader.uid (100%) rename player_hit.gdshader => shaders/player_hit.gdshader (100%) rename player_hit.gdshader.uid => shaders/player_hit.gdshader.uid (100%) rename starfield.gdshader => shaders/starfield.gdshader (100%) rename starfield.gdshader.uid => shaders/starfield.gdshader.uid (100%) create mode 100644 sprites/coop.png create mode 100644 sprites/coop.png.import create mode 100644 sprites/third space bgrnd.png create mode 100644 sprites/third space bgrnd.png.import create mode 100644 sprites/third space title.png create mode 100644 sprites/third space title.png.import diff --git a/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png b/_graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Effects/Explosion (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png diff --git a/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png.import similarity index 72% rename from Mini Pixel Pack 3/Effects/Explosion (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png.import index a924031..e89ffe5 100644 --- a/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://h04wm5a27u0" -path="res://.godot/imported/Explosion (16 x 16).png-ebecf90aec797295bb48cf06289281f5.ctex" +path="res://.godot/imported/Explosion (16 x 16).png-10ea06824753728dfc19ef226632248a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Effects/Explosion (16 x 16).png" -dest_files=["res://.godot/imported/Explosion (16 x 16).png-ebecf90aec797295bb48cf06289281f5.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png" +dest_files=["res://.godot/imported/Explosion (16 x 16).png-10ea06824753728dfc19ef226632248a.ctex"] [params] diff --git a/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png b/_graphics/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png diff --git a/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png.import similarity index 73% rename from Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png.import index c3915f5..2976ed4 100644 --- a/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dh6xvjf8hur3x" -path="res://.godot/imported/Sparkle (16 x 16).png-0eec6e943106564747a5e3e618d9c5a3.ctex" +path="res://.godot/imported/Sparkle (16 x 16).png-51f692d945a1c4cd8aa46e1db0e33571.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png" -dest_files=["res://.godot/imported/Sparkle (16 x 16).png-0eec6e943106564747a5e3e618d9c5a3.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Effects/Sparkle (16 x 16).png" +dest_files=["res://.godot/imported/Sparkle (16 x 16).png-51f692d945a1c4cd8aa46e1db0e33571.ctex"] [params] diff --git a/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png b/_graphics/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Enemies/Alan (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png diff --git a/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png.import similarity index 74% rename from Mini Pixel Pack 3/Enemies/Alan (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png.import index c2df9fa..a005993 100644 --- a/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ufutxde5gpox" -path="res://.godot/imported/Alan (16 x 16).png-5dbfafef59bec6373df61239fa506a5d.ctex" +path="res://.godot/imported/Alan (16 x 16).png-7ada1508495030355bf27914ee531a57.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Enemies/Alan (16 x 16).png" -dest_files=["res://.godot/imported/Alan (16 x 16).png-5dbfafef59bec6373df61239fa506a5d.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Enemies/Alan (16 x 16).png" +dest_files=["res://.godot/imported/Alan (16 x 16).png-7ada1508495030355bf27914ee531a57.ctex"] [params] diff --git a/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png b/_graphics/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png diff --git a/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png.import similarity index 73% rename from Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png.import index bf2019a..06cb8cf 100644 --- a/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://deyu1prtitqcp" -path="res://.godot/imported/Bon_Bon (16 x 16).png-7ea532fd020645536abf60ee7f38dace.ctex" +path="res://.godot/imported/Bon_Bon (16 x 16).png-7d3c00136ce2bbe792a84d36c6c05671.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png" -dest_files=["res://.godot/imported/Bon_Bon (16 x 16).png-7ea532fd020645536abf60ee7f38dace.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png" +dest_files=["res://.godot/imported/Bon_Bon (16 x 16).png-7d3c00136ce2bbe792a84d36c6c05671.ctex"] [params] diff --git a/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png b/_graphics/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Enemies/Lips (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png diff --git a/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png.import similarity index 74% rename from Mini Pixel Pack 3/Enemies/Lips (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png.import index ef44573..d716bd0 100644 --- a/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://0fdd82dr2hio" -path="res://.godot/imported/Lips (16 x 16).png-3265ce45d4393011117c8b9b4d47738a.ctex" +path="res://.godot/imported/Lips (16 x 16).png-b7e8b839b1294d5c884878092bef7f2d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Enemies/Lips (16 x 16).png" -dest_files=["res://.godot/imported/Lips (16 x 16).png-3265ce45d4393011117c8b9b4d47738a.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Enemies/Lips (16 x 16).png" +dest_files=["res://.godot/imported/Lips (16 x 16).png-b7e8b839b1294d5c884878092bef7f2d.ctex"] [params] diff --git a/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png b/_graphics/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png diff --git a/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png.import similarity index 79% rename from Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png.import index 1e7d32e..5a18d1d 100644 --- a/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://8j06xyft25w0" -path="res://.godot/imported/Circle_+_Square_+_Missile_pick-ups (16 x 16).png-3bbaa22444104ff44581c6a33a0ad891.ctex" +path="res://.godot/imported/Circle_+_Square_+_Missile_pick-ups (16 x 16).png-d8dc9d5a0db9ea33b0f238af116c345c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png" -dest_files=["res://.godot/imported/Circle_+_Square_+_Missile_pick-ups (16 x 16).png-3bbaa22444104ff44581c6a33a0ad891.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Items/Circle_+_Square_+_Missile_pick-ups (16 x 16).png" +dest_files=["res://.godot/imported/Circle_+_Square_+_Missile_pick-ups (16 x 16).png-d8dc9d5a0db9ea33b0f238af116c345c.ctex"] [params] diff --git a/Mini Pixel Pack 3/Items/Power_item (16 x 16).png b/_graphics/Mini Pixel Pack 3/Items/Power_item (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Items/Power_item (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Items/Power_item (16 x 16).png diff --git a/Mini Pixel Pack 3/Items/Power_item (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Items/Power_item (16 x 16).png.import similarity index 72% rename from Mini Pixel Pack 3/Items/Power_item (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Items/Power_item (16 x 16).png.import index 18b4625..45451b9 100644 --- a/Mini Pixel Pack 3/Items/Power_item (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Items/Power_item (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://by677b0ymmyag" -path="res://.godot/imported/Power_item (16 x 16).png-4df679887445482126f6d7476b544382.ctex" +path="res://.godot/imported/Power_item (16 x 16).png-de100257317c691ac9837c30e3588587.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Items/Power_item (16 x 16).png" -dest_files=["res://.godot/imported/Power_item (16 x 16).png-4df679887445482126f6d7476b544382.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Items/Power_item (16 x 16).png" +dest_files=["res://.godot/imported/Power_item (16 x 16).png-de100257317c691ac9837c30e3588587.ctex"] [params] diff --git a/Mini Pixel Pack 3/LICENSE.txt b/_graphics/Mini Pixel Pack 3/LICENSE.txt similarity index 100% rename from Mini Pixel Pack 3/LICENSE.txt rename to _graphics/Mini Pixel Pack 3/LICENSE.txt diff --git a/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png b/_graphics/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png diff --git a/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png.import similarity index 72% rename from Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png.import index a5d7436..3960408 100644 --- a/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ces8fm7lxh574" -path="res://.godot/imported/Boosters (16 x 16).png-8b50a40dbdc7e815becad87ceb60848b.ctex" +path="res://.godot/imported/Boosters (16 x 16).png-c1fb49e062d579546acd530b756eabef.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png" -dest_files=["res://.godot/imported/Boosters (16 x 16).png-8b50a40dbdc7e815becad87ceb60848b.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png" +dest_files=["res://.godot/imported/Boosters (16 x 16).png-c1fb49e062d579546acd530b756eabef.ctex"] [params] diff --git a/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png b/_graphics/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png diff --git a/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png.import similarity index 71% rename from Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png.import index 7d6e2c6..4a6993a 100644 --- a/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjdhq42ummgky" -path="res://.godot/imported/Boosters_left (16 x 16).png-8a4708d671dcd3d8f5b39892aaefbef7.ctex" +path="res://.godot/imported/Boosters_left (16 x 16).png-4af3697e68c8e270d3ebf02c0fbc3a71.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png" -dest_files=["res://.godot/imported/Boosters_left (16 x 16).png-8a4708d671dcd3d8f5b39892aaefbef7.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png" +dest_files=["res://.godot/imported/Boosters_left (16 x 16).png-4af3697e68c8e270d3ebf02c0fbc3a71.ctex"] [params] diff --git a/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png b/_graphics/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png diff --git a/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png.import similarity index 77% rename from Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png.import index e18f588..0d286dc 100644 --- a/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjv3xbuj65pav" -path="res://.godot/imported/Boosters_right (16 x 16).png-6ce79aae3f2383fac5bef1fecccbb764.ctex" +path="res://.godot/imported/Boosters_right (16 x 16).png-d00d85348c642623576e384a8f745c5d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png" -dest_files=["res://.godot/imported/Boosters_right (16 x 16).png-6ce79aae3f2383fac5bef1fecccbb764.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png" +dest_files=["res://.godot/imported/Boosters_right (16 x 16).png-d00d85348c642623576e384a8f745c5d.ctex"] [params] diff --git a/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png b/_graphics/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png diff --git a/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png.import similarity index 72% rename from Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png.import index 1efe744..edb2ba7 100644 --- a/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://di2xhcwcdbhxg" -path="res://.godot/imported/Player_ship (16 x 16).png-be69be68cd3df6db0d5c677798e0b7e7.ctex" +path="res://.godot/imported/Player_ship (16 x 16).png-bf56686d7b7006d03ca789504edfedcc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png" -dest_files=["res://.godot/imported/Player_ship (16 x 16).png-be69be68cd3df6db0d5c677798e0b7e7.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png" +dest_files=["res://.godot/imported/Player_ship (16 x 16).png-bf56686d7b7006d03ca789504edfedcc.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png.import similarity index 77% rename from Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png.import index db1faf2..7dc19d2 100644 --- a/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dubjbfdp6ep34" -path="res://.godot/imported/Enemy_projectile (16 x 16).png-d29bdfb3abd80f316f7896a0abd02db7.ctex" +path="res://.godot/imported/Enemy_projectile (16 x 16).png-5be4a0e5b91c2e0619e55035d68c4d36.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png" -dest_files=["res://.godot/imported/Enemy_projectile (16 x 16).png-d29bdfb3abd80f316f7896a0abd02db7.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png" +dest_files=["res://.godot/imported/Enemy_projectile (16 x 16).png-5be4a0e5b91c2e0619e55035d68c4d36.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png.import similarity index 72% rename from Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png.import index f798a40..004402e 100644 --- a/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://yy8fjexb6fv6" -path="res://.godot/imported/Player_beam (16 x 16).png-6a101320be4a70758755fcdcff6a81d3.ctex" +path="res://.godot/imported/Player_beam (16 x 16).png-38c42a8d236a55e4c8d1cc5c8bc130df.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png" -dest_files=["res://.godot/imported/Player_beam (16 x 16).png-6a101320be4a70758755fcdcff6a81d3.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_beam (16 x 16).png" +dest_files=["res://.godot/imported/Player_beam (16 x 16).png-38c42a8d236a55e4c8d1cc5c8bc130df.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png.import similarity index 76% rename from Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png.import index 9dc2cd2..b96bb6e 100644 --- a/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bltpqew3le1j" -path="res://.godot/imported/Player_charged_beam (16 x 16).png-89f205acbdb826f694a802bddbca80e1.ctex" +path="res://.godot/imported/Player_charged_beam (16 x 16).png-40b2129c04ee8d4d77b082252425c6bc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png" -dest_files=["res://.godot/imported/Player_charged_beam (16 x 16).png-89f205acbdb826f694a802bddbca80e1.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png" +dest_files=["res://.godot/imported/Player_charged_beam (16 x 16).png-40b2129c04ee8d4d77b082252425c6bc.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png.import similarity index 81% rename from Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png.import index 9460388..3d8bf65 100644 --- a/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bcib1rh67w22s" -path="res://.godot/imported/Player_charged_donut_shot (16 x 16).png-7184c8cc5c0367908de947129c2711d9.ctex" +path="res://.godot/imported/Player_charged_donut_shot (16 x 16).png-c71b6a6236f8909972462278a3902cc3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png" -dest_files=["res://.godot/imported/Player_charged_donut_shot (16 x 16).png-7184c8cc5c0367908de947129c2711d9.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_donut_shot (16 x 16).png" +dest_files=["res://.godot/imported/Player_charged_donut_shot (16 x 16).png-c71b6a6236f8909972462278a3902cc3.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png.import similarity index 81% rename from Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png.import index 72ba06a..cc155cf 100644 --- a/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqmvwlbyqiy3x" -path="res://.godot/imported/Player_charged_square_shot (16 x 16).png-cd56d64393c6907a8348176a56cab361.ctex" +path="res://.godot/imported/Player_charged_square_shot (16 x 16).png-198a58066247c4aa5ad0faade85d1d40.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png" -dest_files=["res://.godot/imported/Player_charged_square_shot (16 x 16).png-cd56d64393c6907a8348176a56cab361.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_square_shot (16 x 16).png" +dest_files=["res://.godot/imported/Player_charged_square_shot (16 x 16).png-198a58066247c4aa5ad0faade85d1d40.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png.import similarity index 77% rename from Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png.import index 5dadb17..7cedd3d 100644 --- a/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bae3jehbndemu" -path="res://.godot/imported/Player_donut_shot (16 x 16).png-3f41fd34f88147e37ae65f3f0c7f7320.ctex" +path="res://.godot/imported/Player_donut_shot (16 x 16).png-953e0fd6e2c64a8e437302b46d5129bf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png" -dest_files=["res://.godot/imported/Player_donut_shot (16 x 16).png-3f41fd34f88147e37ae65f3f0c7f7320.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_donut_shot (16 x 16).png" +dest_files=["res://.godot/imported/Player_donut_shot (16 x 16).png-953e0fd6e2c64a8e437302b46d5129bf.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png.import similarity index 76% rename from Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png.import index 740621f..1800410 100644 --- a/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3y10poc002pe" -path="res://.godot/imported/Player_missile_shots (16 x 16).png-66b040bba7cc3550f183b3780caee8b2.ctex" +path="res://.godot/imported/Player_missile_shots (16 x 16).png-94448a0c9c305a763d01e89b425ad689.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png" -dest_files=["res://.godot/imported/Player_missile_shots (16 x 16).png-66b040bba7cc3550f183b3780caee8b2.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_missile_shots (16 x 16).png" +dest_files=["res://.godot/imported/Player_missile_shots (16 x 16).png-94448a0c9c305a763d01e89b425ad689.ctex"] [params] diff --git a/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png b/_graphics/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png diff --git a/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png.import similarity index 76% rename from Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png.import index 9b28443..d8c4e5d 100644 --- a/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwrwcqrw2t7bs" -path="res://.godot/imported/Player_square_shot (16 x 16).png-d2270dc7f4c93c516f46242f96456f80.ctex" +path="res://.godot/imported/Player_square_shot (16 x 16).png-1f16c7af27ead57635098636323e0b63.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png" -dest_files=["res://.godot/imported/Player_square_shot (16 x 16).png-d2270dc7f4c93c516f46242f96456f80.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_square_shot (16 x 16).png" +dest_files=["res://.godot/imported/Player_square_shot (16 x 16).png-1f16c7af27ead57635098636323e0b63.ctex"] [params] diff --git a/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png b/_graphics/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png similarity index 100% rename from Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png rename to _graphics/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png diff --git a/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png.import b/_graphics/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png.import similarity index 77% rename from Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png.import rename to _graphics/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png.import index 03d9904..2583be0 100644 --- a/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png.import +++ b/_graphics/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://jj8b7vqj3ihx" -path="res://.godot/imported/Space_BG (2 frames) (64 x 64).png-29eb07262f4b59c70b5f895f08b33a15.ctex" +path="res://.godot/imported/Space_BG (2 frames) (64 x 64).png-38c14992b67aa828caac889388a35d97.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png" -dest_files=["res://.godot/imported/Space_BG (2 frames) (64 x 64).png-29eb07262f4b59c70b5f895f08b33a15.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png" +dest_files=["res://.godot/imported/Space_BG (2 frames) (64 x 64).png-38c14992b67aa828caac889388a35d97.ctex"] [params] diff --git a/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png b/_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png similarity index 100% rename from Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png rename to _graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png diff --git a/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png.import b/_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png.import similarity index 72% rename from Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png.import rename to _graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png.import index 4288888..7bd87ae 100644 --- a/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png.import +++ b/_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bubqwoum50gf8" -path="res://.godot/imported/GAME_OVER (72 x 8).png-b0aed7fd8bca761f2bc09f7c32588594.ctex" +path="res://.godot/imported/GAME_OVER (72 x 8).png-6585a10b6780734958587436f91c0a47.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png" -dest_files=["res://.godot/imported/GAME_OVER (72 x 8).png-b0aed7fd8bca761f2bc09f7c32588594.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png" +dest_files=["res://.godot/imported/GAME_OVER (72 x 8).png-6585a10b6780734958587436f91c0a47.ctex"] [params] diff --git a/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png b/_graphics/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png rename to _graphics/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png diff --git a/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png.import similarity index 71% rename from Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png.import index 7dedb80..eca2826 100644 --- a/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://0g0350b8uw5" -path="res://.godot/imported/Item_held_box (16 x 16).png-3722eea04199d858c350b4056721dc11.ctex" +path="res://.godot/imported/Item_held_box (16 x 16).png-8660880f30d21f51910839767fe459a0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png" -dest_files=["res://.godot/imported/Item_held_box (16 x 16).png-3722eea04199d858c350b4056721dc11.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/UI objects/Item_held_box (16 x 16).png" +dest_files=["res://.godot/imported/Item_held_box (16 x 16).png-8660880f30d21f51910839767fe459a0.ctex"] [params] diff --git a/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png b/_graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png similarity index 100% rename from Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png rename to _graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png diff --git a/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png.import b/_graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png.import similarity index 72% rename from Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png.import rename to _graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png.import index 543d8ca..c9b002a 100644 --- a/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png.import +++ b/_graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddh7mk2ekhq3u" -path="res://.godot/imported/Number_font (8 x 8).png-e706f36eadb140398b2a07c1b9215654.ctex" +path="res://.godot/imported/Number_font (8 x 8).png-3fad5e13aff75702bf7663ac584e0373.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png" -dest_files=["res://.godot/imported/Number_font (8 x 8).png-e706f36eadb140398b2a07c1b9215654.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png" +dest_files=["res://.godot/imported/Number_font (8 x 8).png-3fad5e13aff75702bf7663ac584e0373.ctex"] [params] diff --git a/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png b/_graphics/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png similarity index 100% rename from Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png rename to _graphics/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png diff --git a/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png.import b/_graphics/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png.import similarity index 77% rename from Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png.import rename to _graphics/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png.import index 995a917..049445c 100644 --- a/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2bqurwj2nfiq" -path="res://.godot/imported/Player_life_icon (16 x 16).png-7a4677c243ab1126885bee36bf4021a9.ctex" +path="res://.godot/imported/Player_life_icon (16 x 16).png-a4bdd8e7d55c5b46a71afc8f2ca0fc54.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png" -dest_files=["res://.godot/imported/Player_life_icon (16 x 16).png-7a4677c243ab1126885bee36bf4021a9.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/UI objects/Player_life_icon (16 x 16).png" +dest_files=["res://.godot/imported/Player_life_icon (16 x 16).png-a4bdd8e7d55c5b46a71afc8f2ca0fc54.ctex"] [params] diff --git a/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png b/_graphics/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png similarity index 100% rename from Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png rename to _graphics/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png diff --git a/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png.import b/_graphics/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png.import similarity index 79% rename from Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png.import rename to _graphics/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png.import index 2b343ad..c35c357 100644 --- a/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png.import +++ b/_graphics/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpm0la8lccja1" -path="res://.godot/imported/Power_+_charge_bars (full + empty) (32 x 16).png-332abb785dd99b7e759f933d2e5ccf61.ctex" +path="res://.godot/imported/Power_+_charge_bars (full + empty) (32 x 16).png-911fe50052e961e55988a9735b77ddd2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png" -dest_files=["res://.godot/imported/Power_+_charge_bars (full + empty) (32 x 16).png-332abb785dd99b7e759f933d2e5ccf61.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/UI objects/Power_+_charge_bars (full + empty) (32 x 16).png" +dest_files=["res://.godot/imported/Power_+_charge_bars (full + empty) (32 x 16).png-911fe50052e961e55988a9735b77ddd2.ctex"] [params] diff --git a/Mini Pixel Pack 3/UI objects/START (48 x 8).png b/_graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png similarity index 100% rename from Mini Pixel Pack 3/UI objects/START (48 x 8).png rename to _graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png diff --git a/Mini Pixel Pack 3/UI objects/START (48 x 8).png.import b/_graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png.import similarity index 73% rename from Mini Pixel Pack 3/UI objects/START (48 x 8).png.import rename to _graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png.import index aee09a5..9c80b8e 100644 --- a/Mini Pixel Pack 3/UI objects/START (48 x 8).png.import +++ b/_graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bonoqs5pisflo" -path="res://.godot/imported/START (48 x 8).png-b41e5258a8560332501673d6e19664b8.ctex" +path="res://.godot/imported/START (48 x 8).png-9b06176d0a103cf01d79aefbbc461dc4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/UI objects/START (48 x 8).png" -dest_files=["res://.godot/imported/START (48 x 8).png-b41e5258a8560332501673d6e19664b8.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png" +dest_files=["res://.godot/imported/START (48 x 8).png-9b06176d0a103cf01d79aefbbc461dc4.ctex"] [params] diff --git a/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png b/_graphics/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png similarity index 100% rename from Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png rename to _graphics/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png diff --git a/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png.import b/_graphics/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png.import similarity index 73% rename from Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png.import rename to _graphics/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png.import index 5a551d2..2a8729c 100644 --- a/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png.import +++ b/_graphics/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfbykvik8gknm" -path="res://.godot/imported/WINNER (72 x 8).png-842770cf011d495aed3a3bda96e3b342.ctex" +path="res://.godot/imported/WINNER (72 x 8).png-fb2a694f46cb50d065669fdaceeaa3d5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png" -dest_files=["res://.godot/imported/WINNER (72 x 8).png-842770cf011d495aed3a3bda96e3b342.ctex"] +source_file="res://_graphics/Mini Pixel Pack 3/UI objects/WINNER (72 x 8).png" +dest_files=["res://.godot/imported/WINNER (72 x 8).png-fb2a694f46cb50d065669fdaceeaa3d5.ctex"] [params] diff --git a/bar_background.png b/_graphics/bar_background.png similarity index 100% rename from bar_background.png rename to _graphics/bar_background.png diff --git a/bar_background.png.import b/_graphics/bar_background.png.import similarity index 76% rename from bar_background.png.import rename to _graphics/bar_background.png.import index 359e1d8..54aeb95 100644 --- a/bar_background.png.import +++ b/_graphics/bar_background.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d11molrkdjjh5" -path="res://.godot/imported/bar_background.png-dca6d05f963330b50cc37c3e2531e06b.ctex" +path="res://.godot/imported/bar_background.png-9b09e3dc4c45cf686c0f1772ed77964c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://bar_background.png" -dest_files=["res://.godot/imported/bar_background.png-dca6d05f963330b50cc37c3e2531e06b.ctex"] +source_file="res://_graphics/bar_background.png" +dest_files=["res://.godot/imported/bar_background.png-9b09e3dc4c45cf686c0f1772ed77964c.ctex"] [params] diff --git a/bar_foreground.png b/_graphics/bar_foreground.png similarity index 100% rename from bar_foreground.png rename to _graphics/bar_foreground.png diff --git a/bar_foreground.png.import b/_graphics/bar_foreground.png.import similarity index 76% rename from bar_foreground.png.import rename to _graphics/bar_foreground.png.import index 08dd89b..6f0d4f5 100644 --- a/bar_foreground.png.import +++ b/_graphics/bar_foreground.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bsl3pxvxiuoqg" -path="res://.godot/imported/bar_foreground.png-ba23043b2beb5c69470cabe71365b89a.ctex" +path="res://.godot/imported/bar_foreground.png-e8688360b4228b60e66d35e5fe83a484.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://bar_foreground.png" -dest_files=["res://.godot/imported/bar_foreground.png-ba23043b2beb5c69470cabe71365b89a.ctex"] +source_file="res://_graphics/bar_foreground.png" +dest_files=["res://.godot/imported/bar_foreground.png-e8688360b4228b60e66d35e5fe83a484.ctex"] [params] diff --git a/parallax/background stars.png b/_graphics/parallax/background stars.png similarity index 100% rename from parallax/background stars.png rename to _graphics/parallax/background stars.png diff --git a/parallax/background stars.png.import b/_graphics/parallax/background stars.png.import similarity index 74% rename from parallax/background stars.png.import rename to _graphics/parallax/background stars.png.import index aa8a6ad..65128ac 100644 --- a/parallax/background stars.png.import +++ b/_graphics/parallax/background stars.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bn5iw6fm88p2i" -path="res://.godot/imported/background stars.png-844e616782bec8464721a90faeb774cb.ctex" +path="res://.godot/imported/background stars.png-d3443d00ba45f5379fb933f66ed04d0f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://parallax/background stars.png" -dest_files=["res://.godot/imported/background stars.png-844e616782bec8464721a90faeb774cb.ctex"] +source_file="res://_graphics/parallax/background stars.png" +dest_files=["res://.godot/imported/background stars.png-d3443d00ba45f5379fb933f66ed04d0f.ctex"] [params] diff --git a/parallax/foreground stars.png b/_graphics/parallax/foreground stars.png similarity index 100% rename from parallax/foreground stars.png rename to _graphics/parallax/foreground stars.png diff --git a/parallax/foreground stars.png.import b/_graphics/parallax/foreground stars.png.import similarity index 74% rename from parallax/foreground stars.png.import rename to _graphics/parallax/foreground stars.png.import index 8f9b53a..373d0c1 100644 --- a/parallax/foreground stars.png.import +++ b/_graphics/parallax/foreground stars.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dpkeiihfos28m" -path="res://.godot/imported/foreground stars.png-ac6421cf56a60f87749797466fb3036c.ctex" +path="res://.godot/imported/foreground stars.png-fa82e0e1e3ba4e4f28cb26da6d956c9a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://parallax/foreground stars.png" -dest_files=["res://.godot/imported/foreground stars.png-ac6421cf56a60f87749797466fb3036c.ctex"] +source_file="res://_graphics/parallax/foreground stars.png" +dest_files=["res://.godot/imported/foreground stars.png-fa82e0e1e3ba4e4f28cb26da6d956c9a.ctex"] [params] diff --git a/parallax/foreground stars_b.png b/_graphics/parallax/foreground stars_b.png similarity index 100% rename from parallax/foreground stars_b.png rename to _graphics/parallax/foreground stars_b.png diff --git a/parallax/foreground stars_b.png.import b/_graphics/parallax/foreground stars_b.png.import similarity index 74% rename from parallax/foreground stars_b.png.import rename to _graphics/parallax/foreground stars_b.png.import index 59f761f..7fae246 100644 --- a/parallax/foreground stars_b.png.import +++ b/_graphics/parallax/foreground stars_b.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://4n7q1wsq13ub" -path="res://.godot/imported/foreground stars_b.png-338a0e256be6f9b89fec689220b03e10.ctex" +path="res://.godot/imported/foreground stars_b.png-0dc22920b122a8ffb19dba716641d43a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://parallax/foreground stars_b.png" -dest_files=["res://.godot/imported/foreground stars_b.png-338a0e256be6f9b89fec689220b03e10.ctex"] +source_file="res://_graphics/parallax/foreground stars_b.png" +dest_files=["res://.godot/imported/foreground stars_b.png-0dc22920b122a8ffb19dba716641d43a.ctex"] [params] diff --git a/parallax/midground stars.png b/_graphics/parallax/midground stars.png similarity index 100% rename from parallax/midground stars.png rename to _graphics/parallax/midground stars.png diff --git a/parallax/midground stars.png.import b/_graphics/parallax/midground stars.png.import similarity index 75% rename from parallax/midground stars.png.import rename to _graphics/parallax/midground stars.png.import index 2acf07c..bb88d76 100644 --- a/parallax/midground stars.png.import +++ b/_graphics/parallax/midground stars.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c855276xbf7g6" -path="res://.godot/imported/midground stars.png-6f7b61cb3d46b7ae23c01472332a96f4.ctex" +path="res://.godot/imported/midground stars.png-0a37acc0906df9c54a708d664ba73870.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://parallax/midground stars.png" -dest_files=["res://.godot/imported/midground stars.png-6f7b61cb3d46b7ae23c01472332a96f4.ctex"] +source_file="res://_graphics/parallax/midground stars.png" +dest_files=["res://.godot/imported/midground stars.png-0a37acc0906df9c54a708d664ba73870.ctex"] [params] diff --git a/title - no border.png b/_graphics/title - no border.png similarity index 100% rename from title - no border.png rename to _graphics/title - no border.png diff --git a/title - no border.png.import b/_graphics/title - no border.png.import similarity index 75% rename from title - no border.png.import rename to _graphics/title - no border.png.import index d835cbc..560ab65 100644 --- a/title - no border.png.import +++ b/_graphics/title - no border.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://db2v7dea5wi4" -path="res://.godot/imported/title - no border.png-f3a39f3e35d38034df2e041c7aa18607.ctex" +path="res://.godot/imported/title - no border.png-a0bb00f06f664fc73865ab566cdb14f1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://title - no border.png" -dest_files=["res://.godot/imported/title - no border.png-f3a39f3e35d38034df2e041c7aa18607.ctex"] +source_file="res://_graphics/title - no border.png" +dest_files=["res://.godot/imported/title - no border.png-a0bb00f06f664fc73865ab566cdb14f1.ctex"] [params] diff --git a/title_white.png b/_graphics/title_white.png similarity index 100% rename from title_white.png rename to _graphics/title_white.png diff --git a/title_white.png.import b/_graphics/title_white.png.import similarity index 76% rename from title_white.png.import rename to _graphics/title_white.png.import index ec98877..dcf7137 100644 --- a/title_white.png.import +++ b/_graphics/title_white.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfkr6mlotol6" -path="res://.godot/imported/title_white.png-d36b8f2d01d5f1557338a72c7191d974.ctex" +path="res://.godot/imported/title_white.png-25688760ca8094909ee73f6e839a0c24.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://title_white.png" -dest_files=["res://.godot/imported/title_white.png-d36b8f2d01d5f1557338a72c7191d974.ctex"] +source_file="res://_graphics/title_white.png" +dest_files=["res://.godot/imported/title_white.png-25688760ca8094909ee73f6e839a0c24.ctex"] [params] diff --git a/project.godot b/project.godot index 489cca2..1035c1a 100644 --- a/project.godot +++ b/project.godot @@ -10,15 +10,15 @@ config_version=5 [application] -config/name="shmup01b" +config/name="the third place" run/main_scene="uid://cc2dnhuv4qx7m" config/features=PackedStringArray("4.5", "Forward Plus") config/icon="res://icon.svg" [autoload] -EventBus="*res://event_bus.gd" -Global="*res://global.gd" +EventBus="*res://scenes/event_bus.gd" +Global="*res://scenes/global.gd" [display] diff --git a/bullet.gd b/scenes/bullet.gd similarity index 100% rename from bullet.gd rename to scenes/bullet.gd diff --git a/bullet.gd.uid b/scenes/bullet.gd.uid similarity index 100% rename from bullet.gd.uid rename to scenes/bullet.gd.uid diff --git a/bullet.tscn b/scenes/bullet.tscn similarity index 87% rename from bullet.tscn rename to scenes/bullet.tscn index f469f27..f92b38a 100644 --- a/bullet.tscn +++ b/scenes/bullet.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://bwxxdrdvo3le0"] -[ext_resource type="Script" uid="uid://c6oorp45vpqpc" path="res://bullet.gd" id="1_v8qja"] -[ext_resource type="Texture2D" uid="uid://bltpqew3le1j" path="res://Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png" id="2_t4vbm"] +[ext_resource type="Script" uid="uid://c6oorp45vpqpc" path="res://scenes/bullet.gd" id="1_v8qja"] +[ext_resource type="Texture2D" uid="uid://bltpqew3le1j" path="res://_graphics/Mini Pixel Pack 3/Projectiles/Player_charged_beam (16 x 16).png" id="2_t4vbm"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_2b2rl"] size = Vector2(12, 10) diff --git a/enemy.gd b/scenes/enemy.gd similarity index 95% rename from enemy.gd rename to scenes/enemy.gd index 1523b21..dc7be3c 100644 --- a/enemy.gd +++ b/scenes/enemy.gd @@ -1,6 +1,6 @@ extends Area2D -var bullet_scene = preload("res://enemy_bullet.tscn") +var bullet_scene = preload("res://scenes/enemy_bullet.tscn") var start_pos = Vector2.ZERO var speed = 0 var tween_speed: float = 1.4 diff --git a/enemy.gd.uid b/scenes/enemy.gd.uid similarity index 100% rename from enemy.gd.uid rename to scenes/enemy.gd.uid diff --git a/enemy.tscn b/scenes/enemy.tscn similarity index 95% rename from enemy.tscn rename to scenes/enemy.tscn index f4e591a..3cad3ce 100644 --- a/enemy.tscn +++ b/scenes/enemy.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=9 format=3 uid="uid://mp72cjiuquik"] -[ext_resource type="Script" uid="uid://xoihsrr4hw4k" path="res://enemy.gd" id="1_4gyqm"] -[ext_resource type="Texture2D" uid="uid://deyu1prtitqcp" path="res://Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png" id="1_7k104"] -[ext_resource type="Texture2D" uid="uid://h04wm5a27u0" path="res://Mini Pixel Pack 3/Effects/Explosion (16 x 16).png" id="3_qi2p4"] +[ext_resource type="Script" uid="uid://xoihsrr4hw4k" path="res://scenes/enemy.gd" id="1_4gyqm"] +[ext_resource type="Texture2D" uid="uid://deyu1prtitqcp" path="res://_graphics/Mini Pixel Pack 3/Enemies/Bon_Bon (16 x 16).png" id="1_7k104"] +[ext_resource type="Texture2D" uid="uid://h04wm5a27u0" path="res://_graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png" id="3_qi2p4"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_4gyqm"] size = Vector2(14, 8) diff --git a/enemy_bullet.gd b/scenes/enemy_bullet.gd similarity index 100% rename from enemy_bullet.gd rename to scenes/enemy_bullet.gd diff --git a/enemy_bullet.gd.uid b/scenes/enemy_bullet.gd.uid similarity index 100% rename from enemy_bullet.gd.uid rename to scenes/enemy_bullet.gd.uid diff --git a/enemy_bullet.tscn b/scenes/enemy_bullet.tscn similarity index 87% rename from enemy_bullet.tscn rename to scenes/enemy_bullet.tscn index 5a50c7f..32d33aa 100644 --- a/enemy_bullet.tscn +++ b/scenes/enemy_bullet.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://3xbr5bnuk04u"] -[ext_resource type="Texture2D" uid="uid://dubjbfdp6ep34" path="res://Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png" id="1_1xapl"] -[ext_resource type="Script" uid="uid://dusi2flaqer4b" path="res://enemy_bullet.gd" id="1_gl7bs"] +[ext_resource type="Texture2D" uid="uid://dubjbfdp6ep34" path="res://_graphics/Mini Pixel Pack 3/Projectiles/Enemy_projectile (16 x 16).png" id="1_1xapl"] +[ext_resource type="Script" uid="uid://dusi2flaqer4b" path="res://scenes/enemy_bullet.gd" id="1_gl7bs"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_gl7bs"] size = Vector2(6, 6) diff --git a/event_bus.gd b/scenes/event_bus.gd similarity index 100% rename from event_bus.gd rename to scenes/event_bus.gd diff --git a/event_bus.gd.uid b/scenes/event_bus.gd.uid similarity index 100% rename from event_bus.gd.uid rename to scenes/event_bus.gd.uid diff --git a/explosion.tscn b/scenes/explosion.tscn similarity index 94% rename from explosion.tscn rename to scenes/explosion.tscn index c917f03..94df773 100644 --- a/explosion.tscn +++ b/scenes/explosion.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://4jvu41vu2557"] -[ext_resource type="Texture2D" uid="uid://h04wm5a27u0" path="res://Mini Pixel Pack 3/Effects/Explosion (16 x 16).png" id="1_q7epf"] +[ext_resource type="Texture2D" uid="uid://h04wm5a27u0" path="res://_graphics/Mini Pixel Pack 3/Effects/Explosion (16 x 16).png" id="1_q7epf"] [sub_resource type="Animation" id="Animation_j4sxf"] length = 0.001 diff --git a/global.gd b/scenes/global.gd similarity index 100% rename from global.gd rename to scenes/global.gd diff --git a/global.gd.uid b/scenes/global.gd.uid similarity index 100% rename from global.gd.uid rename to scenes/global.gd.uid diff --git a/main.gd b/scenes/main.gd similarity index 97% rename from main.gd rename to scenes/main.gd index af54c29..7cc79d3 100644 --- a/main.gd +++ b/scenes/main.gd @@ -1,7 +1,7 @@ extends Node2D -var enemy = preload("res://enemy.tscn") -var player = preload("res://player.tscn") +var enemy = preload("res://scenes/enemy.tscn") +var player = preload("res://scenes/player.tscn") var instance = null var playing = false var enemy_count: int = 0: diff --git a/main.gd.uid b/scenes/main.gd.uid similarity index 100% rename from main.gd.uid rename to scenes/main.gd.uid diff --git a/main.tscn b/scenes/main.tscn similarity index 81% rename from main.tscn rename to scenes/main.tscn index 90df166..f09e66b 100644 --- a/main.tscn +++ b/scenes/main.tscn @@ -1,15 +1,13 @@ [gd_scene load_steps=14 format=3 uid="uid://cc2dnhuv4qx7m"] -[ext_resource type="Script" uid="uid://c51huloycn5as" path="res://main.gd" id="1_h2yge"] -[ext_resource type="Texture2D" uid="uid://jj8b7vqj3ihx" path="res://Mini Pixel Pack 3/Space_BG (2 frames) (64 x 64).png" id="1_ig7tw"] -[ext_resource type="PackedScene" uid="uid://tlcdxoupi2lb" path="res://parallax_starfield.tscn" id="2_5vw27"] -[ext_resource type="PackedScene" uid="uid://s6wf3egdqtmh" path="res://ui.tscn" id="4_1bvp3"] -[ext_resource type="Texture2D" uid="uid://db2v7dea5wi4" path="res://title - no border.png" id="4_7mycd"] -[ext_resource type="Shader" uid="uid://x02irwg8ynvp" path="res://pixel_highlight.gdshader" id="4_272bh"] -[ext_resource type="Texture2D" uid="uid://bonoqs5pisflo" path="res://Mini Pixel Pack 3/UI objects/START (48 x 8).png" id="5_lquwl"] -[ext_resource type="Texture2D" uid="uid://bubqwoum50gf8" path="res://Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png" id="6_7mycd"] - -[sub_resource type="ShaderMaterial" id="ShaderMaterial_5vw27"] +[ext_resource type="Script" uid="uid://c51huloycn5as" path="res://scenes/main.gd" id="1_h2yge"] +[ext_resource type="PackedScene" uid="uid://tlcdxoupi2lb" path="res://scenes/parallax_starfield.tscn" id="2_5vw27"] +[ext_resource type="Texture2D" uid="uid://b25w6ms7bxlhu" path="res://sprites/third space bgrnd.png" id="3_tipki"] +[ext_resource type="PackedScene" uid="uid://s6wf3egdqtmh" path="res://scenes/ui.tscn" id="4_1bvp3"] +[ext_resource type="Shader" uid="uid://x02irwg8ynvp" path="res://shaders/pixel_highlight.gdshader" id="4_272bh"] +[ext_resource type="Texture2D" uid="uid://bonoqs5pisflo" path="res://_graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png" id="5_lquwl"] +[ext_resource type="Texture2D" uid="uid://0mcbtnidp5kn" path="res://sprites/third space title.png" id="5_tipki"] +[ext_resource type="Texture2D" uid="uid://bubqwoum50gf8" path="res://_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png" id="6_7mycd"] [sub_resource type="Animation" id="Animation_1bvp3"] length = 0.001 @@ -58,21 +56,13 @@ shader_parameter/pause_duration = 6.0 shader_parameter/offset = 10.0 shader_parameter/pixelate_line = 0 +[sub_resource type="ShaderMaterial" id="ShaderMaterial_5vw27"] + [node name="Main" type="Node2D"] script = ExtResource("1_h2yge") [node name="Parallax Starfield" parent="." instance=ExtResource("2_5vw27")] -[node name="background" type="Sprite2D" parent="."] -visible = false -z_index = -4 -texture_repeat = 2 -material = SubResource("ShaderMaterial_5vw27") -texture = ExtResource("1_ig7tw") -centered = false -region_enabled = true -region_rect = Rect2(0, 0, 240, 320) - [node name="AnimationPlayer" type="AnimationPlayer" parent="."] libraries = { &"": SubResource("AnimationLibrary_lquwl") @@ -88,11 +78,11 @@ offset_bottom = 36.0 [node name="Title" type="TextureRect" parent="CanvasLayer"] self_modulate = Color(0.015236704, 0.015236706, 0.0152367065, 1) material = SubResource("ShaderMaterial_kek77") -offset_left = 27.0 -offset_top = 74.0 -offset_right = 211.0 -offset_bottom = 141.0 -texture = ExtResource("4_7mycd") +offset_left = 50.0 +offset_top = 50.0 +offset_right = 146.0 +offset_bottom = 117.0 +texture = ExtResource("5_tipki") [node name="CenterContainer" type="CenterContainer" parent="CanvasLayer"] anchors_preset = 15 @@ -109,4 +99,13 @@ texture_normal = ExtResource("5_lquwl") layout_mode = 2 texture = ExtResource("6_7mycd") +[node name="background" type="Sprite2D" parent="."] +z_index = -4 +texture_repeat = 2 +material = SubResource("ShaderMaterial_5vw27") +scale = Vector2(1.1064814, 1.0557377) +texture = ExtResource("3_tipki") +centered = false +region_rect = Rect2(0, 0, 240, 320) + [connection signal="pressed" from="CanvasLayer/CenterContainer/Start" to="." method="_on_start_pressed"] diff --git a/parallax_starfield.tscn b/scenes/parallax_starfield.tscn similarity index 89% rename from parallax_starfield.tscn rename to scenes/parallax_starfield.tscn index fa61075..8a81564 100644 --- a/parallax_starfield.tscn +++ b/scenes/parallax_starfield.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://tlcdxoupi2lb"] -[ext_resource type="Texture2D" uid="uid://dpkeiihfos28m" path="res://parallax/foreground stars.png" id="1_1f8kc"] -[ext_resource type="Texture2D" uid="uid://4n7q1wsq13ub" path="res://parallax/foreground stars_b.png" id="2_mewf1"] -[ext_resource type="Texture2D" uid="uid://c855276xbf7g6" path="res://parallax/midground stars.png" id="2_xwl8n"] -[ext_resource type="Texture2D" uid="uid://bn5iw6fm88p2i" path="res://parallax/background stars.png" id="3_mewf1"] +[ext_resource type="Texture2D" uid="uid://dpkeiihfos28m" path="res://_graphics/parallax/foreground stars.png" id="1_1f8kc"] +[ext_resource type="Texture2D" uid="uid://4n7q1wsq13ub" path="res://_graphics/parallax/foreground stars_b.png" id="2_mewf1"] +[ext_resource type="Texture2D" uid="uid://c855276xbf7g6" path="res://_graphics/parallax/midground stars.png" id="2_xwl8n"] +[ext_resource type="Texture2D" uid="uid://bn5iw6fm88p2i" path="res://_graphics/parallax/background stars.png" id="3_mewf1"] [node name="Parallax Starfield" type="Node2D"] diff --git a/player.gd b/scenes/player.gd similarity index 92% rename from player.gd rename to scenes/player.gd index 3683998..c12bdd1 100644 --- a/player.gd +++ b/scenes/player.gd @@ -37,8 +37,8 @@ func start(): print(shield) shader_active = false $Ship.frame = 1 - $Ship/Boosters/BoosterBurst.hide() - $Ship/Boosters.hide() + # $Ship/Boosters/BoosterBurst.hide() + # $Ship/Boosters.hide() $Ship.show() position = Vector2(screensize.x / 2, screensize.y) var tween = create_tween() @@ -49,7 +49,7 @@ func start(): print(shield) await get_tree().create_timer(1).timeout set_process(true) - $Ship/Boosters.show() + # $Ship/Boosters.show() can_shoot = true # EventBus.shield_changed.emit(max_shield, old_value, shield) @@ -57,10 +57,10 @@ func _process(delta): var input = Input.get_vector("left", "right", "up", "down") if input.x > 0: $Ship.frame = 2 - $Ship/Boosters.animation = "right" + # $Ship/Boosters.animation = "right" elif input.x < 0: $Ship.frame = 0 - $Ship/Boosters.animation = "left" + # $Ship/Boosters.animation = "left" else: $Ship.frame = 1 $Ship/Boosters.animation = "forward" @@ -76,7 +76,7 @@ func shoot(): $GunCooldown.start() var b = bullet_scene.instantiate() get_tree().root.add_child(b) - b.start(position + ship.position + Vector2(0, -1)) + b.start(position + ship.position + Vector2(0, -10)) var tween = create_tween().set_parallel(false) tween.tween_property(ship, "position:y", 1, 0.1) tween.tween_property(ship, "position:y", 0, 0.05) @@ -128,7 +128,7 @@ func _on_player_victory() -> void: set_process(false) $Ship.frame = 1 await get_tree().create_timer(1).timeout - $Ship/Boosters/BoosterBurst.show() + # $Ship/Boosters/BoosterBurst.show() var tween = create_tween() tween.tween_property(self, "position:y", 60 * -1, .25).set_ease(tween.EASE_IN) await tween.finished diff --git a/player.gd.uid b/scenes/player.gd.uid similarity index 100% rename from player.gd.uid rename to scenes/player.gd.uid diff --git a/player.tscn b/scenes/player.tscn similarity index 85% rename from player.tscn rename to scenes/player.tscn index ed6f018..669ad71 100644 --- a/player.tscn +++ b/scenes/player.tscn @@ -1,13 +1,13 @@ [gd_scene load_steps=20 format=3 uid="uid://pyuorpwb7lpe"] -[ext_resource type="Script" uid="uid://dcrnf4r6c5qaw" path="res://player.gd" id="1_sweqy"] -[ext_resource type="PackedScene" uid="uid://bwxxdrdvo3le0" path="res://bullet.tscn" id="2_1jxqw"] -[ext_resource type="Texture2D" uid="uid://di2xhcwcdbhxg" path="res://Mini Pixel Pack 3/Player ship/Player_ship (16 x 16).png" id="2_2hs0m"] -[ext_resource type="Texture2D" uid="uid://ces8fm7lxh574" path="res://Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png" id="3_1jxqw"] -[ext_resource type="Shader" uid="uid://dfywtah53il1m" path="res://player_hit.gdshader" id="3_dw050"] -[ext_resource type="Texture2D" uid="uid://bjdhq42ummgky" path="res://Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png" id="4_dw050"] -[ext_resource type="Texture2D" uid="uid://cjv3xbuj65pav" path="res://Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png" id="5_b26j0"] -[ext_resource type="PackedScene" uid="uid://4jvu41vu2557" path="res://explosion.tscn" id="8_dw050"] +[ext_resource type="Script" uid="uid://dcrnf4r6c5qaw" path="res://scenes/player.gd" id="1_sweqy"] +[ext_resource type="PackedScene" uid="uid://bwxxdrdvo3le0" path="res://scenes/bullet.tscn" id="2_1jxqw"] +[ext_resource type="Texture2D" uid="uid://ces8fm7lxh574" path="res://_graphics/Mini Pixel Pack 3/Player ship/Boosters (16 x 16).png" id="3_1jxqw"] +[ext_resource type="Shader" uid="uid://dfywtah53il1m" path="res://shaders/player_hit.gdshader" id="3_dw050"] +[ext_resource type="Texture2D" uid="uid://bjdhq42ummgky" path="res://_graphics/Mini Pixel Pack 3/Player ship/Boosters_left (16 x 16).png" id="4_dw050"] +[ext_resource type="Texture2D" uid="uid://42nppsb4mtv8" path="res://sprites/coop.png" id="4_smehm"] +[ext_resource type="Texture2D" uid="uid://cjv3xbuj65pav" path="res://_graphics/Mini Pixel Pack 3/Player ship/Boosters_right (16 x 16).png" id="5_b26j0"] +[ext_resource type="PackedScene" uid="uid://4jvu41vu2557" path="res://scenes/explosion.tscn" id="8_dw050"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_b26j0"] shader = ExtResource("3_dw050") @@ -93,11 +93,12 @@ bullet_scene = ExtResource("2_1jxqw") [node name="Ship" type="Sprite2D" parent="." groups=["ship"]] unique_name_in_owner = true material = SubResource("ShaderMaterial_b26j0") -texture = ExtResource("2_2hs0m") +texture = ExtResource("4_smehm") hframes = 3 frame = 1 [node name="Boosters" type="AnimatedSprite2D" parent="Ship"] +visible = false position = Vector2(0, 15) sprite_frames = SubResource("SpriteFrames_u1c27") animation = &"forward" @@ -113,11 +114,12 @@ interp_to_end = 1.0 preprocess = 1.83 speed_scale = 15.69 draw_order = 2 -trail_lifetime = 1.8499999999999999 +trail_lifetime = 1.85 trail_sections = 2 process_material = SubResource("ParticleProcessMaterial_b26j0") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] +scale = Vector2(2.0054688, 2.0054688) shape = SubResource("RectangleShape2D_op7ga") [node name="GunCooldown" type="Timer" parent="."] diff --git a/progress_bar.gd b/scenes/progress_bar.gd similarity index 100% rename from progress_bar.gd rename to scenes/progress_bar.gd diff --git a/progress_bar.gd.uid b/scenes/progress_bar.gd.uid similarity index 100% rename from progress_bar.gd.uid rename to scenes/progress_bar.gd.uid diff --git a/progress_bar.tscn b/scenes/progress_bar.tscn similarity index 81% rename from progress_bar.tscn rename to scenes/progress_bar.tscn index 7f8d56f..e5377b9 100644 --- a/progress_bar.tscn +++ b/scenes/progress_bar.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=4 format=3 uid="uid://c8s7htpdg4v4i"] -[ext_resource type="Texture2D" uid="uid://d11molrkdjjh5" path="res://bar_background.png" id="1_q0tf5"] -[ext_resource type="Texture2D" uid="uid://bsl3pxvxiuoqg" path="res://bar_foreground.png" id="2_5xu4y"] -[ext_resource type="Script" uid="uid://b85ktxeoj4b2n" path="res://progress_bar.gd" id="3_5xu4y"] +[ext_resource type="Texture2D" uid="uid://d11molrkdjjh5" path="res://_graphics/bar_background.png" id="1_q0tf5"] +[ext_resource type="Texture2D" uid="uid://bsl3pxvxiuoqg" path="res://_graphics/bar_foreground.png" id="2_5xu4y"] +[ext_resource type="Script" uid="uid://b85ktxeoj4b2n" path="res://scenes/progress_bar.gd" id="3_5xu4y"] [node name="ProgressBar" type="TextureProgressBar"] anchors_preset = 10 diff --git a/score_counter.gd b/scenes/score_counter.gd similarity index 83% rename from score_counter.gd rename to scenes/score_counter.gd index 80fabe7..1ca15de 100644 --- a/score_counter.gd +++ b/scenes/score_counter.gd @@ -30,7 +30,7 @@ func display_digits(n): if i >= start: var tween = create_tween() tween.tween_property(get_child(i), "scale", Vector2(2,2), .15).set_trans(Tween.TRANS_BOUNCE) - tween.tween_property(get_child(i), "position:y", +5, .15).set_ease(tween.TRANS_QUART) + # tween.tween_property(get_child(i), "position:y", +5, .15).set_ease(tween.TRANS_QUART) tween.tween_property(get_child(i), "scale", Vector2(1,1), .15).set_trans(Tween.TRANS_BOUNCE) - tween.tween_property(get_child(i), "position:y", -5, .15).set_ease(tween.TRANS_QUART) + # tween.tween_property(get_child(i), "position:y", -5, .15).set_ease(tween.TRANS_QUART) last_score = s diff --git a/score_counter.gd.uid b/scenes/score_counter.gd.uid similarity index 100% rename from score_counter.gd.uid rename to scenes/score_counter.gd.uid diff --git a/score_counter.tscn b/scenes/score_counter.tscn similarity index 95% rename from score_counter.tscn rename to scenes/score_counter.tscn index f78f2f3..554d290 100644 --- a/score_counter.tscn +++ b/scenes/score_counter.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=11 format=3 uid="uid://5qkcf1cpre32"] -[ext_resource type="Script" uid="uid://val4c82n4krk" path="res://score_counter.gd" id="1_t7i3n"] -[ext_resource type="Texture2D" uid="uid://ddh7mk2ekhq3u" path="res://Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png" id="1_terno"] +[ext_resource type="Script" uid="uid://val4c82n4krk" path="res://scenes/score_counter.gd" id="1_t7i3n"] +[ext_resource type="Texture2D" uid="uid://ddh7mk2ekhq3u" path="res://_graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png" id="1_terno"] [sub_resource type="AtlasTexture" id="AtlasTexture_t7i3n"] atlas = ExtResource("1_terno") diff --git a/ui.gd b/scenes/ui.gd similarity index 100% rename from ui.gd rename to scenes/ui.gd diff --git a/ui.gd.uid b/scenes/ui.gd.uid similarity index 100% rename from ui.gd.uid rename to scenes/ui.gd.uid diff --git a/ui.tscn b/scenes/ui.tscn similarity index 87% rename from ui.tscn rename to scenes/ui.tscn index 0e897c0..6e772a3 100644 --- a/ui.tscn +++ b/scenes/ui.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=7 format=3 uid="uid://s6wf3egdqtmh"] -[ext_resource type="Texture2D" uid="uid://d11molrkdjjh5" path="res://bar_background.png" id="1_m6e0p"] -[ext_resource type="Script" uid="uid://b544c65halgk4" path="res://ui.gd" id="1_nltto"] -[ext_resource type="Texture2D" uid="uid://bsl3pxvxiuoqg" path="res://bar_foreground.png" id="2_27fn8"] -[ext_resource type="Shader" uid="uid://dfywtah53il1m" path="res://player_hit.gdshader" id="2_ibotj"] -[ext_resource type="PackedScene" uid="uid://5qkcf1cpre32" path="res://score_counter.tscn" id="4_ibotj"] +[ext_resource type="Texture2D" uid="uid://d11molrkdjjh5" path="res://_graphics/bar_background.png" id="1_m6e0p"] +[ext_resource type="Script" uid="uid://b544c65halgk4" path="res://scenes/ui.gd" id="1_nltto"] +[ext_resource type="Texture2D" uid="uid://bsl3pxvxiuoqg" path="res://_graphics/bar_foreground.png" id="2_27fn8"] +[ext_resource type="Shader" uid="uid://dfywtah53il1m" path="res://shaders/player_hit.gdshader" id="2_ibotj"] +[ext_resource type="PackedScene" uid="uid://5qkcf1cpre32" path="res://scenes/score_counter.tscn" id="4_ibotj"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_n5ude"] shader = ExtResource("2_ibotj") diff --git a/crt.gdshader b/shaders/crt.gdshader similarity index 100% rename from crt.gdshader rename to shaders/crt.gdshader diff --git a/crt.gdshader.uid b/shaders/crt.gdshader.uid similarity index 100% rename from crt.gdshader.uid rename to shaders/crt.gdshader.uid diff --git a/pixel_highlight.gdshader b/shaders/pixel_highlight.gdshader similarity index 100% rename from pixel_highlight.gdshader rename to shaders/pixel_highlight.gdshader diff --git a/pixel_highlight.gdshader.uid b/shaders/pixel_highlight.gdshader.uid similarity index 100% rename from pixel_highlight.gdshader.uid rename to shaders/pixel_highlight.gdshader.uid diff --git a/player_hit.gdshader b/shaders/player_hit.gdshader similarity index 100% rename from player_hit.gdshader rename to shaders/player_hit.gdshader diff --git a/player_hit.gdshader.uid b/shaders/player_hit.gdshader.uid similarity index 100% rename from player_hit.gdshader.uid rename to shaders/player_hit.gdshader.uid diff --git a/starfield.gdshader b/shaders/starfield.gdshader similarity index 100% rename from starfield.gdshader rename to shaders/starfield.gdshader diff --git a/starfield.gdshader.uid b/shaders/starfield.gdshader.uid similarity index 100% rename from starfield.gdshader.uid rename to shaders/starfield.gdshader.uid diff --git a/sprites/coop.png b/sprites/coop.png new file mode 100644 index 0000000000000000000000000000000000000000..90e9fe815bceae38e21813be8022f7f4cf968a20 GIT binary patch literal 1452 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 z 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 literal 0 HcmV?d00001 diff --git a/sprites/third space title.png.import b/sprites/third space title.png.import new file mode 100644 index 0000000..3b31bcd --- /dev/null +++ b/sprites/third space title.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0mcbtnidp5kn" +path="res://.godot/imported/third space title.png-edb024a2f8b5f37f763c5eccaa1c95ff.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/third space title.png" +dest_files=["res://.godot/imported/third space title.png-edb024a2f8b5f37f763c5eccaa1c95ff.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1