32
1187
44万
⑧专业
大象摇啊摇
#============================================================================== # ■ chaochao的图片水平反转 # 使用方法: # # 水平反转: # $game_screen.pictures[N].chaochaomirror # $game_screen.pictures[N].chaochaomirror(true) # # 不水平反转: # $game_screen.pictures[N].chaochaomirror(false) # # 中括号中的N代表图片的ID。 #------------------------------------------------------------------------------ # 作者:chaochao # http://zhuchao.go1.icpcn.com #============================================================================== class Game_Picture attr_reader :mirror #-------------------------------------------------------------------------- # ● 水平反转 # chaochao : 是否旋转,true为反转,false为不反转。 #-------------------------------------------------------------------------- def chaochaomirror(chaochao = true)#false @mirror = chaochao return end end class Sprite_Picture < Sprite alias chaochao update def update chaochao self.mirror = @picture.mirror end end
使用道具 举报
218
1万
10万
赋予你第五自由
第 五 自 由 - 5th Freedom -
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|幻想森林
GMT+8, 2025-6-23 05:32 , Processed in 0.013629 second(s), 22 queries .
Powered by Discuz! X3.4
© 2001-2017 Comsenz Inc.