forked from protonphoton/LJ
Merge branch 'master' of https://git.interhacker.space/teamlaser/LJ
This commit is contained in:
commit
f973c910aa
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user