Skip to content

Commit

Permalink
refactor: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira committed Dec 27, 2023
1 parent e8a5e6b commit 7d61be6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/_typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[default.extend-identifiers]
FluffyUnderware = "FluffyUnderware"
"Edit_Shotcut" = "Edit_Shotcut"

[files]
extend-exclude = [
"unity/*",
]
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
fetch-depth: 0
- name: Check typos
uses: crate-ci/typos@master
with:
config: .github/_typos.toml
build:
runs-on: ubuntu-latest
defaults:
Expand Down
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"comfort",
"sound",
"deps",
"thunderstore"
"thunderstore",
"config"
]
}
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

### 🐛 Bug Fixes

* **input:** bind map controlls and fix player arrow ([#32](https://github.com/Xenira/TechtonicaVR/issues/32)) ([67d2ebb](https://github.com/Xenira/TechtonicaVR/commit/67d2ebb590ae14fa4d51d5f95be527735b5c2496))
* **input:** bind map controls and fix player arrow ([#32](https://github.com/Xenira/TechtonicaVR/issues/32)) ([67d2ebb](https://github.com/Xenira/TechtonicaVR/commit/67d2ebb590ae14fa4d51d5f95be527735b5c2496))


### 📝 Documentation
Expand Down Expand Up @@ -72,7 +72,7 @@
* **input:** add smooth turning ([dd579c9](https://github.com/Xenira/TechtonicaVR/commit/dd579c94771fb8014eea119e209e02d6f75578b7))
* **input:** use right hand as target origin ([8e3a749](https://github.com/Xenira/TechtonicaVR/commit/8e3a7499bf44b5de3c9b39d2a2184b5827820471))
* **player:** add player hands ([0897dca](https://github.com/Xenira/TechtonicaVR/commit/0897dcab4acda07dfd94a19bbdaa31f083bc2fed))
* **ui:** attched inspector to aim location ([#23](https://github.com/Xenira/TechtonicaVR/issues/23)) ([b7ef8db](https://github.com/Xenira/TechtonicaVR/commit/b7ef8dbf1f7dfae9a08e0f13f3fe2152e2ab1aac))
* **ui:** attached inspector to aim location ([#23](https://github.com/Xenira/TechtonicaVR/issues/23)) ([b7ef8db](https://github.com/Xenira/TechtonicaVR/commit/b7ef8dbf1f7dfae9a08e0f13f3fe2152e2ab1aac))
* **ui:** inventory overhaul ([#3](https://github.com/Xenira/TechtonicaVR/issues/3)) ([4c6fdb5](https://github.com/Xenira/TechtonicaVR/commit/4c6fdb5fc2ef4f6923c1e0de463eae719c10b630))
* **ui:** move crafting queue to left hand ([#22](https://github.com/Xenira/TechtonicaVR/issues/22)) ([8c4fb9b](https://github.com/Xenira/TechtonicaVR/commit/8c4fb9ba23d0b9b7ef09533324eafd64f3e1dec6))

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Long Press Time:: Time in seconds before a button press is considered a long pre
.UI
Menu Spawn Distance:: Distance of the menu from the player. Default: `0.8`
Menu Scale:: Scale of the menu (X/Y/Z). Default: `{"x":0.2,"y":0.2,"z":0.2}`
Inventory and Crafting Menu Scale Override:: Scale of the inventory and crafting menu (X/Y/Z). This menu has different scaling and needs seperate config. Default: `{"x":0.2,"y":0.1,"z":0.2}`
Inventory and Crafting Menu Scale Override:: Scale of the inventory and crafting menu (X/Y/Z). This menu has different scaling and needs separate config. Default: `{"x":0.2,"y":0.1,"z":0.2}`
Menu Downward Offset:: Offset of the menu in the downward direction. Default: `0.2`
[horizontal]
.Debug
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/camera/camera_manager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private void Start()
DontDestroyOnLoad(gameObject);
}

private void OnDestory()
private void OnDestroy()
{
Plugin.Logger.LogInfo("Destroying vr camera manager...");
}
Expand Down

0 comments on commit 7d61be6

Please sign in to comment.