This commit is contained in:
parent
b56cd688ae
commit
a9a9af96f5
8 changed files with 54 additions and 23 deletions
|
@ -37,10 +37,20 @@ vx=velocity;
|
|||
vy=velocity;
|
||||
while(1==1)
|
||||
{
|
||||
_drawSprite(0,x,y,100);
|
||||
|
||||
// readout for fps :)
|
||||
$tmp0=_getFrameTime();
|
||||
//print($tmp0);
|
||||
$tmp5=50;
|
||||
do{
|
||||
_drawSprite(4,$tmp5,50,10);
|
||||
$tmp5=$tmp5+15;
|
||||
$tmp0=$tmp0-1;
|
||||
}while($tmp0>0);
|
||||
|
||||
|
||||
_drawSprite(0,x,y,100);
|
||||
$tmp0=_getFrameTime();
|
||||
print($tmp0);
|
||||
do
|
||||
{
|
||||
x=x+vx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue