added logger to character creation, default character setup, gameplay flow and textmeshpro stuff

This commit is contained in:
Sebastian Bularca
2026-04-05 21:48:06 +02:00
parent bb75524cd8
commit c2bbf30a73
300 changed files with 73925 additions and 184 deletions

View File

@@ -17,7 +17,7 @@ MonoBehaviour:
loggerColors:
infoColor: {r: 1, g: 1, b: 1, a: 1}
warningColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1}
errorColor: {r: 1, g: 0, b: 0, a: 1}
assertColor: {r: 1, g: 0.3, b: 0.2, a: 1}
exceptionColor: {r: 1, g: 0, b: 0.7, a: 1}
errorColor: {r: 0.9811321, g: 0.46778867, b: 0.36561054, a: 1}
assertColor: {r: 0.6996764, g: 0.6179246, b: 1, a: 1}
exceptionColor: {r: 1, g: 0.3537736, b: 0.8048649, a: 1}
spamColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}