Skip to content

Commit

Permalink
make rel 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatNateDev committed Aug 11, 2024
1 parent 4c9ee27 commit 83838d4
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
z-index: 1;
}
</style>
<link id="-gd-engine-icon" rel="icon" type="image/png" href="Pokemon Battle-Mode.icon.png" />
<link rel="apple-touch-icon" href="Pokemon Battle-Mode.apple-touch-icon.png"/>
<link id="-gd-engine-icon" rel="icon" type="image/png" href="index.icon.png" />
<link rel="apple-touch-icon" href="index.apple-touch-icon.png"/>

</head>
<body>
Expand All @@ -90,14 +90,14 @@
</noscript>

<div id="status">
<img id="status-splash" src="Pokemon Battle-Mode.png" alt="">
<img id="status-splash" src="index.png" alt="">
<progress id="status-progress"></progress>
<div id="status-notice"></div>
</div>

<script src="Pokemon Battle-Mode.js"></script>
<script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"Pokemon Battle-Mode","experimentalVK":false,"fileSizes":{"Pokemon Battle-Mode.pck":40509184,"Pokemon Battle-Mode.wasm":35377582},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":40510688,"index.wasm":35377582},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_THREADS_ENABLED = false;
const engine = new Engine(GODOT_CONFIG);

Expand Down
File renamed without changes
File renamed without changes.
Binary file renamed Pokemon Battle-Mode.pck → index.pck
Binary file not shown.
File renamed without changes
File renamed without changes.

0 comments on commit 83838d4

Please sign in to comment.