Commit Graph

8 Commits

Author SHA1 Message Date
KikooDX b88e37fadf Level creation flag & cleanup and improved README 2021-03-27 14:02:08 +01:00
KikooDX 7f0b593498 Replace compile time determined options with a struct
This will allow to change these values at launch, or even runtime.
2021-03-26 13:54:38 +01:00
KikooDX 22d55942a8 Get arguments with getopt 2021-03-26 01:33:39 +01:00
KikooDX d97f609245 Formatting + renamed typedef tile_t->Tile 2021-03-25 17:06:18 +01:00
KikooDX db77c25935 Better error handling, no zombie process on failure. 2021-03-25 13:44:05 +01:00
KikooDX 28f40ac97e EDITOR_SCALE + mouse cursor 2021-03-25 00:24:04 +01:00
KikooDX 5f661484e7 Shared data between processes
The two windows are now connected!
2021-03-24 12:42:10 +01:00
KikooDX b487caeae3 Fork and separation of tile picker and level editor. 2021-03-23 23:23:43 +01:00