赞 | 4 |
VIP | 0 |
好人卡 | 0 |
积分 | 71 |
经验 | 15725 |
最后登录 | 2025-2-23 |
在线时间 | 1233 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 7128
- 在线时间
- 1233 小时
- 注册时间
- 2015-8-15
- 帖子
- 712
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 金芒芒 于 2024-7-7 12:56 编辑
[已解决] self.index = index
def main
# 生成地图背景
@zhenwei_TransparentBackground = Spriteset_Map.new
# 生成出战菜单选项
@zhenwei_IndexCommand = Window_zhenweiCommand.new
@zhenwei_IndexCommand.index = @zhenwei_index
# 生成阵位列表
@chuzhan_IndexCommand = Window_chuzhanCommand.new
# @zhenwei_IndexCommand.index = false#@zhenwei_index
|
|