Major Changes including Options menu, logic blocks, modding system, and more.

This commit is contained in:
2026-08-06 01:28:52 -04:00
parent c9ac4641a0
commit b58acff195
90 changed files with 4065 additions and 485 deletions

View File

@@ -20,7 +20,19 @@
"url": "https://github.com/DmitriySalnikov/godot_debug_draw_3d/releases/download/1.7.3/debug-draw-3d_1.7.3.zip/",
"source": "zip", // optional — this is the default
// "checkout": "master", // optional — this is the default
// "subfolder": "addons/debug_draw_3d" // optional — defaults to "/"
// "subfolder": "" // optional — defaults to "/"
},
"controller_icons": {
"url": "https://github.com/jembawls/controller_icons_csharp/releases/download/v3.1.6/controller_icons_csharp-3.1.6.zip",
"source": "zip", // optional — this is the default
// "checkout": "master", // optional — this is the default
"subfolder": "controller_icons_csharp-3.1.6/addons/controller_icons/" // optional — defaults to "/"
},
// "editor_theme_explorer": {
// "url": "https://github.com/YuriSizov/godot-editor-theme-explorer/releases/godot-editor-theme-explorer-2.1.1.zip",
// "source": "zip", // optional — this is the default
// // "checkout": "master", // optional — this is the default
// // "subfolder": "controller_icons_csharp-3.1.6/addons/controller_icons/" // optional — defaults to "/"
// },
}
}