Commit Graph

11 Commits

Author SHA1 Message Date
KikooDX 5727f19fb9 feature: window resizing (#1) 2021-04-17 17:22:41 +02:00
KikooDX a66aaf9bdc Flags for background color configuration 2021-03-27 18:38:48 +01:00
KikooDX 5d556f5f21 config: background color options for editor and picker 2021-03-27 16:45:49 +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 b433b09f75 Level edition, tile picking and misc.
This is the first usable version of the project!
2021-03-25 11:40:46 +01:00
KikooDX f5863dc820 Tile picker visual progress + changes to conf.h
Also modified some other files to take into account
these modifications.
2021-03-24 19:01:28 +01:00
KikooDX 5f661484e7 Shared data between processes
The two windows are now connected!
2021-03-24 12:42:10 +01:00
KikooDX 400e9d91f7 Tile picker progress
Create window, display tileset.k
2021-03-24 01:28:41 +01:00
KikooDX b487caeae3 Fork and separation of tile picker and level editor. 2021-03-23 23:23:43 +01:00