shiny-cuty-excel-chiffon/data/dummyplayer_standing.asd

21 lines
860 B
Common Lisp
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*start
[image storage=dummy]
[dispsize width=32 height=32]
*loop
[state enablemove=true enableattack=false]
[iscript]
f.gameTime = 0;
if(sprite.rootX < bao.stageLayer.scrollLineL-30) sprite.rootX = bao.stageLayer.scrollLineL;
if(sprite.rootX > bao.stageLayer.scrollLineR+30) sprite.rootX = bao.stageLayer.scrollLineR;
[endscript]
[disp left=0 top=0 opacity=0]
[wait frame=1]
[jump target="*loop"]