view 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 source

function opening(ctx)
{
    PutSpriteF(ctx, 100, 70, 1, font[11]);
    PutSpriteF(ctx, 170, 50, 1, font[12]);
    PutSpriteF(ctx, 40, 1200, 1, font[13]);	
}