fluid things
This commit is contained in:
parent
7694798ad0
commit
ad6af0fa35
21 changed files with 608 additions and 183 deletions
|
@ -1,7 +1,7 @@
|
|||
pp = require("cc.pretty").pretty_print
|
||||
|
||||
_G.facing = "south"
|
||||
_G.pos = vector.new(0,0,0)
|
||||
_G.facing = _G.facing or "south"
|
||||
_G.pos = _G.pos or vector.new(0,0,0)
|
||||
|
||||
local up = vector.new(0,1,0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue