#Is it possible to separate the text from the actionBar and modify each one?
1 messages · Page 1 of 1 (latest)
Do you know how I can do this?
I am also trying that not got any progress working on the player body
Ah, I see.
"type": "panel",
"anchor_from": "top_left",
"anchor_to": "top_left",
"clips_children": true,
"size": [
28,
38
],
"layer": 2,
"offset": [
-4,
-17
],
"controls": [
{
"player_head_renderer": {
"type": "custom",
"renderer": "hud_player_renderer",
"size": [
35,
85
],```
can't figure out the issue of cropping it
can u check it out
are you talking about the player?
My code
"player_renderer": {
"type": "custom",
"renderer": "live_player_renderer",
"anchor_from": "top_left",
"anchor_to": "top_left",
"clips_children": true,
"offset": [
15,
12
],
"size": [
25,
30
]
}
does it work like in image size
Yes
it's too small
do you know how controls work for the rootpanel it gives me error if I use any type= panel,custom etc with controls
@base error
Oh, that's how I use it
Sorry