Skip to content

Commit

Permalink
feat: start implementing prototype 5 with clickable miners
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsonc623 committed Sep 25, 2020
1 parent ddc245f commit 04254fc
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 16 deletions.
2 changes: 2 additions & 0 deletions src/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Prototype1Scene from "./scenes/prototype1/index.class";
import Prototype2Scene from "./scenes/prototype2/index.class";
import Prototype3Scene from "./scenes/prototype3/index.class";
import Prototype4Scene from "./scenes/prototype4/index.class";
import Prototype5Scene from "./scenes/prototype5/index.class";
import TitleScene from "./scenes/title/index.class";

import "./index.scss";
Expand All @@ -33,6 +34,7 @@ new Game({
Prototype2Scene,
Prototype3Scene,
Prototype4Scene,
Prototype5Scene,
TitleScene
]
});
Loading

0 comments on commit 04254fc

Please sign in to comment.