Kind of working save now, but does have problems with dead things.

This commit is contained in:
Zed A. Shaw 2024-11-06 15:06:10 -05:00
parent 99d56b246c
commit b2ed598c1f
5 changed files with 24 additions and 7 deletions

View file

@ -28,7 +28,7 @@ namespace components {
};
struct Tile {
std::string chr = "!";
std::string chr;
DEFINE_SERIALIZABLE(Tile, chr);
};