gifted-whale-78169
08/10/2022, 12:19 AMfaint-toothbrush-51643
08/10/2022, 12:19 AMfaint-toothbrush-51643
08/10/2022, 12:19 AMfaint-toothbrush-51643
08/10/2022, 12:20 AMgifted-whale-78169
08/10/2022, 12:20 AMgifted-whale-78169
08/10/2022, 12:21 AMfaint-toothbrush-51643
08/10/2022, 12:21 AMfaint-toothbrush-51643
08/10/2022, 12:21 AMgifted-whale-78169
08/10/2022, 12:22 AMgifted-whale-78169
08/10/2022, 12:22 AMfaint-toothbrush-51643
08/10/2022, 12:22 AMfaint-toothbrush-51643
08/10/2022, 12:22 AMgifted-whale-78169
08/10/2022, 12:22 AMfaint-toothbrush-51643
08/10/2022, 12:22 AMgifted-whale-78169
08/10/2022, 12:22 AMgifted-whale-78169
08/10/2022, 12:23 AMfaint-toothbrush-51643
08/10/2022, 12:23 AMfaint-toothbrush-51643
08/10/2022, 12:23 AMgifted-whale-78169
08/10/2022, 12:23 AMgifted-whale-78169
08/10/2022, 2:35 AMhx
override function resize(width, height:Float) {
super.resize(width, height);
if (options != null) {
options.size(this.width, this.height / 4);
}
}
gifted-whale-78169
08/10/2022, 2:35 AMgifted-whale-78169
08/10/2022, 2:35 AMoptions
is MenuOptions
gifted-whale-78169
08/10/2022, 2:35 AMgifted-whale-78169
08/10/2022, 2:46 AMresize
method in MenuOptions
and then calling it from scene's resize
and the constructor for MenuOptions
, also didnt workfaint-toothbrush-51643
08/10/2022, 3:21 AMpos
it toogifted-whale-78169
08/10/2022, 10:18 AMgifted-whale-78169
08/10/2022, 10:18 AMbillowy-waiter-28954
08/10/2022, 7:45 PMbillowy-waiter-28954
08/10/2022, 7:53 PMglyphQuadsChange
that is fired everytime the quads are changed (usually from changing the text content). You can then access the quads by reading the glyphQuads
property.billowy-waiter-28954
08/10/2022, 7:59 PM