Turres-Monacorum
Turres-Monacorum copied to clipboard
scifi tower defense made with löve2d and lua
Whenever the main base (or one of the additional generators that we are now able to place) takes damage (I guess that would mean that we'll have to enable towers...
Just a little idea I had this afternoon: I could record the messages transmitted from the colonies in my home studio (and, of course, make them sound like they're being...
There should be a sort of database that the player can use to look up stats on the different enemies and towers. The entry pages can also be used to...
Fitting with the theme of "we are looking at the game through an old-school monitor" we could have the HUD elements look like the outside of an old-school oscilloscope or...
With quite a few of these effects, we are getting some kind of "broken tv set" (or radar screen, or something like that) vibe. It would be cool to have...
fullscreen resolutions/modes should be enumerated: Right now I hard-coded a subset of commonly available resolutions for selection via the combobox. They should be collected from the modes that the graphics...
to distinguish it from a regular button, the combobox should have a little "arrow" image on the side.
Combobox items should be sorted: when selecting a different item, currently the previous selection is simply swapped with the new selection within the list. This is a hack, mainly implemented...