function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\brass_office" );

	-- Displayable items
	AddSprite( Brass, 123, 65, 400, 270, nil, VISIBLE + ACTIVE, 1, 2 );
end