sprload
and sprload_once
CommandsEach sprite needs to have its own info .frog
file and an image .png
file, with the .png being a sprite strip
A grid of smaller images, each representing a different frame or animation of a sprite.
.
The .png
file needs to be named the same as the sprite you want to replace. For example, if you want to replace the sprite spr_slimemove
, you have to name the sprite strip
spr_slimemove.png
.
The same applies to the info file. If you create it for spr_slimemove.png
, it has to be named spr_slimemove.info
for Frogger to find it.
.frog
File Structure[info] frames="amount of frames inside the sprite strip you have added" xorig="x origin of the sprite strip" yorig="y origin of the sprite strip"
Now, when you load the folder containing all of these files with either sprload
or sprload_once
, the sprite will be replaced.
This website's design was made with ChatGPT, sorry i have 0 clue how to write html, dont kill me pretty please.