This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
research-portable-memory
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
main
Михаил Капелько
4 months ago
parent
7496b9676d
commit
23528ab465
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
v5/desktop.py
+ 1
- 1
v5/desktop.py
View File
@@ -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]
Write
Preview
Loading…
Cancel
Save