function main()
	Is3D( FALSE );

	AddBackground( "Hangar\\still_hangar_crates" );

	-- Displayable items w/ hotspots
	AddSprite( OBillCrates, 220, 163, 32, 32, "obj_billcrates.dds", VISIBLE+ACTIVE, 0, 0, HangarCratesCU );
end