Entities are now constructable
Added utility function to display error window Added textures Added font Added a way to choose resources location
This commit is contained in:
parent
46d26b6e61
commit
3666b9e7e9
17 changed files with 155 additions and 39 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
Level(const pugi::xml_document& xmlDoc, const TextureStore& textureStore);
|
||||
|
||||
void render(sf::RenderWindow& renderWindow) const;
|
||||
void runStep() const;
|
||||
void runStep();
|
||||
|
||||
private:
|
||||
const sf::Vector2i size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue