.SPRITE 文件扩展名
Scratch Sprite File
| 开发者 | MIT |
| 受欢迎程度 |
4.1 | 60 票 |
什么是 SPRITE 文件?
Graphics file used by Scratch, an educational program used for developing creative programming skills; saves a two-dimensional image as well as animation settings for the image; commonly used for characters and game objects.
更多信息
SPRITE files can also be used by Scratch variants such as BYOB (Build Your Own Blocks).
注: The release of Scratch 2.0 introduced the .SPRITE2 file, which replaced the SPRITE file.
可打开 SPRITE 文件的程序
SuperTux Sprite File
| 开发者 | SuperTux |
| 受欢迎程度 |
3.1 | 17 票 |
Sprite referenced by SuperTux, a sidescroller video game similar to Super Mario Bros; formatted as a text file and contains a set of actions for a character, including references to images files that make up the sprite.
更多信息
Sprites are used to display characters and their associated animations. Actions within the sprite file are run when the user enters input (such as walking forward or turning right) or when certain events happen during gameplay (such as the player getting hit by computer character). By using sprites, simple bitmap images can be used to perform all the animations within the game.