Skip to content

Commit

Permalink
Removing unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Dec 17, 2024
1 parent 92ce93d commit 517e6b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions bobpower/prototypes/burner-generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ if settings.startup["bobmods-power-burnergenerator"].value == true then
width = 36,
height = 19,
frame_count = 12,
direction_count = 1,
shift = util.by_pixel(2, 37.5),
},
},
Expand All @@ -117,8 +116,6 @@ if settings.startup["bobmods-power-burnergenerator"].value == true then
},
match_speed_to_activity = true,
},
min_perceived_performance = 0.25,
performance_to_sound_speedup = 0.5,
},
})
end
1 change: 0 additions & 1 deletion bobpower/prototypes/entity/accumulators.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if settings.startup["bobmods-power-accumulators"].value == true then
repeat_count = repeat_count,
shift = util.by_pixel(0, -19),
tint = tint,
animation_speed = 0.5,
scale = 0.5,
},
{
Expand Down
10 changes: 0 additions & 10 deletions bobpower/prototypes/entity/fluid-generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ if settings.startup["bobmods-power-fluidgenerator"].value == true then
},
match_speed_to_activity = true,
},
min_perceived_performance = 0.25,
performance_to_sound_speedup = 0.5,
},

{
Expand Down Expand Up @@ -209,8 +207,6 @@ if settings.startup["bobmods-power-fluidgenerator"].value == true then
},
match_speed_to_activity = true,
},
min_perceived_performance = 0.25,
performance_to_sound_speedup = 0.5,
},

{
Expand Down Expand Up @@ -287,8 +283,6 @@ if settings.startup["bobmods-power-fluidgenerator"].value == true then
},
match_speed_to_activity = true,
},
min_perceived_performance = 0.25,
performance_to_sound_speedup = 0.5,
},
})

Expand Down Expand Up @@ -347,7 +341,6 @@ if settings.startup["bobmods-power-fluidgenerator"].value == true then
east_position = util.by_pixel(38.5, -16),
frequency = 1 / 10, --0.105,
starting_vertical_speed = 0,
slow_down_factor = 1,
starting_frame_deviation = 60,
},
{
Expand All @@ -357,7 +350,6 @@ if settings.startup["bobmods-power-fluidgenerator"].value == true then
east_position = util.by_pixel(-38, -63.5),
frequency = 1 / 12, --0.095,
starting_vertical_speed = 0,
slow_down_factor = 1,
starting_frame_deviation = 60,
},
},
Expand All @@ -369,8 +361,6 @@ if settings.startup["bobmods-power-fluidgenerator"].value == true then
},
match_speed_to_activity = true,
},
min_perceived_performance = 0.25,
performance_to_sound_speedup = 0.5,
},
})
end
Expand Down

0 comments on commit 517e6b7

Please sign in to comment.