Skip to content

Commit

Permalink
Secret textures
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Mar 29, 2024
1 parent 7c455f3 commit a115580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,5 @@ Resources/MapImages
# Moony taught me this :godo:
Content.ServerSecret/Code
Resources/Prototypes/SecretPrototypes
Resources/Textures/SecretTextures
Secrets
1 change: 1 addition & 0 deletions Tools/setup_secrets.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
git submodule add -f https://github.com/ekrixi-14/secrets Secrets
New-Item -ItemType SymbolicLink -Path "Content.ServerSecret\Code" -Target "Secrets\ServerCode"
New-Item -ItemType SymbolicLink -Path "Resources\Prototypes\SecretPrototypes" -Target "Secrets\SecretResources\Prototypes"
New-Item -ItemType SymbolicLink -Path "Resources\Textures\SecretTextures" -Target "Secrets\SecretResources\Textures"
pause

0 comments on commit a115580

Please sign in to comment.