This is a full re-do of the original Shmup-01; far too many logical and dependency changes to update the original.
Find a file
2025-12-16 09:25:40 +00:00
Mini Pixel Pack 3 Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
.editorconfig Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
.gitattributes Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
.gitignore Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
bar_background.png Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
bar_background.png.import Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
bar_foreground.png Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
bar_foreground.png.import Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
bullet.gd Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
bullet.gd.uid Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
bullet.tscn Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
crt.gdshader Added shield damage taken indicator to colliding with enemies; added 2025-12-13 10:26:47 +00:00
crt.gdshader.uid Added shield damage taken indicator to colliding with enemies; added 2025-12-13 10:26:47 +00:00
enemy.gd Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
enemy.gd.uid Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
enemy.tscn Updated enemy bullet to correctly instantiate. 2025-12-09 09:16:22 +00:00
enemy_bullet.gd Updated damage signal to player. 2025-12-11 10:30:38 +00:00
enemy_bullet.gd.uid Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
enemy_bullet.tscn Updated damage signal to player. 2025-12-11 10:30:38 +00:00
event_bus.gd Updated event_bus to have shield change single; attempted to update 2025-12-15 10:20:23 +00:00
event_bus.gd.uid Updated event_bus to have shield change single; attempted to update 2025-12-15 10:20:23 +00:00
explosion.tscn Added shield damage taken indicator to colliding with enemies; added 2025-12-13 10:26:47 +00:00
icon.svg Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
icon.svg.import Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
main.gd Added game over/restart UI and player behaviours. 2025-12-09 14:06:00 +00:00
main.gd.uid Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
main.tscn Updated event_bus to have shield change single; attempted to update 2025-12-15 10:20:23 +00:00
player.gd Identified @export variables as int, float and the game started again! 2025-12-16 09:25:40 +00:00
player.gd.uid Initial commit based on the work of shmup-01 2025-12-09 08:49:00 +00:00
player.tscn Fixed an issue with a signal for cool down; still having an issue with 2025-12-16 00:05:26 +00:00
player_hit.gdshader Made a "damage indicator" shader; started working on having it toggle 2025-12-10 16:46:51 +00:00
player_hit.gdshader.uid Made a "damage indicator" shader; started working on having it toggle 2025-12-10 16:46:51 +00:00
progress_bar.gd Branch for signal refactoring, singleton bus. 2025-12-14 20:32:23 +00:00
progress_bar.gd.uid Branch for signal refactoring, singleton bus. 2025-12-14 20:32:23 +00:00
progress_bar.tscn Branch for signal refactoring, singleton bus. 2025-12-14 20:32:23 +00:00
project.godot Updated event_bus to have shield change single; attempted to update 2025-12-15 10:20:23 +00:00
score_counter.gd Setup UI canvas, added shield and game start. 2025-12-09 12:00:26 +00:00
score_counter.gd.uid Setup UI canvas, added shield and game start. 2025-12-09 12:00:26 +00:00
score_counter.tscn Setup UI canvas, added shield and game start. 2025-12-09 12:00:26 +00:00
starfield.gdshader Added shield damage taken indicator to colliding with enemies; added 2025-12-13 10:26:47 +00:00
starfield.gdshader.uid Added shield damage taken indicator to colliding with enemies; added 2025-12-13 10:26:47 +00:00
ui.gd Cleaned up @export and @onready ordering; commented out unfinished 2025-12-15 12:03:13 +00:00
ui.gd.uid Setup UI canvas, added shield and game start. 2025-12-09 12:00:26 +00:00
ui.tscn Branch for signal refactoring, singleton bus. 2025-12-14 20:32:23 +00:00