Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UnbihexiumFan committed Jan 22, 2022
1 parent 8f95920 commit f8fb623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorers_bane/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def generate():
c.create_rectangle(228,8,(health/4)+228,24,fill="#ff0000")

def gen_ent():
c.delete(all)
c.delete("all")
if yaw == 0:
for z_ in range(z+3,z,-1):
for x_ in range(x-1,x+2):
Expand Down

1 comment on commit f8fb623

@UnbihexiumFan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing an error

Please sign in to comment.