Skip to content

Commit d9ff7fc

Browse files
committed
updated conflicts
2 parents b987f5f + 02f8b0a commit d9ff7fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
*.pyc
2-
/__pycache__
2+
__pycache__

Scenes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def enter(self, hero):
121121
print("The ruby you pocketed starts glowing")
122122
print("This is where I'd describe the encouter with the boss")
123123
print("IF I HAD ONE!")
124-
# Trying out Git
124+
# Now I've changed some lines
125+
print("And added this line in the login branch")
125126

126127

127128

0 commit comments

Comments
 (0)