Commit Graph

12 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 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 28f40ac97e EDITOR_SCALE + mouse cursor 2021-03-25 00:24:04 +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
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 84a8594f48 Use pointers instead of bitshift tricks. 2021-03-20 19:03:26 +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