comparison webGL/dandy/resources/Character.js~ @ 8:03b67cd2bde7

upload parse.js
author NOBUYASU Oshiro
date Fri, 09 Jul 2010 01:48:59 +0900
parents 4343c1feedb5
children 1d76f5717ba7
comparison
equal deleted inserted replaced
7:4343c1feedb5 8:03b67cd2bde7
1 active_chara_list = new Object(); 1 active_chara_list = new Object();
2 active_chara_list.enemy = []; 2 active_chara_list.enemy = [];
3 3 count = 0;
4 rinkx = 0;
5 rinky = 0;
6 rinkf1 = 0;rinkf2 = 0;
7 asteroidi = 0;
8 enemyfaste = 0;
9 sf = 0;
10 amari = 0;
11 fastebos = 0;
12 tekino0 = new Character();
4 13
5 function Character() 14 function Character()
6 { 15 {
7 this.x=0; 16 this.x=0;
8 this.y=0; 17 this.y=0;