Applied most Rubocop-suggested layout fixes

This commit is contained in:
Maruno17
2021-12-18 01:56:10 +00:00
parent 5dc64f1709
commit 2480ab0f9e
88 changed files with 839 additions and 783 deletions

View File

@@ -9,13 +9,13 @@ class SpriteAnimation
%w[
x y ox oy viewport flash src_rect opacity tone
].each_with_index do |s, _i|
eval <<-__END__
eval <<-__END__
def #{s}(*arg)
@sprite.#{s}(*arg)
end
__END__
__END__
end
def self.clear