赞 | 3 |
VIP | 0 |
好人卡 | 0 |
积分 | 8 |
经验 | 8743 |
最后登录 | 2025-3-24 |
在线时间 | 351 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 785
- 在线时间
- 351 小时
- 注册时间
- 2013-8-5
- 帖子
- 77
|
4楼

楼主 |
发表于 2014-2-5 13:30:05
|
只看该作者
本帖最后由 mileo 于 2014-2-5 20:24 编辑
- #First Seed Material » コミュニティ » フォーラム » [指南所] システム関連
- class Window_Command < Window_Selectable
- #--------------------------------------------------------------------------
- # ● 項目の描画
- #--------------------------------------------------------------------------
- def draw_item(index)
- change_color(normal_color, command_enabled?(index))
- #draw_text(item_rect_for_text(index), command_name(index), alignment)
- rect = item_rect_for_text(index)
- draw_text_ex(rect.x, rect.y, command_name(index))
- end
- end
复制代码 就是我有用文字前显示图标的脚本
然后有用这个自订义菜单脚本
http://rpg.blue/thread-347347-1-1.html
想请问说如果自订义选项,前的文字要如上图标呢?
谢谢~~ |
|