Go to file
wan-may 6483f42c80 bug fix: was unable to select polygons with the mouse if their vertices coincided with other polygons' vertices 2024-07-18 23:36:47 -03:00
data add some UI 2024-04-27 22:38:23 -03:00
icons move UI for horizontal aspect ratio, add load modal and new icons, tweak camera 2024-07-18 17:00:51 -03:00
lib move UI for horizontal aspect ratio, add load modal and new icons, tweak camera 2024-07-18 17:00:51 -03:00
map bug fix: was unable to select polygons with the mouse if their vertices coincided with other polygons' vertices 2024-07-18 23:36:47 -03:00
ui bug fix: was unable to select polygons with the mouse if their vertices coincided with other polygons' vertices 2024-07-18 23:36:47 -03:00
.gitignore fixed bitmap export (files were being written in text mode) 2024-07-12 23:37:50 -03:00
conf.lua move UI for horizontal aspect ratio, add load modal and new icons, tweak camera 2024-07-18 17:00:51 -03:00
main.lua bug fix: was unable to select polygons with the mouse if their vertices coincided with other polygons' vertices 2024-07-18 23:36:47 -03:00
readme.txt bug fix: was unable to select polygons with the mouse if their vertices coincided with other polygons' vertices 2024-07-18 23:36:47 -03:00

readme.txt

Map editor for DEFCON, the strategy game, written in LOVE2D, the engine.

Currently does not do anything besides read the files and write them back out.

Need to make a more structured UI, rewriting menu.lua and button.lua for this purpose.