zorfmorf / hedge

0 stars 0 forks source link

Need a way to hardcode textures #61

Closed zorfmorf closed 9 years ago

zorfmorf commented 9 years ago

Whenever events change a tile's textures, we need a way to have a always valid texture reference. Especially if we generate a game tileset (#60) this can become problematic.

We probably want to implement #60 first and then add a way to have hardcoded texture mappings.

zorfmorf commented 9 years ago

Done