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

Project1

 找回密码
 注册会员
搜索
查看: 1767|回复: 6
打印 上一主题 下一主题

[已经过期] 对话框脚本被我弄乱了...

 关闭 [复制链接]

Lv1.梦旅人

梦石
0
星屑
84
在线时间
156 小时
注册时间
2009-8-5
帖子
533
1
发表于 2009-12-11 17:39:22 | 显示全部楼层
  1. #--------------------------------------------------------------------------
  2. # ● 刷新光标矩形
  3. #--------------------------------------------------------------------------
  4. def update_cursor_rect
  5. if $game_switches[01]
  6.   #.........................................................................
  7.   if @index >= 0
  8.     n = $game_temp.choice_start + @index
  9.     self.cursor_rect.set(8 + @indent + @face_indent, n * 23 + 8, @cursor_width, 23)
  10.   else
  11.     self.cursor_rect.empty
  12.   end
  13.   #.........................................................................
  14. else
  15.   if @index >= 0
  16.     n = $game_temp.choice_start + @index
  17.     self.cursor_rect.set(8, n * 23, @cursor_width, 23)
  18.   else
  19.     self.cursor_rect.empty
  20.   end
  21. end
  22. end
复制代码
符上改好的

test.rar

546.7 KB, 下载次数: 98

回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-5-22 14:31

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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