diff webGL/dandy/resources/constKey.js @ 12:61febc94fa62

upload dandy4.html,new xmlFile
author NOBUYASU Oshiro
date Thu, 15 Jul 2010 07:08:37 +0900
parents 680b5b0cd1e4
children 2018ad94fd9b
line wrap: on
line diff
--- a/webGL/dandy/resources/constKey.js	Mon Jul 12 08:01:12 2010 +0900
+++ b/webGL/dandy/resources/constKey.js	Thu Jul 15 07:08:37 2010 +0900
@@ -7,16 +7,20 @@
 const KEY_D = 68;
 const KEY_A = 65;
 const KEY_W = 87;
-const KEY_S = 83;
+const KEY_E = 69;
+const KEY_Q = 81;
 const KEY_Z = 90;
 const KEY_X = 88;
-const KEY_Z = 90;
 const KEY_R = 82;
 const KEY_E = 69;
 const KEY_W = 87;
 const KEY_S = 83;
 const ENTER = 13;
 
+
+
+const MAXP = 4090;
+
 //弾の威力
 const TAMALV1P = 14;
 const TAMALV2P = 50;