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