diff webGL/dandy/resources/opening.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/opening.js	Mon Jul 12 08:01:12 2010 +0900
@@ -0,0 +1,6 @@
+function opening(ctx)
+{
+    PutSpriteF(ctx, 100, 70, 1, font[11]);
+    PutSpriteF(ctx, 170, 50, 1, font[12]);
+    PutSpriteF(ctx, 40, 1200, 1, font[13]);	
+}
\ No newline at end of file