Skip to content

Commit 1fca3f3

Browse files
committed
...
1 parent 07839de commit 1fca3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agrf/lib/building/foundation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def make_sprite(self, slope_type, render_context):
8282

8383
def get_sprite_conf(self, style, i):
8484
left, right = {
85-
("ground", 0): (0, 0),
85+
("ground", 0): (7, 7),
8686
("simple", 0): (6, None),
8787
("simple", 1): (4, None),
8888
("simple", 2): (5, None),

0 commit comments

Comments
 (0)