Themes can now include font files

Updated example env
New fonts added to default theme
This commit is contained in:
Michał Gdula 2023-01-06 23:46:12 +00:00
parent a7e79ab5a5
commit 463c5ecd03
11 changed files with 117 additions and 24 deletions

12
app.py
View file

@ -3,10 +3,14 @@ import time
import sys
import os
print("""OnlyLegs - created by Fluffy Bean
Version: 060123
---------------------------------
Starting...
print("""
___ _ _
/ _ \ _ __ | |_ _| | ___ __ _ ___
| | | | '_ \| | | | | | / _ \/ _` / __|
| |_| | | | | | |_| | |__| __/ (_| \__ \\
\___/|_| |_|_|\__, |_____\___|\__, |___/
|___/ |___/
Created by Fluffy Bean - Version: 060123
""")
time.sleep(1)