Skip to content

Commit

Permalink
feat(asset): add matcap textures
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Nov 11, 2024
1 parent f4c8157 commit d0a780c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,8 @@ def download_addon(name,addonName,url,commitId=None):
download_addon("HL","pragma_hl","https://github.com/Silverlan/pragma_hl.git","7d146f517a9d514e9c22ca918460b85b27694155")
download_addon("TF2","pragma_tf2","https://github.com/Silverlan/pragma_tf2.git","9cf3dc9a1a5fef4cc18b85fc2646cf4263134e9b")

download_addon("Matcaps","matcaps","https://github.com/Silverlan/pragma_matcaps.git","304800623fc6c07901053fb41428fa2c430f2d0d")

os.chdir(curDir)

########## Write Build Configuration ##########
Expand Down

0 comments on commit d0a780c

Please sign in to comment.