mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
update dependencies
This commit is contained in:
10
libs/texture.py
Normal file
10
libs/texture.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from pathlib import Path
|
||||
|
||||
import pyray as ray
|
||||
|
||||
|
||||
class TextureWrapper:
|
||||
def __init__(self):
|
||||
pass
|
||||
def load_texture(self, texture: Path) -> ray.Texture:
|
||||
return ray.load_texture(str(texture))
|
||||
Reference in New Issue
Block a user