-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keeps track of all the currently loaded sprites. This should eventually allow Lua to access them by name. Not sure if name-based access to currently-loaded sprites is something that we'll ever want (might be too unstructured), but at least this is useful for debugging sprite issues. If this only ends up useful for debugging, we can add a couple of `ifdefs` to only keep track of the sprites in debug mode.
- Loading branch information
Showing
30 changed files
with
566 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.