function main()
	Is3D( FALSE );

	AddBackground( "ledalair\\still_keys" );

	AddSprite( OLedaKeys, 0, 0, 640, 384, "obj_keys.dds", VISIBLE+HASALPHA );
	AddSprite( HLedaKeys, 64, 100, 580, 160, nil, ACTIVE, 0, 0, TOOLS );
end