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

Project1

 找回密码
 注册会员
搜索

自己写的变量窗口不能刷新?

查看数: 1156 | 评论数: 1 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2011-6-29 17:29

正文摘要:

一下是变量窗口class Window_rl < Window_Base   #--------------------------------------------------------------------------   # ● 初始化窗口   #-------------------------- ...

回复

Wind2010 发表于 2011-6-29 18:23:41
刷新数据应该用refresh,但建议不要经常刷新,可以这样:
  1. if @bianliang_1 != $game_variables[1] or @bianliang_2 != $game_variables[2] or @bianliang_3 != $game_variables[3]
  2.   @bianliang_1 = $game_variables[1]
  3.   @bianliang_2 = $game_variables[2]
  4.   @bianliang_3 = $game_variables[3]
  5.   @窗口.refresh
  6. end
复制代码
这样的话就不会频繁刷新了

点评

另外LZ这样显示的话最好用Sprite,比较简便  发表于 2011-6-29 18:28
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-11-26 08:19

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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