Aurora switched to scene 1

This commit is contained in:
Sam Neurohack 2020-10-04 20:11:42 +02:00
parent 0e8db219c2
commit d951c7442a
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,9 @@ print()
log.infog("Aurora v0.1b")
OSCinPort = 8090
ljscene = 0
ljscene = 1
StartFXs = ["anim.Trckr", "anim.Word","anim.Starfield","anim.Starfield"]
StartFXs = ["anim.Word", "anim.Word","anim.Starfield","anim.Starfield"]
# Useful variables init.
white = lj.rgb2int(255,255,255)
@ -191,7 +191,7 @@ green = lj.rgb2int(0,255,0)
cyan = lj.rgb2int(255,0,255)
yellow = lj.rgb2int(255,255,0)
StartColors = [white, blue, green, red]
StartColors = [blue, blue, green, red]
screen_size = [700,700]
xy_center = [screen_size[0]/2,screen_size[1]/2]