objects/obj_box.lua

Sat, 27 Mar 2010 17:43:08 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 27 Mar 2010 17:43:08 +0000
changeset 0
cc66ad6b0d75
permissions
-rwxr-xr-x

Initial commit (importing from old SVN repo which got lost)


classes.obj_box = { 
				_properties =	{
								name = "box",
								longname = "a cardboard box",
								desc = "You see a plain, ordinary, medium-sized cardboard box"
							},
				_parent = "obj_container";
			};

mercurial