From 99694817442c908312045d9be341243d0c79c323 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Mon, 30 Apr 2018 16:04:02 +0800 Subject: [PATCH] Fix start logo bug --- styles.css | 2 +- 更新说明.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 511f28c1..908463c3 100644 --- a/styles.css +++ b/styles.css @@ -106,7 +106,7 @@ background-color: #000; opacity: 0.85; display: none; - z-index: 220; + z-index: 260; bottom: 0; margin-bottom: 7%; } diff --git a/更新说明.txt b/更新说明.txt index ce56bbcd..f23061c5 100644 --- a/更新说明.txt +++ b/更新说明.txt @@ -4,11 +4,12 @@ 全局商店也可以使用图块编辑 图片移动事件 提供core.random函数提供随机数 -作弊处理(成绩范围控制,通关不上传则按照最低分) +作弊处理 格子有事件则高亮显示 状态栏绘制 等待用户点击事件 事件:设置BGM音量 +修复标题文字太长导致无法开始游戏的问题 -----------------------------------------------------------------------