GitLab CI commited on
Commit
eda8eea
·
1 Parent(s): c8cf522

Update game build from GitLab CI

Browse files
server/static/godot/index.pck CHANGED
Binary files a/server/static/godot/index.pck and b/server/static/godot/index.pck differ
 
server/static/index.html CHANGED
@@ -5,13 +5,29 @@
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Godot Export with Audio Recording</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  </head>
9
 
10
  <body>
11
- <h1>Godot Export with Microphone Recording</h1>
12
 
13
  <!-- Iframe for the Godot export -->
14
- <iframe src="godot/index.html" width="800" height="600" frameborder="0"></iframe>
15
 
16
  <script>
17
  // URL of the server to send audio chunks
 
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Godot Export with Audio Recording</title>
8
+ <style>
9
+ html,
10
+ body {
11
+ margin: 0;
12
+ padding: 0;
13
+ width: 100%;
14
+ height: 100%;
15
+ overflow: hidden;
16
+ }
17
+
18
+ iframe {
19
+ width: 100%;
20
+ height: 100%;
21
+ border: none;
22
+ display: block;
23
+ }
24
+ </style>
25
  </head>
26
 
27
  <body>
 
28
 
29
  <!-- Iframe for the Godot export -->
30
+ <iframe src="godot/index.html"></iframe>
31
 
32
  <script>
33
  // URL of the server to send audio chunks