Very cool concept and well done. Nice job!
mp_indiedev
Creator of
Recent community posts
The 'particle cannon' card has been causing a few issues. I can soft-lock the game where the enemy has -HP but doesn't take a turn but isn't destroyed. The card doesn't seem deal damage when it's played but rather after another card is played, it also doesn't immediately get discarded and I can use it more than once--I think this has an energy cost but the indicator lamps stay lit. I can't target the ship if it has -HP but it can be destroyed if I play an area effect weapon like Napalm, provided I can target another ship.
Kind of a minor quibble but there's now a slight delay between when my cursor is over a card and when it will respond to being clicked on.
I was wondering if using a custom font (a sprite with dozens of sub-images) counts against the sprite limit if it's only used to display text; I'm not looking to sneak in extra sprites that represent objects or are part of the background or anything like that.
I was also wondering if it's okay to set up the screen resolution/views in code without it being counted against the allotted 100 lines since it can be done in the room editor (for free, I assume) but might not look right on all screens. Similarly, if it's okay to instance objects in a room's creation code as opposed to placing them with the mouse (or if placing objects in the room editor counts for a line of code).
-thanks