implement player entity
This commit is contained in:
@@ -439,6 +439,7 @@ void ContentLoader::load() {
|
||||
stats->totalItems++;
|
||||
}
|
||||
}
|
||||
|
||||
if (auto entitiesarr = root->list("entities")) {
|
||||
for (size_t i = 0; i < entitiesarr->size(); i++) {
|
||||
std::string name = entitiesarr->str(i);
|
||||
|
||||
Reference in New Issue
Block a user