Created
November 17, 2020 01:56
-
-
Save harumaxy/1ff5924c1dc5660a1d2eef1e3c3e5089 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# gspm project.yml <https://gs-project-manager-docs.readthedocs.io/en/latest/schema.html> | |
name: Project | |
path: . | |
version: 0.0.0 | |
default_type: git | |
author: Max | |
email: [email protected] | |
twitter: (at)twitter | |
copyright: Copyright (c) 2020 | |
license: License Type | |
godot: | |
version: 3.2.2 | |
arch: 64 | |
mono: False | |
project: | |
url: none | |
assets: | |
godot-engine.easy-charts: | |
location: https://github.com/fenix-hub/godot-engine.easy-charts.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
godot-uuid: | |
location: https://github.com/binogure-studio/godot-uuid.git | |
type: git | |
includes: | |
- dir: . | |
todir: addons/godot-uuid | |
UIDesignTool: | |
location: https://github.com/imjp94/UIDesignTool.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
godot-editor-theme-explorer: | |
location: https://github.com/pycbouh/godot-editor-theme-explorer.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
matcap-plugin: | |
location: https://github.com/SIsilicon/Godot-MatCap-Plugin.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
Godot-Database-Manager: | |
location: https://github.com/radubolovan/Godot-Database-Manager | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
godot-python: | |
location: https://github.com/touilleMan/godot-python-assetlib-repo.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
Godot-Trail-System: | |
location: https://github.com/OBKF/Godot-Trail-System.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
godotenv: | |
location: https://github.com/coelhucas/godotenv.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
inspector-gadget: | |
location: https://github.com/Shfty/inspector-gadget.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
Godot-Inventory: | |
location: https://github.com/Oen44/Godot-Inventory.git | |
type: git | |
includes: | |
- dir: . | |
todir: godot_inventory | |
godot-3d-mannequin: | |
location: https://github.com/GDQuest/godot-3d-mannequin.git | |
type: git | |
includes: | |
- dir: godot | |
todir: godot-3d-mannequin | |
godot-demo-projects: | |
location: https://github.com/godotengine/godot-demo-projects.git | |
type: git | |
includes: | |
- dir: . | |
todir: demo-projects | |
Animation-Frame-Picker-for-Godot: | |
location: https://github.com/AniMesuro/Animation-Frame-Picker-for-Godot.git | |
type: git | |
includes: | |
- dir: addons | |
todir: addons | |
pre_install: | |
post_install: | |
pre_build: | |
post_build: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment