-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug_screen.json
More file actions
35 lines (35 loc) · 815 Bytes
/
debug_screen.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"namespace": "debug_screen",
"access_button@common_buttons.light_content_button": {
"$pressed_button_name": "button.access",
"size": [ 20, 20 ],
"offset": [ 20, 20 ],
"anchor_to": "top_left",
"anchor_from": "top_left",
"focus_enabled": false,
"bindings": [
{
"binding_name": "#access_screen_visible",
"binding_name_override": "#visible"
}
]
},
"special_render": {
"type": "custom",
"renderer": "debug_screen_renderer"
},
"debug_global_screen_panel": {
"clips_children": false,
"controls": [
{
"access_button@debug_screen.access_button": {}
}
],
"size": ["100%","100%"],
"type": "panel"
},
"debug_screen@common.base_screen": {
"$screen_animations": [],
"$screen_content": "debug_screen.debug_global_screen_panel"
}
}