L3-Bataille-Navale/source/gui/texture/Grid.py
2023-02-19 12:02:12 +01:00

9 lines
177 B
Python

from . import _image_path
from .abc import Style
_image_path = _image_path + "grid/"
class Grid:
class Style1(Style):
background = _image_path + "background.png"