view webGL/dandy/resources/bullet.js~ @ 12:61febc94fa62

upload dandy4.html,new xmlFile
author NOBUYASU Oshiro
date Thu, 15 Jul 2010 07:08:37 +0900
parents 4343c1feedb5
children 4684e849866c
line wrap: on
line source

tama_lv1 = [];
tama_lv1_end = -1;
k4count = 0;
tama_lv2 = [];
tama_lv2_end = -1;

function Tama()
{
    this.x=0;
    this.y=0;
    return this;
}


function Tama1()
{
    this.x=0;
    this.y=0;
    this.r=0;
    this.l=0;
    return this;
}

function tama2()
{
    this.x=0;
    this.y=0;
    this.r=0;
    this.l=0;
    this.rr=0;
    this.sr=0;
    this.sl=0;
    this.ll=0;
    return this;
}