From dae31fd4bec6c0a9e4c6146952e8a63fa0ac3d0c Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 24 Nov 2019 12:54:23 +0100 Subject: [PATCH] Added godot-procedural-textures (https://github.com/RodZill4/godot-procedural-textures.git), as a third-party addon. --- HEADS | 2 +- SConstruct | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HEADS b/HEADS index 08f23e1b..23c84f62 100644 --- a/HEADS +++ b/HEADS @@ -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"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/SConstruct b/SConstruct index ee33fd59..f7f333e8 100644 --- a/SConstruct +++ b/SConstruct @@ -31,6 +31,7 @@ addon_repositories = [ ] third_party_addon_repositories = [ + ['https://github.com/RodZill4/godot-procedural-textures.git', 'godot-procedural-textures', '/addons' ], ] target_commits = {}