#1✎ 109Z_E_R_OIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfZelda Is Awesome!I love The Legend Of Zelda!Express Yourselfhow would i go about making a large sprite one that takes up more room than one like the dragon sprites?
Posted
#2✎ 165812Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfCheck SPSET page 2
Posted
#3✎ 247ProKukuAvatar TabooI didn't change my avatar for 180 daysWebsiteFinal(?) Contest Runner UpI placed 2nd in the (possibly) final SmileBASIC Source Contest! October 2018Programming ContestCthulhuJoin the cultEaster EggsSPSCALE (id, Multiplier x, Multiplier y) enlarges any sprite to the size you want. I'm not sure if that's what you meant though.
Posted
#4✎ 317spaceturtlesVideo GamesI like to play video games!HobbiesAvatar BlockI didn't change my avatar for 30 days.WebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNah he meant larger textures i.e.
SPSET 0,TexX,TexY,TexW,TexH
where TexX/Y are the top left pixel coords of the texture and the TexW/H are the width and height in pixel coords.
Posted
#5✎ 109Z_E_R_OIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfZelda Is Awesome!I love The Legend Of Zelda!Express Yourself
Nah he meant larger textures i.e.
SPSET 0,TexX,TexY,TexW,TexH
where TexX/Y are the top left pixel coords of the texture and the TexW/H are the width and height in pixel coords.
Thank you! That's what I was looking for.
SPSCALE (id, Multiplier x, Multiplier y) enlarges any sprite to the size you want. I'm not sure if that's what you meant though.