index
:
home_text_adventure
master
Made for Global Game Jam 2019
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
data
/
world.lua
blob: c170656de4c10954abc761d4b2c395bb0f632a8f (
plain
)
1
2
3
4
5
local
world
=
{}
world
.
basic_commands
=
{
"look"
,
"go"
}
return
world