.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.