Skip to content

Commit e679ce1

Browse files
committed
fix: fix sounds not working in prod mode
1 parent a74e13e commit e679ce1

13 files changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="keywords" content="HTML pages, Páginas HTML, JS pages, Páginas JS, Jogo da Bolinha, The Ball Game, JavaScript Animations, JavaScript Games, Animações JavaScript, Jogos JavaScript, html js comxa com">
99
<link rel="icon" href="resources/HTML5.png"/>
1010
<script type="module" charset="UTF-8" src="src/JSTools.js"></script>
11-
<script type="module" charset="UTF-8" src="resources/languages/index.js"></script>
11+
<script type="module" charset="UTF-8" src="src/languages/index.js"></script>
1212
<style> /*NPP_COLLAPSE_IT*/
1313
* {
1414
text-align: center;

src/Monopoly/Initialization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Place } from "./Classes";
22
import { element, resizeCanvas, getCookie, backToIndex } from "../JSTools";
3-
import { setLanguage } from "../../resources/languages/Monopoly";
3+
import { setLanguage } from "../languages/Monopoly";
44
import '../globals';
55

66
// <select> ONLOAD=

src/TheBallGame/Initialization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { element, resizeCanvas, getCookie, backToIndex, download } from "../JSTools";
2-
import { setLanguage } from "../../resources/languages/TheBallGame";
2+
import { setLanguage } from "../languages/TheBallGame";
33
import '../globals';
44
import { onresize } from "./Events";
55

src/TheBallGame/Main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import "../../resources/languages/TheBallGame";
1+
import "../languages/TheBallGame";
22
import { AnimationLOOP, download, Label, Rectangle } from "../JSTools";
33
import { c } from "./Initialization";
44
import { setKeyStates } from "./Events";

0 commit comments

Comments
 (0)