fixed typo

This commit is contained in:
VorTechnix 2022-05-23 17:11:26 -07:00
parent 3196a590f5
commit a8655373a2
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ end
--- Unified Axis Keywords banks
local keywords = {
-- Direction keywords
keywords.dir = {
dir = {
["?"] = "front", f = "front",
facing = "front", front = "front",
b = "back", back = "back",
@ -45,7 +45,7 @@ local keywords = {
},
-- Mirroring keywords
keywords.mirroring = {
mirroring = {
sym = true, symmetrical = true,
mirror = true, mir = true,
rev = true, reverse = true,