Skip to content

Commit

Permalink
update town-hall.png
Browse files Browse the repository at this point in the history
  • Loading branch information
PlexPt committed Dec 25, 2024
1 parent 54863d1 commit bd5e7d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified graphics/entity/town-hall/town-hall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions prototypes/entities/town-center-virtual.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ data:extend{
type = "container",
name = "tycoon-town-center-virtual",
icon = "__tycoon__/graphics/entity/town-hall/town-hall.png",
icon_size = 64,
icon_size = 500,
inventory_size = 0,
collision_box = { { -5, -5}, {5, 5} },
picture = {
layers = {
{
filename = "__tycoon__/graphics/entity/town-hall/town-hall.png",
priority = "high",
width = 250,
height = 250,
scale = 1,
width = 500,
height = 500,
scale = 0.5,
shift = {0.6, 0}
},
}
},
}
}
}
6 changes: 3 additions & 3 deletions prototypes/entities/town-hall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ data:extend{
{
filename = "__tycoon__/graphics/entity/town-hall/town-hall.png",
priority = "high",
width = 250,
height = 250,
scale = 0.8,
width = 500,
height = 500,
scale = 0.4,
shift = {0.55, 0.2}
},
}
Expand Down

0 comments on commit bd5e7d9

Please sign in to comment.