mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Ran rubocop autocorrect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user