From c0bfc33367e1e8c9a802d1491a688f791be1da96 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 30 Jan 2022 20:06:37 +0100 Subject: [PATCH] Also add props_2d to the removed modules list. --- module_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/module_config.py b/module_config.py index e25d425..48d8d1f 100644 --- a/module_config.py +++ b/module_config.py @@ -15,6 +15,7 @@ removed_modules = [ [ ['https://github.com/Relintai/world_generator.git', 'git@github.com:Relintai/world_generator.git'], 'world_generator', '' ], [ ['https://github.com/Relintai/terraman_2d.git', 'git@github.com:Relintai/terraman_2d.git'], 'terraman_2d', '' ], [ ['https://github.com/Relintai/props.git', 'git@github.com:Relintai/props.git'], 'props', '' ], + [ ['https://github.com/Relintai/props_2d.git', 'git@github.com:Relintai/props_2d.git'], 'props_2d', '' ], [ ['https://github.com/Relintai/mesh_data_resource.git', 'git@github.com:Relintai/mesh_data_resource.git'], 'mesh_data_resource', '' ], [ ['https://github.com/Relintai/mesh_utils.git', 'git@github.com:Relintai/mesh_utils.git'], 'mesh_utils', '' ], ]