Aurora swtched to scene 1

This commit is contained in:
Your Name 2020-10-04 20:14:15 +02:00
parent 0e8db219c2
commit 08c893c7f9
8 changed files with 26 additions and 26 deletions

38
LJ.conf
View File

@ -23,9 +23,9 @@ swapx = -1
swapy = -1
lsteps = [ (1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[laser1]
color = -1
@ -43,19 +43,19 @@ swapx = -1
swapy = -1
lsteps = [ (1.0, 2),(0.25, 1), (0.75, 1), (1.0, 5)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[laser2]
color = -1
type = LUKE400
ip = 192.168.2.6
kpps = 25000
centerx = 0
centery = 0
zoomx = 79.0
zoomy = 82.0
kpps = 20361
centerx = -3798
centery = -13079
zoomx = 61
zoomy = 60
sizex = 32000
sizey = 32000
finangle = 0.2792526803190927
@ -63,9 +63,9 @@ swapx = -1
swapy = -1
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[laser3]
color = -1
@ -74,8 +74,8 @@ ip = 192.168.2.4
kpps = 25000
centerx = 2531
centery = -1
zoomx = 90.0
zoomy = 75.0
zoomx = 85
zoomy = 70
sizex = 32000
sizey = 32000
finangle = 0.0
@ -83,9 +83,9 @@ swapx = 1
swapy = 1
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[plugins]
plugins = {

View File

@ -4,7 +4,7 @@
// LJ websocket address. IP will be updated at LJ startup according to LJ.conf wwwIP
var LJ = 'ws://0.0.0.0:9001/'
var LJ = 'ws://192.168.2.44:9001/'
//

View File

@ -658,7 +658,7 @@
<!-- LJ style WS : A nettoyer ! -->
<script type="text/javascript">
var LJ = 'ws://0.0.0.0:9001/'
var LJ = 'ws://192.168.2.44:9001/'
var _WS = {
uri: LJ,

View File

@ -417,7 +417,7 @@
<script type="text/javascript">
var LJ = 'ws://0.0.0.0:9001/'
var LJ = 'ws://192.168.2.44:9001/'
var pl = "";

View File

@ -231,7 +231,7 @@
<!-- LJ style WS : A nettoyer ! -->
<script type="text/javascript">
var LJ = 'ws://0.0.0.0:9001/'
var LJ = 'ws://192.168.2.44:9001/'
var _WS = {

View File

@ -197,7 +197,7 @@
<script type="text/javascript">
var LJ = 'ws://0.0.0.0:9001/'
var LJ = 'ws://192.168.2.44:9001/'
var pl = "";

View File

@ -378,7 +378,7 @@
<script type="text/javascript">
var LJ = 'ws://0.0.0.0:9001/'
var LJ = 'ws://192.168.2.44:9001/'
var _WS = {
uri: LJ,

View File

@ -378,7 +378,7 @@
<script type="text/javascript">
var LJ = 'ws://0.0.0.0:9001/'
var LJ = 'ws://192.168.2.44:9001/'
var _WS = {
uri: LJ,