Varia's website
https://varia.zone
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
201 B
10 lines
201 B
# unity webgl options
|
|
|
|
DEFAULT_WIDTH = 960
|
|
DEFAULT_HEIGHT = 600
|
|
DEFAULT_ALIGN = 'center'
|
|
|
|
# paths
|
|
|
|
GAMES_ROOT_DIR = '/games' # directory with games
|
|
TEMPLATE_PATH = '/games/utemplate' # template path
|
|
|