Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Orcania/BDAO-2 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhassoun366 committed Aug 4, 2023
2 parents edad400 + 6ab5c43 commit e89a24a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 16 deletions.
Binary file modified public/unity/Build/BdaoTreasury WebGL - Copy.data.unityweb
Binary file not shown.
Binary file modified public/unity/Build/BdaoTreasury WebGL - Copy.wasm.code.unityweb
Binary file not shown.
Binary file not shown.
6 changes: 1 addition & 5 deletions public/unity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{ onProgress: UnityProgress }
);
</script>

<style>
html,
body {
Expand All @@ -26,10 +27,5 @@
</head>
<body>
<div id="unityContainer" class="w-full" style="aspect-ratio: 8/5; overflow: hidden"></div>
<!-- <div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div>
<div class="title">BDAO-Treasury</div>
</div> -->
</body>
</html>
6 changes: 1 addition & 5 deletions src/app/(no-footer)/treasury/page.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import styles from "./treasury.module.scss";

const { img } = styles;

export default function Page() {
return (
<main>
<div className={`h-[calc(100vh-82px)] ${img}`}>
<div className={`h-[calc(100vh-82px)]`}>
<div className="container mx-auto h-full bg-opacity-20 flex justify-center items-center">
<div className="h-full aspect-[8/5] overflow-hidden">
<iframe src="/unity/index.html" className="h-full w-full"></iframe>
Expand Down
6 changes: 0 additions & 6 deletions src/app/(no-footer)/treasury/treasury.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
.img {
background-image: url(/bg-images/sand.png);
background-position: center;
background-repeat: repeat;
background-size: cover;
}

0 comments on commit e89a24a

Please sign in to comment.