Commit Graph

5 Commits

Author SHA1 Message Date
philippe lhardy
b8cb7394cd Move (most) hardcoded defaults to MazeDefault
- harcoded values centralized
- IntegerField for JTextField containing numbers
- fix, can draw even if topleft position is not (0,0) ( ie if scrollbar were used )
2020-12-15 22:26:57 +01:00
philippe lhardy
14b6d9ff1d fix resolved path drawing after background
- resolved path should be dran after background, else it is not visible.
2020-12-13 23:04:19 +01:00
philippe lhardy
338dc3dd6b add a .xpm file as background / first TEST /
- add a special cat image in background
- now ready for a pixel art phase ...
- very quick&dirty implementation of xpm parser...

- xpm generated with gimp using posterize. Thanks gimp !
2020-12-13 22:44:09 +01:00
philippe lhardy
56585712c8 prepare for some colors - greyed background
- background is not greyed depending on surrouding walls
- MazeColorMap to prepare for color edition
2020-12-13 18:05:02 +01:00
philippe lhardy
8af19bdb59 first .osm format import
- import osm convert it to Drawing and use it as resolved path.
- Not ready , first test over lab/valbonne_oct_2020.osm
2020-10-31 15:44:23 +01:00