Михаил Капелько 4ヶ月前
コミット
23528ab465
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      v5/desktop.py

+ 1
- 1
v5/desktop.py ファイルの表示

@@ -27,7 +27,7 @@ def desktop_createSelectedTiles(p):
p.sprites.append(tile)

tile.guid = id
tile.texture = p.textures[2 + id]
tile.texture = p.textures[2 + p.c.playfieldItems[id]]
# Position.
tile.left = pos[0]
tile.top = pos[1]


読み込み中…
キャンセル
保存