• R/O
  • HTTP
  • SSH
  • HTTPS

GameScriptCoreLibrary: Commit

Javascriptで動作する、ゲームの中核部分を提供するライブラリ


Commit MetaInfo

Revisiónc42646b29a83e393e51e6b9e8578718e39692224 (tree)
Tiempo2013-09-07 10:24:19
Autorisuke <namahage.toshi@gmai...>
Commiterisuke

Log Message

なおったはず

Cambiar Resumen

Diferencia incremental

--- a/www/stage/city.js
+++ b/www/stage/city.js
@@ -309,11 +309,12 @@ stage.addStageObject(ka2);
309309 warpRight.origin.x = 6368;
310310 warpRight.origin.y = 0;
311311 stage.addStageObject(warpRight);
312- var warpLeft = new WarpItemClass(stage, [panya, 60, 0, 32, 480, false]);
312+ var warpLeft = new WarpItemClass(stage, ["panya", 60, 0, 32, 480, false]);
313313 warpLeft.origin.x = -32;
314314 warpLeft.origin.y = 0;
315315 stage.addStageObject(warpLeft);
316-};
316+},
317+
317318
318319
319320
@@ -330,6 +331,5 @@ stage.addStageObject(ka2);
330331
331332
332333
333-}
334334
335335 stage;
\ No newline at end of file
Show on old repository browser