Михаил Капелько 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]


불러오는 중...
취소
저장