Skip to content

Commit

Permalink
(agrf) Enable recolour by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Jan 16, 2025
1 parent 08282fd commit a431b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agrf/lib/building/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def to_spriteref(self, sprite_list):
id=0x42D + sprite_list.index(self.sprite),
pal=0,
is_global=False,
use_recolour=False,
use_recolour=True,
always_transparent=False,
no_transparent=False,
)
Expand Down

0 comments on commit a431b2c

Please sign in to comment.