Webview for RunT/Krom

This commit is contained in:
Gorochu
2026-07-13 15:44:52 -07:00
parent 7b2f21c499
commit 31a6a9d7ec
75 changed files with 1488 additions and 46 deletions

View File

@ -33,8 +33,10 @@ def init_categories():
lnx_nodes.add_category('Input', icon='GREASEPENCIL', section="basic")
lnx_nodes.add_category('Native', icon='MEMORY', section="basic",
description="The Native category contains nodes which interact with the system (Input/Output functionality, etc.) or Haxe.")
lnx_nodes.add_category('Browser', icon='URL', section="basic")
lnx_nodes.add_category('Krom Runtime', icon='WINDOW', section="basic",
description="Krom specific nodes for WebView, Networking, Window, Display, File and System operations etc.")
lnx_nodes.add_category('Camera', icon='OUTLINER_OB_CAMERA', section="data")
lnx_nodes.add_category('Material', icon='MATERIAL', section="data")
lnx_nodes.add_category('Light', icon='LIGHT', section="data")