function main()
	Is3D( FALSE );

	AddBackground( "Shed\\still_shed_bottle" );

	-- Displayable objects w/ hotspot
	AddSprite( OShedBottle, 231, 0, 256, 512, "obj_shedbottle.dds", VISIBLE+ACTIVE, 0, 0, TOOLS );
end