Skip to content

Commit

Permalink
show desert, pyramid tiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
phulin committed Aug 26, 2024
1 parent 03a018d commit 1a0b739
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/sections/quests/Level11.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { questFinished } from "../../util/quest";
import BlackForest from "./level11/BlackForest";
import Copperhead from "./level11/Copperhead";
import Desert from "./level11/Desert";
import HiddenCity from "./level11/HiddenCity";
import Palindome from "./level11/Palindome";
import Pyramid from "./level11/Pyramid";
import Zeppelin from "./level11/Zeppelin";

const Level11 = () => {
Expand All @@ -17,6 +19,8 @@ const Level11 = () => {
<Copperhead />
<Zeppelin />
<Palindome />
<Desert />
<Pyramid />
</>
);
};
Expand Down

0 comments on commit 1a0b739

Please sign in to comment.