mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add reverse animations, zip up graphics files
This commit is contained in:
3
entry.py
3
entry.py
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user