You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
967B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title>КОЛОБОК 0.1.0</title>
  6. <script src="https://cdn.jsdelivr.net/npm/phaser@3.54.0/dist/phaser.min.js"></script>
  7. <style>
  8. #родитель
  9. {
  10. position: absolute;
  11. width: 100%;
  12. height: 100%;
  13. top: 0;
  14. left: 0;
  15. right: 0;
  16. bottom: 0;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <div id="родитель"></div>
  22. <script src="игра/001.мир.js"></script>
  23. <script src="игра/011.phaser.js"></script>
  24. <script src="игра/109.управление.js"></script>
  25. <script src="игра/110.колобок.js"></script>
  26. <script src="игра/111.изба.js"></script>
  27. <script src="игра/499.пуск.js"></script>
  28. </body>
  29. </html>