view webGL/src/Obj.js @ 7:c5455ae6cd70 draft

8th,change a way of update to notes,support ogg and wav sound
author e105711 <yomitan.ie.u-ryukyu.ac.jp>
date Sat, 05 May 2012 23:57:18 +0900
parents
children b322a8557f93
line wrap: on
line source

var Obj = function(x,y,scale,imgNo){

    this.x = x;
    this.y = y;
    this.scale = scale;
    this.imgNo = imgNo;

};