Space Invaders GB
About
Sorry to anyone on Linux or Mac, I don't have a way to build for you guys!!!
This is my submission to GBJAM 5! I made everything but the fonts. It's made in Unity, in case you didn't notice the splash screen that plays because I'm too cheap to buy the PRO version.
For anyone wondering how I got Unity to upscale stuff, just render the main camera to a texture of whatever base resolution you want, and apply it to a quad with an Unlit shader where another camera can just sit on that quad.
Now to the Fun Stuff; Controls:
A, Left Arrow, or Left stick to the right on a Gamepad -- Move Left.
D, Right Arrow or Left Stick to the left on a Gamepad-- Move Right
X, Left Click, or A on a Gamepad -- Fire/Select
Have fun with my game guys!
UPDATE: Now you can quit by pressing the 'Escape' Key! (Can't believe I forgot that)