LAYV3N3DGBTXLJG6RCFGHXVTCYD27RMI45MBJOVWMMVNPXMUGREQC
S5QWNDXNWKDH4FQXRGFW47HOYWZSWEYHSKHSJA5TR6U7N7H7F2MQC
L4VMIGM6D5WUEBYOCXBIF6V66NRJAKOJO4FHALHIUIAGAUQUKDPAC
3UFL673QX2JG7KHTAM7DFH4BBYVHDNMXBS2RW45G3JBNFZFLSRRQC
CWCOGTXQXEQPK6O4TQFCIPDVMZD7WHOBGMIG2DTSO6BEBFEADZIQC
PZOXTKMY2XASMYOY4VIGP3IEBPO55A4RU4FBZDVRRNTQA32F25ZQC
2OZGXOFLTXALS34QEIQ2F6VT7AUWYK7FVXUUDX66GZT5I7FUNPVAC
SACCO45GNBBHHTWCVMKJ64ZLGW32DM4DIKSOJF3N6U47WP4JY5HAC
this.tooltipContainer.sortableChildren = true;
const text = new Pixi.Text(props.text, {
fontFamily: 'PixelMix',
padding: 4, // https://github.com/pixijs/pixi.js/issues/4500 -- otherwise on first load the text bounding box is calculated to be too small and the tops of the f's get cut off
fontSize: 26, // use 26 then scale down 50% results in sharper letters than 13
// align: 'center'
});
text.scale = PixiPointFrom(new Vector2(0.5, 0.5));
text.x = 10;
text.y = 10;
text.zIndex = 1;
this.tooltipContainer.addChild(text);