mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Themes can now include font files
Updated example env New fonts added to default theme
This commit is contained in:
parent
a7e79ab5a5
commit
463c5ecd03
11 changed files with 117 additions and 24 deletions
12
app.py
12
app.py
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue