# File lib/rubygame/sprite.rb, line 113
                        def col_rect
                                if defined? @col_rect 
                                        return (@col_rect or rect)
                                else
                                        return rect
                                end
                        end