Skip to content

Commit 73409a2

Browse files
committed
adde gitignore.
1 parent fffe54a commit 73409a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def startUp(surface, timeSinceStart):
283283

284284
#sets out UI objects with the appropriate data
285285
insignia.update(blueInsignia, 115, 24)
286-
mainTitle.update("TR-108 Environmental Tricorder",25,22,181,titleFont,white)
286+
mainTitle.update("TR-108 Environmental Tricorder v1.1",25,22,181,titleFont,white)
287287
secTitle.update("STARFLEET R&D - Toronto - CLASS M ONLY",19,37,210,titleFont,blue)
288288

289289
#writes our objects to the buffer

0 commit comments

Comments
 (0)