Zed A. Shaw
|
8e4add25a9
|
A little more cleanup and then removing any completed bug notes.
|
2025-01-05 15:20:20 -05:00 |
|
Zed A. Shaw
|
3d461bce6d
|
Very simple items system to get into the inventory work.
|
2025-01-01 13:21:01 -05:00 |
|
Zed A. Shaw
|
28d19d80a2
|
Fixed worldgen to only use tiles without collision in filling rooms, then a couple more changes to lighting so that if the light is <= 1 it just assumes the base light strength which ends up looking nicer and more like the kind of light I want.
|
2024-12-29 04:53:59 -05:00 |
|
Zed A. Shaw
|
03c5546cdf
|
World builder now loads the tile map json and usese the keys to figure out how to randomize the floor configurations.
|
2024-12-28 13:25:23 -05:00 |
|
Zed A. Shaw
|
b66a3154c7
|
Basic tile map implemented.
|
2024-12-20 19:39:11 -05:00 |
|
Zed A. Shaw
|
707e9e3d6e
|
Have to force the terminal detected by FTXUI to use full color no matter what it detects in the actual terminal.
|
2024-11-03 00:16:52 -04:00 |
|
Zed A. Shaw
|
0ba789697a
|
Basic config system from a json file but it's got serious issues. Can't copy construct it because of the variable blocking copying, and it can't even be put into the dinkyecs in any way.
|
2024-11-02 21:14:58 -04:00 |
|