diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2022-05-19 14:20:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-19 13:20:39 -0700 |
| commit | 489e89714766069b64b4ffcf41828406d16f2504 (patch) | |
| tree | c85d4fb70cfed94d192648d1979f4d785eb6b8a1 /.gitignore | |
| parent | bcf65f3883c6982211c39b0f687cf1462cbacd02 (diff) | |
Update gitignore & match more actor funcs (#206)
* import random_u16 to sm64
* rand math decomp
* Match func_80298AC0
* Match some actor funcs
* Renames
* update gitignore for .bin textures
* update player struct member 34 to Vec3f
* Named and documented actor destroy funcs
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e78b49569..49e7caf5c 100755 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ expected/* # Assets. Generally ignored, but ones with "custom" in the name are fine. /bin/* /textures/**/*.png +/textures/**/*.bin /assets/**/*.bin /music/**/*.m64 /sound/**/*.m64 |
