-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathbaldis-basics.xml
More file actions
35 lines (34 loc) · 1.23 KB
/
Copy pathbaldis-basics.xml
File metadata and controls
35 lines (34 loc) · 1.23 KB
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
29
30
31
32
33
34
35
<Module>
<ModulePrefs title="Baldi's Basics"/>
<Content type="html">
<![CDATA[ <html>
<head>
<meta href="https://rawcdn.githack.com/WhoIsEv/relivedassets/78f01b889b5f57c1bc0f260a38d5eabf51923f40/baldis-basics/">
<title>Baldi's Basics</title>
<link rel="icon" type="image/png" href="/favicon.ico" />
<script type="text/javascript" src="/js/main.js"></script>
<link rel="stylesheet" href="TemplateData/style.css" />
<script src="TemplateData/UnityProgress.js"></script>
<script src="baldi.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "baldi.json", {
onProgress: UnityProgress,
Module: {
onRuntimeInitialized: function () {
UnityProgress(gameInstance, "complete");
},
},
});
</script>
</head>
<body style="margin: 0;">
<div class="webgl-content">
<div id="unityContainer" style="width: 960px; height: 600px; padding: 0px; margin: 0px; border: 0px; position: relative; background: rgb(35, 31, 32);">
<div id="gameContainer" style="width: 800px; height: 560px; margin: auto;"></div>
</div>
<script src="firebase-app.js"></script>
</div>
</body>
</html> ]]>
</Content>
</Module>