Skip to content

Commit 921be68

Browse files
committed
Add background image for template_toolbelt.p8
* Convert to lowercase template_toolbelt.p8 * Lowercase string to replace in generate_pico8.py
1 parent 4f7e140 commit 921be68

File tree

2 files changed

+149
-153
lines changed

2 files changed

+149
-153
lines changed

generate_pico8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
with open('template_toolbelt.p8', 'r') as r:
1313
toolbelt_content = r.read()
1414
r.close()
15-
toolbelt_content = re.sub(r'\#INSERT_TOOLBELT\#', lua_content, toolbelt_content)
15+
toolbelt_content = re.sub(r'\#insert_toolbelt\#', lua_content, toolbelt_content)
1616
f.write(toolbelt_content)

0 commit comments

Comments
 (0)