WraitheDX / realms_shattered

This is a CLI (command line interface) text RPG programmed in C++.
11 stars 6 forks source link

Add a dynamic vector of entities from found entity files to GameData. #71

Open WraitheDX opened 4 years ago

WraitheDX commented 4 years ago

When the game loads, it should search through the "data/entities/actors/" directory and save a vector of their names without the .txt extensions. This will allow the game to warn us at load-time if an entity file is missing, or misspelled.