add a ladebalken
This commit is contained in:
parent
efb91db1ac
commit
4323907d3b
2 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div id="loading">
|
||||||
|
loading...
|
||||||
|
</div>
|
||||||
|
|
||||||
<div style="display: none" id="einladung" class="hyphenate" lang="de">
|
<div style="display: none" id="einladung" class="hyphenate" lang="de">
|
||||||
|
|
||||||
<img alt="" src="images/crushed/yuri-gagarin1.png" id="juri" width="200" height="180" />
|
<img alt="" src="images/crushed/yuri-gagarin1.png" id="juri" width="200" height="180" />
|
||||||
|
|
|
@ -135,6 +135,7 @@ Q.load("sprites.png, sprites.json, level.json, tiles.png, background.png, nochma
|
||||||
Q.compileSheets("sprites.png","sprites.json");
|
Q.compileSheets("sprites.png","sprites.json");
|
||||||
|
|
||||||
Q.stageScene("level1");
|
Q.stageScene("level1");
|
||||||
|
$(loading).hide();
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue