Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -8,7 +8,7 @@ SHADOW_WARN = true
class Sprite_Shadow < RPG::Sprite
attr_accessor :character
def initialize(viewport, character = nil,params=[])
super(viewport)
@source = params[0]
@@ -104,7 +104,7 @@ class Sprite_Shadow < RPG::Sprite
if (@angle_trigo < @anglemin and @angle_trigo > @anglemax) and @anglemin > @anglemax
self.opacity = 0
return
end
end
end
end
@@ -179,7 +179,7 @@ end
#===================================================
class Spriteset_Map
attr_accessor :shadows
alias shadow_initialize initialize
def initialize(map=nil)
@shadows = []
@@ -201,7 +201,7 @@ class Spriteset_Map
sprite.setShadows(map, @shadows)
end
$scene.spritesetGlobal.playersprite.setShadows(map, @shadows)
end
end
end
@@ -252,4 +252,4 @@ def XPML_read(map,markup,event,max_param_number=0)
end
end
return parameter_list
end
end