Commit Graph

13 Commits

Author SHA1 Message Date
KikooDX a66aaf9bdc Flags for background color configuration 2021-03-27 18:38:48 +01:00
KikooDX baff9fe66d Add four launch flags: editor-width/height & tile-width/height
Details will be added to README soon
2021-03-26 14:39:26 +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 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 29f8bf2578 Don't force TCC as a compiler
Update README in consequence.
2021-03-25 01:28:36 +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
KikooDX 5d3b1bfd01 Level drawing and new arguments + README update 2021-03-23 19:06:05 +01:00
KikooDX 246287b466 Forking KBLE C -> SLE
Will be a simple editor with mouse control only.
2021-03-23 17:26:42 +01:00
KikooDX c559481af9 Build with raylib of ncurses. Not sure about this.
This seems like a big overhead. I think I will focus on one target and
keep the possibility to work on another later.
2021-03-18 23:03:46 +01:00
KikooDX 933ee23bd3 Level read and write. 2021-03-18 19:19:39 +01:00
KikooDX f83c9fd8d4 KBLE C rewrite initiated. 2021-03-18 17:38:39 +01:00