-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(level_menu.gd): 修复 CHAP_NAMES 和按钮初始化
- 修复 CHAP_NAMES 后面没有加上 ["name-en"] 导致的错误 - 修复初始化:将左右选章按钮的初始化从 _ready 转移到 init 函数中,否则会 导致按钮 disabled 属性设置错误(因为 _ready 时还没确定 chapter_id)
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters