Skip to content

Commit

Permalink
2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anbridge committed May 25, 2016
1 parent fc4a02a commit 2d587e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Easy TF2 Mapper (late beta 2.8.3)
# Easy TF2 Mapper (late beta 2.8.5)
##in broken state: No.
Make TF2 maps with blocks, similar to the Time Splitters map creator. currently in development; a few weeks from release. Send bugs, ideas, and suggestions to [email protected].
### current development branch: master, bugfixes
<p>
_CURRENTLY IN LATE BETA 2.8.3. PROBABLY BUGGY. SEND BUGS TO [email protected]_ This is only for Windows, as Hammer is only for Windows.
_CURRENTLY IN LATE BETA 2.8.5. PROBABLY BUGGY. SEND BUGS TO [email protected]_ This is only for Windows, as Hammer is only for Windows.
<p>
*READ THE README.TXT AND WIKI FOR INFO*
<p>
Expand Down
Binary file modified __pycache__/main.cpython-34.pyc
Binary file not shown.
Binary file modified latestwinredist/easytf2mapper_latest.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ def open_console(self):
self.console.setWindowTitle("Developer Console")

self.prev_text = QTextEdit("<Bald Engineers Developer Console>")
self.prev_text.setText('''Developer console for Easy TF2 Mapper version beta 2.8.3. Current commands are:
self.prev_text.setText('''Developer console for Easy TF2 Mapper version beta 2.8.5. Current commands are:
print <variable>, setlevel <int>, help, restart, exit, func <function>, wiki, py <python function>.\n''')
self.prev_text.setReadOnly(True)

Expand Down Expand Up @@ -1425,7 +1425,7 @@ def console_enter(self):
new_text = text_prefix + str(e)

elif command == "help":
new_text = text_prefix + '''Developer console for Easy TF2 Mapper version beta 2.8.3. Current commands are: print <variable>, func <function>, setlevel <int>, help, restart, exit, func <function>, wiki, py <python function>'''
new_text = text_prefix + '''Developer console for Easy TF2 Mapper version beta 2.8.5. Current commands are: print <variable>, func <function>, setlevel <int>, help, restart, exit, func <function>, wiki, py <python function>'''

elif command == "exit":
self.close_application()
Expand Down

0 comments on commit 2d587e1

Please sign in to comment.