Playable RSupertheGreat(aka Myself) in SMW styled
Posted: 1 Mar 2017, 12:42
Hello again. Present me as a playable character and I hope I was in your level/episode I would like to note you guys. There are some graphical error like Yellow Raccoon RSuper which my hitbox is weird and I walk preciously weird. Feel free to fix with the power of using LunaLua or something that can fix my hitbox.
A picture:
I include a Custom HUD too!
Download:
A picture:
- CREDIT SPOILER, DON'T OPEN IT IF YOU DON'T WANT SPOILERS
- SMW Penguin, Propeller, Frog and Shell Mario - SuperMarioTM
I include a Custom HUD too!
- Image and code
Code: Select all
call hudset("initialize",0,0,0,0,0,0,0,0,-1)
'!!!!!!!!!!bitmap source = "scflash.png"!!!!!!!!!!
'bitmap,id,sourcex,sourcey,width,height,destx,desty,advset,-1
'text:text,id,destx,desty,startasc,endasc,lnum,npcid,-1,-1
call hudset("bitmap",1,0,0,740,102,10,10,0,-1)
'variables
'Currency Counter.
call hudset("text:&sys(coincount)",2,562-10,25,48,57,1,213,-1,-1)
'Score
call hudset("text:&sys(score)",3,498-10,45,48,57,1,213,-1,-1)
'Life Counter
call hudset("text:&sys(playerhealth)",4,310-10,25,48,57,1,213,-1,-1)
'item
Call hudset("bitmap",6,0,0,100,100,394-10,30,5001,-1)
'Star
call hudset("text:&sys(starcount)",5,310-10,45,48,57,1,213,-1,-1)
'Star Counter
call hudset("bitmap",7,768,0,32,32,640-10,26,6000,-1)
call hudset("bitmap",8,768,0,32,32,674-10,26,6001,-1)
call hudset("bitmap",9,768,0,32,32,708-10,26,6002,-1)
Download:

