Skip to content

Commit

Permalink
Make unusable bab tiles use the greek question mark in their name ins…
Browse files Browse the repository at this point in the history
…tead of the semicolon.

(Might just change them to 3b later instead. Not likely, but might.)
  • Loading branch information
someone1065 authored Nov 24, 2024
1 parent d9fcecd commit 0b7106a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/custom/bab.toml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ bab_ui_g = {sprite = "ui_g", color = [0, 3], tiling = "none"}

bab_ui_h = {sprite = "ui_h", color = [0, 3], tiling = "none"}

"bab_ui_;" = {sprite = "ui_3b", color = [0, 3], tiling = "none"}
"bab_ui_;" = {sprite = "ui_3b", color = [0, 3], tiling = "none"}

"bab_ui_'" = {sprite = "ui_27", color = [0, 3], tiling = "none"}

Expand Down Expand Up @@ -1417,7 +1417,7 @@ bab_letter_8 = {sprite = "letter_8", color = [0, 3], tiling = "none"}

bab_letter_9 = {sprite = "letter_9", color = [0, 3], tiling = "none"}

"bab_letter_;" = {sprite = "letter_3b", color = [0, 3], tiling = "none"}
"bab_letter_;" = {sprite = "letter_3b", color = [0, 3], tiling = "none"}

"bab_letter_/" = {sprite = "letter_2f", color = [0, 3], tiling = "none"}

Expand Down

0 comments on commit 0b7106a

Please sign in to comment.