幻想森林

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 883|回复: 1

请问脚本里哪个文件是改天气用的?

[复制链接]

3

主题

4

帖子

17

积分

②入门

积分
17
发表于 2005-10-2 18:52:47 | 显示全部楼层 |阅读模式
设置中天气只有风,雨,雪,我想把天气的图象改一下,请问在哪里改的?
回复

使用道具 举报

89

主题

2333

帖子

3273万

积分

⑧专业

Xavier on Rails

积分
32739794
QQ
发表于 2005-10-2 20:02:54 | 显示全部楼层
Game_Screen

#--------------------------------------------------------------------------
  # ● 设置天候
  #     type     : 类型
  #     power    : 强度
  #     duration : 时间
  #--------------------------------------------------------------------------
  def weather(type, power, duration)
    @weather_type_target = type
    if @weather_type_target != 0
      @weather_type = @weather_type_target
    end
    if @weather_type_target == 0
      @weather_max_target = 0.0
    else
      @weather_max_target = (power + 1) * 4.0
    end
    @weather_duration = duration
    if @weather_duration == 0
      @weather_type = @weather_type_target
      @weather_max = @weather_max_target
    end
  end
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|幻想森林

GMT+8, 2026-6-21 06:39 , Processed in 0.011175 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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