Skip to content

Commit

Permalink
add building texture for weaver's house
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 1, 2024
1 parent 448b50a commit b993bef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ improvements may be omitted.)_
* __[improvement]__
Terrain textures for wetland and marsh are added.

* __[improvement]__
The building texture for the weaver's house is added.

* __[improvement]__
In the colony view, the colony icon is shown in the center square to indicate
more clearly that those squares are the fields around the colony.
Expand Down
2 changes: 1 addition & 1 deletion engine/Gui.pas
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ interface
('school.bmp', 'college.bmp', 'university.bmp'), //btSchool, 3
('', '', ''), //btArmory, 3
('townhall.bmp', '', ''), //btTownhall, 1
('', '', ''), //btWeaver, 3
('weaver.bmp', '', ''), //btWeaver, 3
('tobacconist.bmp', '', ''), //btTobacconist, 3
('', '', ''), //btDistiller, 3
('', '', ''), //btFurTrader, 3
Expand Down
Binary file added engine/data/img/colony/building/weaver.bmp
Binary file not shown.

0 comments on commit b993bef

Please sign in to comment.