Update flatcraft.py

master
TechDudie 2021-01-21 10:28:59 -06:00 committed by GitHub
parent fc68476f19
commit c035963395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import math
import gc
gc.disable()
root = tkinter.Tk()
root.title("PyCraft 2D")
root.title("FlatCraft 2D")
game_on = False
action_db = []
action_id = 0
@ -290,4 +290,4 @@ if game_on == True:
select_thread.start()
g.mainloop()
except:
pass
pass