Skip to content

Commit

Permalink
Coloron Preparation 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Feb 3, 2023
1 parent 8758d92 commit 3e0fdc2
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/GamePortal/Pages/Game/GameColoron.razor
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
await Task.Delay(DelayValue.Render);

await Include.ScriptProtected("js/game/coloron/script.js", HelperPath.Path);
await Include.ScriptProtected($"js/game/coloron/script{Device.KindTypeString}.js", HelperPath.Path);

await Task.Delay(DelayValue.Localization);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,8 @@ class Game {
ease: Elastic.easeOut.config(1.5, 0.5)
});
} else {

// you loose
game.stop();

}

}
Expand Down Expand Up @@ -738,7 +736,6 @@ class Animation {
}



var game = new Game();
var animation = new Animation();
var color = new Color();
Expand Down
Loading

0 comments on commit 3e0fdc2

Please sign in to comment.