Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"history": "^5.1.0",
"jsonwebtoken": "^9.0.0",
"material-design-icons": "^3.0.1",
"openpgp": "^5.9.0",
"plotly.js": "^2.12.1",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
Expand All @@ -60,6 +61,7 @@
"react-select": "^5.7.0",
"react-syntax-highlighter": "15.5.0",
"react-twitch-embed": "^3.0.1",
"react-unity-webgl": "^9.4.0",
"react-use-websocket": "^4.3.1",
"reactstrap": "^9.1.1",
"seedrandom": "^3.0.5",
Expand Down Expand Up @@ -88,5 +90,9 @@
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"@openpgp/web-stream-tools": "^0.0.13",
"@types/crypto-js": "^4.1.1"
}
}
Binary file added public/unitybuild/LevelEditor.data
Binary file not shown.
5 changes: 5 additions & 0 deletions public/unitybuild/LevelEditor.framework.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/unitybuild/LevelEditor.loader.js

Large diffs are not rendered by default.

Binary file added public/unitybuild/LevelEditor.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
441 changes: 0 additions & 441 deletions src/components/apps/dungeon/achievements.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion src/components/apps/dungeon/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (isMobile) {
POTION_SIZE = 20;
}

export const PROD = true;
export const PROD = false;
export const TEST = false;
export const DEBUG = false;

Expand Down Expand Up @@ -82,6 +82,7 @@ export const enum Screen {
STATS_SCREEN = 9,
MARKETPLACE_SCREEN = 10,
ARENA_SCREEN = 11,
REST_SCREEN = 12,
}

export const enum KeyType {
Expand Down
42 changes: 42 additions & 0 deletions src/components/apps/dungeon/css/unity.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.container {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}

.container .unityWrapper {
background: #cecece;
width: 1200px;
height: 600px;
display: flex;
align-items: center;
justify-content: center;
}

.container .unityWrapper .loadingBar {
background: #8c8c8c;
width: 400px;
height: 10px;
border-radius: 5px;
overflow: hidden;
}

.container .unityWrapper .loadingBar .loadingBarFill {
height: 6px;
border-radius: 5px;
margin: 2px;
background: #ffffff;
transition: 0.3s width ease-out;
}

.container .unityWrapper canvas {
width: 100%;
height: 100%;
}

.container .screenshots {
display: grid;
gap: 20px;
grid-template-columns: repeat(3, 1fr);
}
Binary file removed src/components/apps/dungeon/dice_images/b1.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b10.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b11.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b12.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b13.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b14.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b15.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b16.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b17.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b18.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b19.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b2.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b20.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b3.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b4.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b5.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b6.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b7.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b8.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/b9.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r1.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r10.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r11.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r12.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r13.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r14.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r15.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r16.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r17.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r18.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r19.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r2.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r20.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r3.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r4.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r5.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r6.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r7.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r8.png
Diff not rendered.
Binary file removed src/components/apps/dungeon/dice_images/r9.png
Diff not rendered.
Loading