Almost finished the set tile function

This commit is contained in:
Timothy GFO 2023-08-31 22:41:01 -04:00
parent cf01eb41a4
commit caf0c975a2
2 changed files with 67 additions and 0 deletions

View file

@ -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