doodle/lib
Noah c7cc40a339 Refactor Render Texture-Cache Interface
Since SDL2 is using in-memory bitmaps the same as Canvas engine, the
function names of the render.Engine interface have been cleaned up:

* NewTexture(filename, image) -> StoreTexture(name, image)
  Create a new cached texture with a given name.
* NewBitmap(filename) -> LoadTexture(name)
  Recall a stored texture with a given name.
* level.Chunk.ToBitmap uses simpler names for the textures instead of
  userdir.CacheFilename file-like paths.
2019-06-27 13:01:01 -07:00
..
debugging Return False: Solid Collision Between Actors 2019-05-28 21:43:30 -07:00
draw Code Layout Refactor 2019-04-09 17:35:44 -07:00
events Minor Tweaks 2019-06-08 17:02:28 -07:00
render Refactor Render Texture-Cache Interface 2019-06-27 13:01:01 -07:00
ui Refactor Render Texture-Cache Interface 2019-06-27 13:01:01 -07:00