Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/OSLL/dt-gui-tools into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
HadronCollider committed Sep 18, 2020
2 parents d99919b + 57e7f15 commit 819f30b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/map_editor/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,14 @@ def calc_materials_triggered(self):

# Help: About
def about_author_triggered(self):
text = "Authors:\n alskaa;\n dihindee;\n ovc-serega;\n HadronCollider;\n light5551;\n snush.\n\n Contact us " \
"on github! "
text = '''
- Select an object using the left mouse button\n
- when object is selected you can change pos, using WASD: W(UP), A(LEFT), D(RIGHT), S(DOWN)\n
- reset object tracking using `Q`\n
- add apriltag using key `R`\n
- Edit an object, click on it using the right mouse button\n
- Authors:\n alskaa;\n dihindee;\n ovc-serega;\n HadronCollider;\n light5551;\n snush.\n\n Contact us on github!
'''
self.show_info(self.author_window, "About", text)

# Exit
Expand Down

0 comments on commit 819f30b

Please sign in to comment.