Skip to content

Commit

Permalink
Removed all legacy low-res graphic files from pyanodon.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 17, 2025
1 parent 0e081c8 commit e339c67
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Date: tba
- Removed non hot air advanced casting recipes and allowed productivity in them instead.
- Moved hot air glassware from py science 1 unlock to hot air unlock. Resolves https://github.com/pyanodon/pybugreports/issues/811
- Bitumen extractors no longer show "disabled by script" and instead shows a custom status explaining that it requires drilling fluid.
- Removed all legacy low-res graphic files from pyanodon.
---------------------------------------------------------------------------------------------------
Version: 3.0.10
Date: 2025-1-2
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"? pyrawores >= 3.0.0",
"? pyhightech >= 3.0.0",
"(?) rso-mod",
"~ pypetroleumhandlinggraphics >= 3.0.3",
"~ pypetroleumhandlinggraphics >= 3.0.4",
"! wret-beacon-rebalance-mod",
"! BigBags",
"! ResearchFog",
Expand Down
8 changes: 4 additions & 4 deletions prototypes/buildings/oil-derrick.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
local function pipe_picture()
return {
north = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-up.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-up.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, 1},
},
south = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-down.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-down.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, -1},
},
west = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-left.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-left.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {1, 0},
},
east = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-right.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-right.png",
priority = "extra-high",
width = 128,
height = 128,
Expand Down
8 changes: 4 additions & 4 deletions prototypes/buildings/tar-extractor.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
local function pipe_picture()
return {
north = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-up.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-up.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, 1},
},
south = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-down.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-down.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {0, -1},
},
west = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-left.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-left.png",
priority = "extra-high",
width = 128,
height = 128,
scale = 0.5,
shift = {1, 0},
},
east = {
filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-right.png",
filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-right.png",
priority = "extra-high",
width = 128,
height = 128,
Expand Down
2 changes: 1 addition & 1 deletion prototypes/ores/oil-sand.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENTITY {
stage_counts = {2000, 1600, 1400, 1200, 800, 400, 200, 10},
stages = {
sheet = {
filename = "__pypetroleumhandlinggraphics__/graphics/entity/ores/oil-sand/hr-oil-sand.png",
filename = "__pypetroleumhandlinggraphics__/graphics/entity/ores/oil-sand/oil-sand.png",
priority = "extra-high",
width = 128,
height = 128,
Expand Down

0 comments on commit e339c67

Please sign in to comment.