view webGL/dandy/resources/pause.js~ @ 11:680b5b0cd1e4

upload
author NOBUYASU Oshiro
date Mon, 12 Jul 2010 08:01:12 +0900
parents
children
line wrap: on
line source

function pause()
{


    if(jiki.bf == FASE) 
	{
	    if(rswait < 80){
		rswait++;
		return;
	    }else {
		rswait = 0;
		

	    }
	

	}
}