TUNIC: Change Tunic to TUNIC (#2720)

This commit is contained in:
Danaël V
2024-01-17 19:56:34 -05:00
committed by GitHub
parent 834b6e35b4
commit 4c901dcfc0
4 changed files with 7 additions and 7 deletions

View File

@@ -24,15 +24,15 @@ class TunicWeb(WebWorld):
)
]
theme = "grassFlowers"
game = "Tunic"
game = "TUNIC"
class TunicItem(Item):
game: str = "Tunic"
game: str = "TUNIC"
class TunicLocation(Location):
game: str = "Tunic"
game: str = "TUNIC"
class TunicWorld(World):
@@ -41,7 +41,7 @@ class TunicWorld(World):
about a small fox on a big adventure. Stranded on a mysterious beach, armed with only your own curiosity, you will
confront colossal beasts, collect strange and powerful items, and unravel long-lost secrets. Be brave, tiny fox!
"""
game = "Tunic"
game = "TUNIC"
web = TunicWeb()
data_version = 2