Skip to content

Commit 2d587e1

Browse files
committed
2.8.5
1 parent fc4a02a commit 2d587e1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Easy TF2 Mapper (late beta 2.8.3)
1+
# Easy TF2 Mapper (late beta 2.8.5)
22
##in broken state: No.
33
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].
44
### current development branch: master, bugfixes
55
<p>
6-
_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.
6+
_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.
77
<p>
88
*READ THE README.TXT AND WIKI FOR INFO*
99
<p>

__pycache__/main.cpython-34.pyc

37.4 KB
Binary file not shown.
-941 KB
Binary file not shown.

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ def open_console(self):
13671367
self.console.setWindowTitle("Developer Console")
13681368

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

@@ -1425,7 +1425,7 @@ def console_enter(self):
14251425
new_text = text_prefix + str(e)
14261426

14271427
elif command == "help":
1428-
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>'''
1428+
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>'''
14291429

14301430
elif command == "exit":
14311431
self.close_application()

0 commit comments

Comments
 (0)