| 赞 | 11 |
| VIP | 302 |
| 好人卡 | 162 |
| 积分 | 63 |
| 经验 | 108302 |
| 最后登录 | 2025-11-1 |
| 在线时间 | 6605 小时 |
Lv4.逐梦者 醉啸 长风万里
- 梦石
- 0
- 星屑
- 6332
- 在线时间
- 6605 小时
- 注册时间
- 2007-12-16
- 帖子
- 4504

|
本帖最后由 仲秋启明 于 2011-7-10 09:07 编辑
显示图片:
$game_map.screen.pictures[number].show(name, origin, x, y, zoom_x, zoom_y, opacity, blend_type)
移动图片:
$game_map.screen.pictures[number].move(origin, x, y, zoom_x, zoom_y, opacity, blend_type, duration)
其中:
# name : 文件名
# origin : 原点
# x : X 坐标
# y : Y 坐标
# zoom_x : X 方向放大率
# zoom_y : Y 方向放大率
# opacity : 不透明度
# blend_type : 合成方式
# duration : 时间
blend_type: 0.普通 1.加法 2.减法 |
评分
-
查看全部评分
|