# File lib/extras/as_menu.rb, line 97
        def initialize(tex, x, y, &block)
                super(x, y, tex.w, tex.h)
                @tex, @block = tex, block
        end