diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/webGL/dandy/resources/pause.js~	Mon Jul 12 08:01:12 2010 +0900
@@ -0,0 +1,18 @@
+function pause()
+{
+
+
+    if(jiki.bf == FASE) 
+	{
+	    if(rswait < 80){
+		rswait++;
+		return;
+	    }else {
+		rswait = 0;
+		
+
+	    }
+	
+
+	}
+}
\ No newline at end of file