diff --git a/docs/API/runtime/reset_sprite.md b/docs/API/runtime/reset_sprite.md new file mode 100644 index 0000000..df69fe5 --- /dev/null +++ b/docs/API/runtime/reset_sprite.md @@ -0,0 +1,7 @@ +# reset_sprite + +Sprites when loaded are cached. Given a string parameter, this method invalidates the cache record of a sprite. The next time this sprite is referenced, the image data will be reloaded from disk. + +## Related Functions + +[reset_sprites](reset_sprites.md)