mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
|
|
To install these, copy each of these folders to a folder:
|
|
|
|
addons/
|
|
|
|
inside your projects, example:
|
|
|
|
addons/custom_node
|
|
|
|
To distribute and install from UI, make a zip that contains the folder,
|
|
example:
|
|
|
|
zip -r custom_node.zip custom_node/*
|