-
Notifications
You must be signed in to change notification settings - Fork 35
/
index.html
28 lines (26 loc) · 824 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Funny Shooter 2 / The Game Collection</title>
<link rel="stylesheet" href="gameloader.css" />
<script src="gameloader.js"></script>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script type="text/javascript">
var options = {
author: "Vseigru",
logo: "logo.jpg",
gameNameEu: "Epic Cube Duels: Pixel Universe",
gameUrl: "igry-na-dvoikh/25929-igra-na-dvoikh-epicheskaya-kubicheskaya-duel.html",
moreLink: ("https://granny.games/"),
allowFullscreen: true,
locale: "ru_RU",
loader: "5.6.x",
loaderOptions: {"moduleJsonUrl": "ReleaseYO.json", "unityLoaderUrl": "UnityLoader.js"},
};
GameInit.load(options);
</script>
</body>
</html>