设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索

关于物品得失提示

查看数: 2385 | 评论数: 2 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2016-6-11 22:52

正文摘要:

我想把这个得失物品提示的字体改大,应该在什么地方调 如图  这个是脚本  RUBY 代码复制#========================================================================= ...

回复

魔力的觉醒 发表于 2016-6-13 12:06:49
VIPArcher 发表于 2016-6-12 00:02
改成如果想再放大就

谢谢   已经解决了
  1. class Window_EventWindow
  2.   def draw_text_ex(x, y, text)
  3.     reset_font_settings
  4.     contents.font.size = 25  #(文字大小)
  5.     text = convert_escape_characters(text)
  6.     pos = {:x => x, :y => y, :new_x => x, :height => calc_line_height(text)}
  7.     process_character(text.slice!(0, 1), text, pos) until text.empty?
  8.   end
  9. end
复制代码
VIPArcher 发表于 2016-6-12 00:02:53
  1.     HEADER_TEXT = "\e}"                # Text that's always used at the head.
复制代码
改成
  1.     HEADER_TEXT = ""                # Text that's always used at the head.
复制代码
如果想再放大就
  1.     HEADER_TEXT = "\e{"                # Text that's always used at the head.
复制代码
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2025-7-19 12:19

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表