Kind of working save now, but does have problems with dead things.
This commit is contained in:
parent
99d56b246c
commit
b2ed598c1f
5 changed files with 24 additions and 7 deletions
|
@ -28,7 +28,7 @@ namespace components {
|
|||
};
|
||||
|
||||
struct Tile {
|
||||
std::string chr = "!";
|
||||
std::string chr;
|
||||
DEFINE_SERIALIZABLE(Tile, chr);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue