Comments

Log in with itch.io to leave a comment.

Nice game. Just finished my own godot shooter. Your dash animation is really cool and I'm working on adding a system kind of like it to my game right now.

Thank you! The dash is probably my favorite power up, even if it gets me killed half the time ๐Ÿ˜…

(+1)

A fun little shooter. Keep at it mate

Thank you! ๐Ÿ™

(1 edit) (+1)

I played the game for a while now. Even though it's quite simple, it is really fun. 

I did find a gamebreaking bug though. When you go fullscreen, then go next to the bottom border, and then exit fullscreen, the character goes out of bounds... (i totally didn't get my highest score that way)

Glad you like it!! And you're right about that, I think that's going to have to be one of the next things that I learn--making sure that games behave correctly when resizing the screen. Thanks for finding that!!

(+1)

check out the godot wiki page on handling multiple resolutions, it's super helpful

That page actually helped a lot during development, but at times I think my inexperience was getting in the way of fully understanding some of it. The goal is that the more I practice, the more I'll be able to fully grasp it