27 lines
No EOL
591 B
Text
27 lines
No EOL
591 B
Text
mod = [
|
|
"vmf"
|
|
]
|
|
|
|
package = [
|
|
"resource_packages/vmf"
|
|
]
|
|
|
|
material = [
|
|
"materials/header_background"
|
|
"materials/header_background_lit"
|
|
"materials/common_widgets_background_lit"
|
|
"materials/header_fav_icon"
|
|
"materials/header_fav_icon_lit"
|
|
"materials/header_fav_arrow"
|
|
]
|
|
|
|
lua = [
|
|
"scripts/mods/vmf/vmf_loader"
|
|
"scripts/mods/vmf/modules/dev_console"
|
|
"scripts/mods/vmf/modules/mods"
|
|
"scripts/mods/vmf/modules/hooks"
|
|
"scripts/mods/vmf/modules/settings"
|
|
"scripts/mods/vmf/modules/gui"
|
|
"scripts/mods/vmf/modules/vmf_options_view"
|
|
"scripts/mods/vmf/modules/testing_stuff_here"
|
|
] |