Update docs, add Editor script: Create Druid GUI Script, add simple using widgets example

This commit is contained in:
Insality
2025-04-25 20:37:00 +03:00
parent 749666a4a5
commit 6795934a1f
19 changed files with 466 additions and 77 deletions

View File

@@ -151,7 +151,9 @@ local function setup_components(self)
self.container_output:add_container(self.output_list.root)
self.next_example = self.druid:new_hotkey("key_down", on_next_example, self)
:add_hotkey("key_s")
self.previous_example = self.druid:new_hotkey("key_up", on_previous_example, self)
:add_hotkey("key_w")
do -- Component bindings
self.examples_list_view.on_debug_info:subscribe(function(info)