コード例 #1
0
ファイル: MainLoop.cs プロジェクト: SJCRPV/Ludum-Dares
 public void playWarpAnims()
 {
     StartCoroutine("delayedFireEvent");
     PowerEffect.staticChangeVarValue(costPerJump);
     WarpEffect.changeValuesByOne();
     updateValuesInHUD(new Effect[] { new PowerEffect(), new WarpEffect() });
     warpScript.playWarp();
     resetTimers();
 }