add reverse animations, zip up graphics files

This commit is contained in:
Yonokid
2024-09-23 17:44:38 -04:00
parent 9f96204a6f
commit 1bc72cd128
5 changed files with 198 additions and 276 deletions

View File

@@ -1,11 +1,12 @@
import pyray as ray
from global_funcs import load_texture_from_zip
class EntryScreen:
def __init__(self, width, height):
self.width = width
self.height = height
self.texture_footer = ray.load_texture('Graphics\\lumendata\\entry\\entry_img00375.png')
self.texture_footer = load_texture_from_zip('Graphics\\lumendata\\entry.zip', 'entry_img00375.png')
def update(self):
if ray.is_key_pressed(ray.KeyboardKey.KEY_ENTER):