Skip to content

Commit 316546d

Browse files
committed
remove vestigial.
1 parent 017c4e4 commit 316546d

File tree

9 files changed

+8
-7
lines changed

9 files changed

+8
-7
lines changed

Picorder Logo.png

-36.9 KB
Binary file not shown.

babs.otf

-61.8 KB
Binary file not shown.

backgraph.png

-4.12 KB
Binary file not shown.

background.png

-11.5 KB
Binary file not shown.

ekmd.mov

-11.2 MB
Binary file not shown.

insigniablue.png

-8.09 KB
Binary file not shown.

main.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@
3535
white = (255,255,255)
3636

3737
# The following lists/objects are for UI elements.
38-
titleFont = "babs.otf"
39-
blueInsignia = pygame.image.load('insigniablue.png')
40-
backplane = pygame.image.load('background.png')
41-
backgraph = pygame.image.load('backgraph.png')
42-
slider = pygame.image.load('slider.png')
43-
sliderb = pygame.image.load('slider2.png')
38+
titleFont = "assets/babs.otf"
39+
titleFont = "assets/babs.otf"
40+
blueInsignia = pygame.image.load('assets/insigniablue.png')
41+
backplane = pygame.image.load('assets/background.png')
42+
backgraph = pygame.image.load('assets/backgraph.png')
43+
slider = pygame.image.load('assets/slider.png')
44+
sliderb = pygame.image.load('assets/slider2.png')
4445
status = "startup"
4546

4647
set_logging = False
@@ -283,7 +284,7 @@ def startUp(surface, timeSinceStart):
283284

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

289290
#writes our objects to the buffer

slider.png

-400 Bytes
Binary file not shown.

slider2.png

-422 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)