本帖最后由 VIPArcher 于 2014-6-29 03:34 编辑
Sion 发表于 2014-3-18 18:31 ![]()
x, y, width 填合适的数值,line_height 也可以改成合适的数值。
忽然想起来,之前这个问题解决了。当时还没好好去看汉化F1,什么都不懂,现在这个问题已经解决了
在此感谢@Sion 大大的帮助。下面贴做法(方法傻,别吐槽)
$data_enemies[1].features.each {|f| @vip20140502 = $data_states[f.data_id].name if f.code==32} change_color(system_color) draw_text(x+18, y-line_height+24, 96, line_height, "攻击附加") $data_enemies[1].features.each {|f| p f change_color(tp_cost_color) if f.code==32 && f.data_id ==2} draw_text(x+100, y-line_height+24, 96, line_height, @vip20140502)
$data_enemies[1].features.each {|f|
@vip20140502 = $data_states[f.data_id].name if f.code==32}
change_color(system_color)
draw_text(x+18, y-line_height+24, 96, line_height, "攻击附加")
$data_enemies[1].features.each {|f| p f
change_color(tp_cost_color) if f.code==32 && f.data_id ==2}
draw_text(x+100, y-line_height+24, 96, line_height, @vip20140502)
召唤@taroxd @迷糊的安安 发卡.结贴.分类。 |