comparison webGL/dandy/resources/opening.js @ 11:680b5b0cd1e4

upload
author NOBUYASU Oshiro
date Mon, 12 Jul 2010 08:01:12 +0900
parents
children
comparison
equal deleted inserted replaced
10:a959cdca5b62 11:680b5b0cd1e4
1 function opening(ctx)
2 {
3 PutSpriteF(ctx, 100, 70, 1, font[11]);
4 PutSpriteF(ctx, 170, 50, 1, font[12]);
5 PutSpriteF(ctx, 40, 1200, 1, font[13]);
6 }