diff options
| author | KiritoDev <36680385+KiritoDv@users.noreply.github.com> | 2022-03-21 15:43:22 -0600 |
|---|---|---|
| committer | M4xw <m4x@m4xw.net> | 2022-03-22 02:38:26 +0100 |
| commit | 1503d3eefa0b51164371c60c2aae8ad057678319 (patch) | |
| tree | e6cb048c98e3b86882dd1c2969a7fd16944296fd /.gitignore | |
| parent | 64bcf7bb10e590fa3f65033c5f0fe16059433714 (diff) | |
Game Enhancements (#52)old_master
* [WIP] Texture replacements
* Moved texture load to an otr file
* Implemented gDPFillWideRectangle and added black bars to prerendered rooms
* Added audio sliders, texture load barebones, settings cleanup and input display
* Added functionality to gyro sensitivity and rumble strength
* Fixed volume sliders
* Added task to copy custom assets
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -222,7 +222,7 @@ ClientBin/ *.publishsettings orleans.codegen.cs -# Including strong name files can present a security risk +# Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk @@ -318,7 +318,7 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ -# Azure Stream Analytics local run output +# Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log @@ -327,7 +327,7 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser -# MFractors (Xamarin productivity tool) working folder +# MFractors (Xamarin productivity tool) working folder .mfractor/ *.out @@ -340,7 +340,6 @@ ZAPDUtils/ZAPDUtils.a build/ ZAPDUtils/build/ ZAPD/BuildInfo.h -assets/ baserom/ *.vtx.inc *.otr |
