Updated the sample module config file with the new modules.

This commit is contained in:
Relintai 2024-02-08 23:58:47 +01:00
parent 5f91eb3e44
commit 088049f177

View File

@ -38,6 +38,7 @@ slim_args = ''
#slim_args += 'module_bmp_enabled=no '
#slim_args += 'module_broken_seals_module_enabled=no '
#slim_args += 'module_cscript_enabled=no '
#slim_args += 'module_csg_enabled=no '
#slim_args += 'module_database_enabled=no '
#slim_args += 'module_database_sqlite_enabled=no '
#slim_args += 'module_dds_enabled=no '
@ -45,6 +46,7 @@ slim_args = ''
#slim_args += 'module_entity_spell_system_enabled=no '
#slim_args += 'module_fastnoise_enabled=no '
#slim_args += 'module_freetype_enabled=no '
#slim_args += 'module_gdnative_enabled=no '
#slim_args += 'module_gdscript_enabled=no '
#slim_args += 'module_gridmap_enabled=no '
#slim_args += 'module_hdr_enabled=no '
@ -58,6 +60,8 @@ slim_args = ''
#slim_args += 'module_minimp3_enabled=no '
#slim_args += 'module_navigation_enabled=no '
#slim_args += 'module_navigation_dummy_enabled=no '
#slim_args += 'module_navigation_geometry_parsers_enabled=no '
#slim_args += 'module_navigation_mesh_generator_enabled=no '
#slim_args += 'module_network_synchronizer_enabled=no '
#slim_args += 'module_ogg_enabled=no '
#slim_args += 'module_opensimplex_enabled=no '
@ -69,6 +73,7 @@ slim_args = ''
#slim_args += 'module_regex_enabled=no '
#slim_args += 'module_skeleton_2d_enabled=no '
#slim_args += 'module_skeleton_3d_enabled=no '
#slim_args += 'module_smtp_enabled=no '
#slim_args += 'module_squish_enabled=no '
#slim_args += 'module_stb_vorbis_enabled=no '
#slim_args += 'module_steering_ai_enabled=no '