function main()
	Is3D( FALSE );

	AddBackground( "MotorShop\\exterior" );

	-- Displayable objects
	AddSprite( Katy, 0, 115, 154, 269, nil, VISIBLE, 1, 2 );
	AddSprite( HShopExtKaty, 0, 115, 154, 269, nil, ACTIVE, 0, 0, MotorShopExteriorKaty );

	AddSprite( HMotorShopEnter, 236, 126,  95, 236, nil, ACTIVE, 0, 0, MotorShopInterior );
	AddSprite( HMotorShopTrail, 313, 365, 130,  19, nil, ACTIVE, 0, 0, MotorShopTrail );
end


