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

Project1

 找回密码
 注册会员
搜索

求各位高手帮忙看看这个菜单脚本

查看数: 1515 | 评论数: 2 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2012-5-7 16:46

正文摘要:

#============================================================================== #本脚本来自www.66rpg.com,转载和使用请保留此信息 。 #默认游戏系统大修改 #  爆焰    于: 12-31-2011整 ...

回复

爆焰 发表于 2012-5-8 14:07:56
本帖最后由 爆焰 于 2012-5-8 15:13 编辑
  1. #==============================================================================
  2. # ■ Window_Gold
  3. #------------------------------------------------------------------------------
  4. #  显示金钱的窗口。
  5. #==============================================================================

  6. class Window_Gold < Window_Base
  7.   #--------------------------------------------------------------------------
  8.   # ● 初始化窗口
  9.   #--------------------------------------------------------------------------
  10.   def initialize
  11.     super(0, 0, 160, 64)
  12.     self.contents = Bitmap.new(width - 32, height - 32)
  13.     refresh
  14.   end
  15.   #--------------------------------------------------------------------------
  16.   # ● 刷新
  17.   #--------------------------------------------------------------------------
  18.   def refresh
  19.     self.contents.clear
  20.     cx = contents.text_size($data_system.words.gold).width
  21.     self.contents.font.color = normal_color
  22.     self.contents.draw_text(4, 0, 120-cx-2, 32, $game_party.gold.to_s, 2)
  23.     self.contents.font.color = system_color
  24.     self.contents.draw_text(124-cx, 0, cx, 32, $data_system.words.gold, 2)
  25.   end
  26. end
复制代码
替换原来的默认的Window_Gold。

点评

你就不能用代码框发表吗?直接黏贴怎么帮你。拉的时候麻烦死了  发表于 2012-5-8 15:07
下课再帮你吧  发表于 2012-5-8 14:13
好巧喔...剛剛好被作者看到了!!HAHA  发表于 2012-5-8 14:10
sai90306 发表于 2012-5-8 13:47:48
看了一下 腳本應該沒錯 會不會是LZ以修改過金錢窗口?
開新工程測試一下如何?
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-11-1 17:34

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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