OSDN Git Service

Merge branch 'master' of https://scm.sourceforge.jp/gitroot/h58pcdgame/GameScriptCore...
[h58pcdgame/GameScriptCoreLibrary.git] / www / stage / koenma.js
index 5ad19b6..87cfeb0 100644 (file)
@@ -91,7 +91,7 @@ stage.runStage = function(){
        PCDSLStageClass.prototype.runStage.apply(this, []);
        var main = new MainCharacterClass(stage, [["witch.png","witch2.png"]]);
 
-       main.origin.x = 3500;
+       main.origin.x = 50;
        main.origin.y =0;
        main.ownerUID = stage.manager.userID;
        stage.userControlledCharacter = main;