forked from Shardstone/trail-into-darkness
added logger to character creation, default character setup, gameplay flow and textmeshpro stuff
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user