function main()
	Is3D( FALSE );

	AddBackground( "Gray\\still_gray_brokenglass" );

	-- Displayable objects w/ hotspot
	AddSprite( OBrokenGlass, 60, 0, 512, 512, "obj_brokenglass.dds", ACTIVE+VISIBLE, 0, 0, TOOLS );
end