Define color text by brightness

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant
2022-02-21 01:09:53 +01:00
parent 070ad6b993
commit 0943ec8991
5 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export abstract class Character extends Container implements OutlineableInterfac
fontFamily: '"Press Start 2P"',
fontSize: "8px",
strokeThickness: 2,
stroke: "black",
stroke: "#14304C",
metrics: {
ascent: 20,
descent: 10,