Skip to content

Commit

Permalink
fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKoev authored Oct 20, 2024
1 parent e1eeef8 commit e4fb99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/custom/catto-sprites.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ glyph_gogo = {sprite = "glyph_gogo", color = [5, 2], tiling = -1}

glyph_cucu = {sprite = "glyph_cucu", color = [0, 2], tiling = -1}

juju = {sprite = "catto", color = [2, 2], tiling = 0}
juju = {sprite = "juju", color = [2, 2], tiling = 0}

text_juju = {sprite = "text_catto", color = [2, 2], tiling = -1}
text_juju = {sprite = "text_juju", color = [2, 2], tiling = -1}

jux = {sprite = "jux", color = [0, 3], tiling = 0}

Expand Down

0 comments on commit e4fb99f

Please sign in to comment.