Skip to content

if enemy.rect.top >= SCREEN_HEIGHT: - #12

Open
UtkarshPrakash wants to merge 1 commit into
Kill-Console:masterfrom
UtkarshPrakash:patch-1
Open

if enemy.rect.top >= SCREEN_HEIGHT:#12
UtkarshPrakash wants to merge 1 commit into
Kill-Console:masterfrom
UtkarshPrakash:patch-1

Conversation

@UtkarshPrakash

@UtkarshPrakash UtkarshPrakash commented Oct 26, 2019

Copy link
Copy Markdown

Initially it was
if enemy.rect.top > SCREEN_HEIGHT:
It has to be changed to
if enemy.rect.top >= SCREEN_HEIGHT:

Additionally it was 
if enemy.rect.top > SCREEN_HEIGHT:
It has to be changed to
if enemy.rect.top >= SCREEN_HEIGHT:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant