Tiling node to component, add way to move examples properties code to example itself

This commit is contained in:
Insality
2025-03-29 19:29:08 +02:00
parent 3f22e9c542
commit d6fb8cad09
6 changed files with 49 additions and 31 deletions

View File

@@ -196,6 +196,9 @@
"ui_example_gamepad_tester": "Gamepad Tester",
"ui_example_gamepad_tester_description": "Test your gamepad here to bind buttons and axes",
"ui_example_widget_tiling_node": "Tiling Node",
"ui_example_widget_tiling_node_description": "Here is a example of tiling node usage",
"ui_example_on_screen_control": "On Screen Control",
"ui_example_on_screen_control_description": "Here is a example of on screen control. The on_screen_input here is a joystick with a callback as Druid component",