赞 | 3 |
VIP | 0 |
好人卡 | 0 |
积分 | 42 |
经验 | 13328 |
最后登录 | 2025-3-12 |
在线时间 | 264 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 4212
- 在线时间
- 264 小时
- 注册时间
- 2013-10-13
- 帖子
- 815
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 kvkv97 于 2013-12-11 17:41 编辑
#勇士图形
self.contents.font.color = system_color
self.contents.draw_text(0, 55, 50, 20, "等级", 0) text()括号里面的前两个数字表示横纵坐标,第3个和第4个和第6个表示什么?
if $game_switches[42] switches[42]这个开关是指数据库的开关号还是脚本中的?
if $game_variables[81][$game_variables[1]]!=0 variables[81]这个变量是数据库的变量号还是脚本中的?后面为什么不是括号而是中括号?
bitmap = Bitmap.new("Graphics/Pictures/up.png")
self.contents.blt(40,55 , bitmap, Rect.new(0, 0, 20, 20)) Rect.new(0, 0, 20, 20)后面的2个20表示什么?
end
end
谢谢了 |
评分
-
查看全部评分
|