update tree and female main character
buildbot/windows Build done.
buildbot/linux Build done.

This commit is contained in:
2026-08-08 11:16:24 +02:00
parent 3a8adac185
commit 1227b2ac60
3 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+1 -1
View File
@@ -426,7 +426,7 @@ struct PlaceableInfo {
}; };
static PlaceableInfo placeable_infos[] = { static PlaceableInfo placeable_infos[] = {
{ 0, "decorations/tree_standard_tile_angle.png", vec2(0, 0.25) }, { 0, "decorations/tree_standard_tile.png", vec2(0, 0.25) },
{ 1, "decorations/Stone.png", vec2(0, 0) }, { 1, "decorations/Stone.png", vec2(0, 0) },
{ 2, "decorations/stone_grass.png", vec2(0, 0) }, { 2, "decorations/stone_grass.png", vec2(0, 0) },
}; };