Providing information about your world
Syntax: WorldInfo
 
- A WorldInfo node provides
title and description information for your world
	- title - the name for your world
	- info - any additional information
 
WorldInfo {
    title "My Masterpiece"
    info  [ "Copyright (c) 1997 Me." ]
}