This commit is contained in:
51m0n
2026-03-30 00:26:18 +00:00
commit c202acc823
14 changed files with 715 additions and 0 deletions

7
configs/3t_angry.json Normal file
View File

@@ -0,0 +1,7 @@
{
"file_name":"3t_full_angry",
"remove": [],
"fonts": {
"tienne": "Tienne-Regular.ttf"
}
}

8
configs/3t_full.json Executable file
View File

@@ -0,0 +1,8 @@
{
"file_name":"3t_full",
"remove": [
"Angry eye brows"],
"fonts": {
"tienne": "Tienne-Regular.ttf"
}
}

View File

@@ -0,0 +1,19 @@
{
"file_name": "3t_logo_green",
"remove": [
"Angry eye brows",
".network",
"background",
"3t",
"background_purple"
],
"fonts": {
"tienne": "Tienne-Regular.ttf"
},
"size":{
"vx":"165",
"vy":"88",
"x":"1936.4955",
"y":"1842.5645"
}
}

View File

@@ -0,0 +1,19 @@
{
"file_name": "3t_logo_purple",
"remove": [
"Angry eye brows",
".network",
"background",
"3t",
"background_green"
],
"fonts": {
"tienne": "Tienne-Regular.ttf"
},
"size":{
"vx":"165",
"vy":"88",
"x":"1936.4955",
"y":"1842.5645"
}
}

11
configs/3t_mid.json Executable file
View File

@@ -0,0 +1,11 @@
{
"file_name": "3t_mid",
"remove": [
"Angry eye brows",
".network",
"full_background"
],
"fonts": {
"tienne": "Tienne-Regular.ttf"
}
}