на весь экран

This commit is contained in:
2021-04-17 13:27:00 +03:00
parent 74b5ce7093
commit bacfd2174c
2 changed files with 15 additions and 1 deletions

View File

@@ -4,6 +4,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>КОЛОБОК 0.1.0</title>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.54.0/dist/phaser.min.js"></script>
<style>
html, body {
margin: 0;
height: 100%;
overflow: hidden
}
</style>
</head>
<body>
<script src="игра/001.мир.js"></script>