This commit is contained in:
Crispy 2025-07-04 00:34:24 +02:00
parent 45e6ec6e95
commit ccb5b5d419
3 changed files with 61 additions and 34 deletions

View file

@ -5,7 +5,7 @@ _G.pos = _G.pos or vector.new(0,0,0)
local up = vector.new(0,1,0)
local rightOf = {
rightOf = {
south = "west",
west = "north",
north = "east",