Files
K/index.html

40 lines
1.3 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2021-05-30 13:43:34 +03:00
<title>К 0.9.0</title>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.54.0/dist/phaser.min.js"></script>
2021-04-17 13:27:00 +03:00
<style>
2021-04-17 15:09:23 +03:00
html, body {
2021-04-17 13:27:00 +03:00
margin: 0;
2021-04-17 15:09:23 +03:00
padding: 0;
2021-04-17 15:43:50 +03:00
overflow: hidden;
2021-04-17 15:09:23 +03:00
}
body {
height: 100vh;
width: 100vw;
}
#родитель
{
width: 100%;
2021-04-17 13:27:00 +03:00
height: 100%;
}
</style>
</head>
<body>
2021-04-17 15:09:23 +03:00
<div id="родитель"></div>
<script src="игра/001.мир.js"></script>
<script src="игра/011.phaser.js"></script>
2021-05-07 14:14:22 +03:00
<script src="игра/100.структура.js"></script>
2021-04-23 14:40:46 +03:00
<script src="игра/108.группы.js"></script>
2021-04-15 15:28:04 +03:00
<script src="игра/109.управление.js"></script>
<script src="игра/110.колобок.js"></script>
<script src="игра/111.изба.js"></script>
2021-05-19 14:06:31 +03:00
<script src="игра/112.подпол.js"></script>
<script src="игра/200.отладка.js"></script>
<script src="игра/499.пуск.js"></script>
</body>
</html>