xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Move monster to room #46

Closed xobust closed 8 years ago

xobust commented 8 years ago

We will have to find a way to dynamically load monsters and place them in a room. Maybe we should implement another singelton for texture resources since you only want to load them once but be able to access them anytime on runtime when creating new monsters.

xobust commented 8 years ago

I will consider this

xobust commented 8 years ago

This was fixed with the introduction of the TextureHandler