Проверка мегаJson
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

34 lignes
890B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title>J 0.1.0</title>
  6. <script src="https://cdn.jsdelivr.net/npm/phaser@3.54.0/dist/phaser.min.js"></script>
  7. <style>
  8. html, body {
  9. margin: 0;
  10. padding: 0;
  11. overflow: hidden;
  12. }
  13. body {
  14. height: 100vh;
  15. width: 100vw;
  16. }
  17. #родитель
  18. {
  19. width: 100%;
  20. height: 100%;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div id="родитель"></div>
  26. <script src="001.мир.js"></script>
  27. <script src="011.настройки.js"></script>
  28. <script src="101.ресурсы.js"></script>
  29. <script src="999.игра.js"></script>
  30. </body>
  31. </html>