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

10 lines
207 B
Python

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