Project1
标题:
伸手党求助!!谢谢 很简单的问题吧..
[打印本页]
作者:
84337911
时间:
2008-2-21 21:14
标题:
伸手党求助!!谢谢 很简单的问题吧..
{/hx}如何把字体变成黑颜色的?? 我用对话加强脚本 里面没有黑色的...{/ll} [LINE]1,#dddddd[/LINE]
版务信息:本贴由楼主自主结贴~
作者:
水迭澜
时间:
2008-2-21 21:16
晕,给错了
你在window_base搜索def text_color(n)
def text_color(n)
case n
when 0
return Color.new(255, 255, 255, 255)
when 1
return Color.new(128, 128, 255, 255)
when 2
return Color.new(255, 128, 128, 255)
when 3
return Color.new(128, 255, 128, 255)
when 4
return Color.new(128, 255, 255, 255)
when 5
return Color.new(255, 128, 255, 255)
when 6
return Color.new(255, 255, 128, 255)
when 7
return Color.new(192, 192, 192, 255)
else
normal_color
end
end
改成
def text_color(n)
case n
when 0
return Color.new(255, 255, 255, 255)
when 1
return Color.new(128, 128, 255, 255)
when 2
return Color.new(255, 128, 128, 255)
when 3
return Color.new(128, 255, 128, 255)
when 4
return Color.new(128, 255, 255, 255)
when 5
return Color.new(255, 128, 255, 255)
when 6
return Color.new(255, 255, 128, 255)
when 7
return Color.new(192, 192, 192, 255)
when 8
return Color.new(0, 0, 0, 255)
else
normal_color
end
end
这样打\c[8]就可以改成黑色…… [LINE]1,#dddddd[/LINE]
系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~
作者:
凌冰
时间:
2008-2-21 21:16
搜索def text_color(n)那段改成
def text_color(n)
case n
when 0
return Color.new(255, 255, 255, 255)
when 1
return Color.new(128, 128, 255, 255)
when 2
return Color.new(255, 128, 128, 255)
when 3
return Color.new(128, 255, 128, 255)
when 4
return Color.new(128, 255, 255, 255)
when 5
return Color.new(255, 128, 255, 255)
when 6
return Color.new(255, 255, 128, 255)
when 7
return Color.new(192, 192, 192, 255)
when 8
return Color.new(0,0,0,255)
else
normal_color
end
end
复制代码
作者:
轻功天上飘
时间:
2008-9-13 18:35
提示:
作者被禁止或删除 内容自动屏蔽
作者:
火鸡三毛老大
时间:
2008-9-13 19:05
re:主题:《有没有上百度Hi的朋友?》 [LINE]1,#dddddd[/LINE]转水……
这里是VX技术提问区……
作者:
轻功天上飘
时间:
2008-9-13 20:29
提示:
作者被禁止或删除 内容自动屏蔽
作者:
Fantasy幻想
时间:
2008-9-13 20:40
re:主题:《有没有上百度Hi的朋友?》 [LINE]1,#dddddd[/LINE]无理取闹。
作者:
391395435
时间:
2008-9-13 21:33
提示:
作者被禁止或删除 内容自动屏蔽
作者:
做游戏的新手
时间:
2008-9-13 21:48
re:主题:《有没有上百度Hi的朋友?》 [LINE]1,#dddddd[/LINE]合并之
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1