Stuff
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user