This commit is contained in:
2019-09-22 12:58:01 +01:00
parent 0a95017dee
commit 698f07c6ff
3 changed files with 46 additions and 15 deletions

View File

@ -1,5 +1,7 @@
from flight.color import Color
from flight.client import *
from flight.server import FlightServer
MaskOuterRadius = 460
@ -29,6 +31,7 @@ TriangleCount = 30
TriangleWidth = 60
TriangleHeight = 40
TriangleRadius = 430
Spirals = 7
MaskColor = Color.hsv(0.09, 0.8, 0.25)
DarkMaskColor = MaskColor * 0.25
@ -40,4 +43,4 @@ EvenBeadColor = Color.white(0)
server = FlightServer.ensure_threaded_instance()
client = FlightClient('http://192.168.178.32:8888')
client = FlightClient('http://flight.local:8888')