# File tile.rb, line 135 def Tile.getById(id) if @@tiles[id]!=nil return @@tiles[id] else return false end end