Browse Source

Embed text_coloring

luboslenco 2 years ago
parent
commit
6f32a74f30
1 changed files with 2 additions and 1 deletions
  1. 2 1
      base/Sources/MainBase.hx

+ 2 - 1
base/Sources/MainBase.hx

@@ -106,7 +106,8 @@ class MainBase {
 			"icons2x.k",
 			"noise256.k",
 			"smaa_search.k",
-			"smaa_area.k"
+			"smaa_area.k",
+			"text_coloring.json"
 		];
 		for (add in additional) files.push(add);
 		for (file in files) {