Initial project configurations
This commit is contained in:
25
addons.jsonc
Normal file
25
addons.jsonc
Normal file
@@ -0,0 +1,25 @@
|
||||
// Godot addons configuration file for use with the GodotEnv tool.
|
||||
// See https://github.com/chickensoft-games/GodotEnv for more info.
|
||||
// -------------------------------------------------------------------- //
|
||||
// Note: this is a JSONC file, so you can use comments!
|
||||
// If using Rider, see https://youtrack.jetbrains.com/issue/RIDER-41716
|
||||
// for any issues with JSONC.
|
||||
// -------------------------------------------------------------------- //
|
||||
{
|
||||
"$schema": "https://chickensoft.games/schemas/addons.schema.json",
|
||||
// "path": "addons", // default
|
||||
// "cache": ".addons", // default
|
||||
"addons": {
|
||||
"imrp": { // name must match the folder name in the repository
|
||||
"url": "https://github.com/MakovWait/improved_resource_picker",
|
||||
// "source": "remote", // default
|
||||
// "checkout": "main", // default
|
||||
"subfolder": "addons/imrp"
|
||||
},
|
||||
"imgui-godot": {
|
||||
"url": "https://github.com/pkdawson/imgui-godot",
|
||||
"checkout": "6.x",
|
||||
"subfolder": "addons/imgui-godot"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user