/ui_lab

UI lab, specifically UI concerned with tile based games

Primary LanguageJava

#ui_lab

A Java lab for playing with GUI functionality. Primarily concerned with writing a tile-based game library which it hopefully will evolve into.

There are two entry points

FirstTestPanel Run as a standard Java entry point. This provides a GUI window with a map with current features (e.g. mini map, slippy, zoom, tile select, grid display)

MapEditor The current iteration of map editor, with all current features and map editing, loading and saving functioanlity.

Map files are saved as *.mgd files defined by MapGridFile.java