Love the character of the game, great vibes. Definitely could use variety in gameplay, I think a thing you could do really simply is add multiple planets to a scene to manage side by side. Nice job!
Viewing post in Big Eddy's Heating and Cooling jam comments
Thank you very much. I'll definitely look into that. I'd need to be adding the ability for the player to move the ship but that's a simple enough thing to do and it's something I've done before. I guess having something, like orbiting moons could be another challenge. I do plan on developing this more after the jam.
Those are good ideas. Thank you very much for them! I've done a game before where a sprite always follows your mouse. It was a block breaker game where the paddle followed the horizontal movements of your mouse. It's not on here, however ^^' Making the mouse clicks work no matter where your mouse is is easy enough with a simple GetKeyDown(KeyCode.Mouse0)/GetKeyDown(KeyCode.Mouse1) and such which monitor the clicks and such. If you meant something else, sorry, i didn't understand what you meant.