function main()
	Is3D( FALSE );

	AddBackground( "ledalair\\still_note" );

	-- Displayable objects
	AddSprite( OLedaNote, 0, 0, 567, 384, "obj_note.dds", VISIBLE+HASALPHA );

	-- Hotspot
	AddSprite( HLedaNote,   0,   0, 557, 384, nil, ACTIVE, 0, 0, TOOLS );

end