remove spurious chunk_name printout
This commit is contained in:
parent
5db46186da
commit
a722fa0d95
@ -196,7 +196,6 @@ def set_sprite_chunk_size(metadata):
|
|||||||
def edit_sprite_chunk_metadata(chunk):
|
def edit_sprite_chunk_metadata(chunk):
|
||||||
while True:
|
while True:
|
||||||
name = input('name for chunk #%d: ' % chunk['index']).strip()
|
name = input('name for chunk #%d: ' % chunk['index']).strip()
|
||||||
print(name)
|
|
||||||
if re.fullmatch(r'\w+', name):
|
if re.fullmatch(r'\w+', name):
|
||||||
chunk['name'] = name
|
chunk['name'] = name
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user