Fix start logo bug

This commit is contained in:
ckcz123 2018-04-30 16:04:02 +08:00
parent 669c59ff41
commit 9969481744
2 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,7 @@
background-color: #000; background-color: #000;
opacity: 0.85; opacity: 0.85;
display: none; display: none;
z-index: 220; z-index: 260;
bottom: 0; bottom: 0;
margin-bottom: 7%; margin-bottom: 7%;
} }

View File

@ -4,11 +4,12 @@
全局商店也可以使用图块编辑 全局商店也可以使用图块编辑
图片移动事件 图片移动事件
提供core.random函数提供随机数 提供core.random函数提供随机数
作弊处理(成绩范围控制,通关不上传则按照最低分) 作弊处理
格子有事件则高亮显示 格子有事件则高亮显示
状态栏绘制 状态栏绘制
等待用户点击事件 等待用户点击事件
事件设置BGM音量 事件设置BGM音量
修复标题文字太长导致无法开始游戏的问题
----------------------------------------------------------------------- -----------------------------------------------------------------------