Explorar el Código

Merge branch 'master' of http://39.106.8.246:3003/doc/persagy-web-doc

haojianlong hace 4 años
padre
commit
b3c5fa3ee4
Se han modificado 1 ficheros con 26 adiciones y 0 borrados
  1. 26 0
      docs/guides/engine/demo/elsfk.md

+ 26 - 0
docs/guides/engine/demo/elsfk.md

@@ -13,3 +13,29 @@
 <<< @/docs/.vuepress/components/engine/demo/elsfk.vue
 
 :::
+
+## 表示方法
+### 绘制背景
+1.绘制 0.不绘制
+10*20
+二维数组
+遍历二维数据组判断是否绘制
+
+### 方块元素
+四个块构成一个图
+4*4的二维数组
+遍历二维数组判断绘制
+
+### 移动
+
+### 碰撞检测
+左右以及下边框,议以绘制方块
+ 
+#### 变形
+
+### 自动下落
+
+
+
+
+