fix all paths manually

This commit is contained in:
Yonokid
2025-04-26 02:16:20 -04:00
parent e1b91a8834
commit 81985c8379
5 changed files with 21 additions and 23 deletions

View File

@@ -1,3 +1,5 @@
from pathlib import Path
import pyray as ray
from libs.utils import load_texture_from_zip
@@ -8,7 +10,7 @@ class EntryScreen:
self.width = width
self.height = height
self.texture_footer = load_texture_from_zip('Graphics\\lumendata\\entry.zip', 'entry_img00375.png')
self.texture_footer = load_texture_from_zip(Path('Graphics/lumendata/entry.zip'), 'entry_img00375.png')
self.screen_init = False