Renamed the title's ascii art file.
This commit is contained in:
parent
5b5180d44a
commit
dd37c2f62f
|
@ -105,7 +105,8 @@ class MainMenuDisplay(Display):
|
||||||
super().__init__(*args)
|
super().__init__(*args)
|
||||||
self.menu = menu
|
self.menu = menu
|
||||||
|
|
||||||
with open(ResourceManager.get_asset_path("ascii_art.txt"), "r") as file:
|
with open(ResourceManager.get_asset_path("ascii_art-title.txt"), "r")\
|
||||||
|
as file:
|
||||||
self.title = file.read().split("\n")
|
self.title = file.read().split("\n")
|
||||||
|
|
||||||
self.pad = self.newpad(max(self.rows, len(self.title) + 30),
|
self.pad = self.newpad(max(self.rows, len(self.title) + 30),
|
||||||
|
|
Loading…
Reference in New Issue