Added godot-procedural-textures (https://github.com/RodZill4/godot-procedural-textures.git), as a third-party addon.

This commit is contained in:
Relintai 2019-11-24 12:54:23 +01:00
parent 5216dfabef
commit dae31fd4be
2 changed files with 2 additions and 1 deletions

2
HEADS
View File

@ -1 +1 @@
{"engine": "636bc5c32f07050fb387a7f8f5f78f7dc9aef7be", "world_generator": "290d973ea9580f748881a54502850ae5fecfb586", "entity_spell_system": "9e16f68ff75bb2b8773a9ef4cd4aa84299e7579c", "ui_extensions": "271dcf89e9afe5cb6350de2f2433c8ebf8aba785", "voxelman": "6d8ded844cd60907ac226e31e729d2f15a4bcf1a", "texture_packer": "604c330188e220c15d10ea5bd545a6fc5aab0132", "fastnoise": "41b7ea05a1f7aa2b8ecddaa1fd739e64d6970f7e", "entity-spell-system-addons": "40d291f308f74428080fc4d14a879c07291873b4"}
{"engine": "636bc5c32f07050fb387a7f8f5f78f7dc9aef7be", "world_generator": "290d973ea9580f748881a54502850ae5fecfb586", "entity_spell_system": "9e16f68ff75bb2b8773a9ef4cd4aa84299e7579c", "ui_extensions": "271dcf89e9afe5cb6350de2f2433c8ebf8aba785", "voxelman": "6d8ded844cd60907ac226e31e729d2f15a4bcf1a", "texture_packer": "604c330188e220c15d10ea5bd545a6fc5aab0132", "fastnoise": "41b7ea05a1f7aa2b8ecddaa1fd739e64d6970f7e", "entity-spell-system-addons": "40d291f308f74428080fc4d14a879c07291873b4", "godot-procedural-textures": "cab8020b4dc052f3cc2ec8f2ab099fe27d1a633a"}

View File

@ -31,6 +31,7 @@ addon_repositories = [
]
third_party_addon_repositories = [
['https://github.com/RodZill4/godot-procedural-textures.git', 'godot-procedural-textures', '/addons' ],
]
target_commits = {}