浏览代码

экран ещё

master
父节点
当前提交
8f10a8e124
共有 2 个文件被更改,包括 11 次插入5 次删除
  1. +8
    -3
      К/index.html
  2. +3
    -2
      К/игра/011.phaser.js

+ 8
- 3
К/index.html 查看文件

@@ -5,15 +5,20 @@
<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;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>
</head>
<body>
<div id="родитель"></div>
<script src="игра/001.мир.js"></script>
<script src="игра/011.phaser.js"></script>
<script src="игра/109.управление.js"></script>


+ 3
- 2
К/игра/011.phaser.js 查看文件

@@ -16,8 +16,9 @@
scale: {
width: 800,
height: 600,
expandParent: true,
mode: Phaser.Scale.ENVELOP,
parent: document.getElementById("родитель"),
//mode: Phaser.Scale.ENVELOP,
mode: Phaser.Scale.RESIZE,
autoCenter: Phaser.Scale.CENTER_BOTH,
},
physics: {


正在加载...
取消
保存