CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
Sprite.txt14 linesDownload Raw Back to Doc
1 2A CSprite is an ordered list of these elements, created with <CTRL-r>.3Normally, they are packed together in a list and the address of the first is4passed to routines.5 6See ::/Demo/Graphics/SpritePlot.HC, ::/Demo/Graphics/SpritePlot3D.HC,7::/Demo/Graphics/SpritePut.HC, ::/Demo/Graphics/SpriteRaw.HC and SpriteMeshEd().8 9Be aware that copying SP, IB, or IS entries with the clip results in duplicate10entries with different nums.  You can manually remove dups by editing with <CTRL11-t> and setting to the original num.12 13See ::/Adam/Gr/GrSpritePlot.HC for how CSprite are stored.14