ресурсы колобка

This commit is contained in:
2021-05-22 15:13:39 +03:00
parent 0a88a267fe
commit 1d643a6ec7
57 changed files with 125 additions and 231 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>J 0.1.0</title>
<title>K 0.9.0</title>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.54.0/dist/phaser.min.js"></script>
<style>
html, body {
@@ -25,8 +25,11 @@
</head>
<body>
<div id="родитель"></div>
<script src="001.мир.js"></script>
<script src="011.phaser.js"></script>
<script src="499.пуск.js"></script>
<script>
var мир = {};
</script>
<script src="011.настройки.js"></script>
<script src="101.ресурсы.js"></script>
<script src="999.игра.js"></script>
</body>
</html>