Skip to content
Snippets Groups Projects
Commit db8f4eb4 authored by rorist's avatar rorist
Browse files

change title for real

parent 265836e8
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class EndlessSequencer(Application):
self.DEBUG = False
self.is_loading = True
self.loading_text = 'Loading'
self.blm = bl00mbox.Channel("3ndless 5equencer")
self.blm = bl00mbox.Channel("Endless Sequencer")
self.kick = None
self.notes = []
self.samples = []
......@@ -61,7 +61,7 @@ class EndlessSequencer(Application):
ctx.rgb(*colours.GO_GREEN)
ctx.font = "Camp Font 1"
ctx.font_size = 30
ctx.text("ENDLESS SEQ")
ctx.text("3NDLESS SEQ")
if self.is_loading:
# Loading UI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment