After playing around with the code a bit, this is what I came up with: var world = []; var worldDict = { 0: 'wall', 1: 'blank', 2: 'sushi', ...
確定! 回上一頁