Ran rubocop autocorrect

This commit is contained in:
2020-12-02 17:37:48 -06:00
parent aa30ff73d0
commit 95bea199ed
116 changed files with 758 additions and 575 deletions

View File

@@ -1,4 +1,5 @@
# frozen_string_literal: true
class IMICFPS
class TurnTableScene < Scene
def setup
@@ -25,7 +26,7 @@ class IMICFPS
"power_plant": 0.025,
"war_factory": 0.03,
"randomish_terrain": 0.004,
"river_terrain": 0.004,
"river_terrain": 0.004
}
choice = options.keys.sample
@@ -45,4 +46,4 @@ class IMICFPS
@entity.orientation.y += 10 * dt
end
end
end
end