L3-Bataille-Navale/source/gui/texture/Scroller.py

11 lines
254 B
Python

from .abc import Style
from .type import Texture
from source import path_image
path = path_image / "scroller"
class Scroller:
class Style1(Style):
background = Texture(path / "background.png")
cursor = Texture(path / "cursor.png")