krot-phaser
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "krot-phaser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,3 +42,3 @@ const {TextIcon} = require("./text-icon"); | ||
text: (raw, object) => { | ||
object.setText(containsLetter(raw.text) ? G.txt(raw.text) : raw.text); | ||
object.setText(containsLetter(raw.text) ? populate.localize(raw.text) : raw.text); | ||
}, | ||
@@ -86,2 +86,4 @@ }; | ||
populate.localize = (text) = text; | ||
module.exports = {populate}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26537
14
563