mirror of
https://gitlab.com/GameFeverOnline/py-mmlv.git
synced 2025-12-18 17:57:42 -04:00
Almost finished the set tile function
This commit is contained in:
parent
cf01eb41a4
commit
caf0c975a2
2 changed files with 67 additions and 0 deletions
|
|
@ -61,9 +61,21 @@ def set_tile(tilename, x , y, tile=0):
|
|||
for letter in "kjiea":
|
||||
#tile = letter + x16 + "," + y16
|
||||
#print(type(tile))
|
||||
if letter is "k":
|
||||
#something
|
||||
elif letter is "j":
|
||||
#something
|
||||
elif letter is "i":
|
||||
#something
|
||||
elif letter is "e":
|
||||
#something
|
||||
else:
|
||||
#something
|
||||
|
||||
config.set(section,letter + x16 + "," + y16, "0")
|
||||
|
||||
|
||||
|
||||
"""
|
||||
def read_tile
|
||||
def set_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue