-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobalVars.py
executable file
·53 lines (39 loc) · 1 KB
/
globalVars.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# coding=UTF-8
# from globalVars import * : seulement des pseudo-constantes
# If you don't have an ether dream connected use localhost.
# etherIP="localhost"
# Enter here your ether dream IP
etherIP="192.168.1.4"
#etherIP="0.0.0.0"
# screen_size = [850,600]
screen_size = [800,600]
# screen_size = [100,100]
space = 200
strings = 9
COLOR_ON = 0xFFFFFF
COLOR_OFF = 0x000000
STRING_SIZE = 40
colorshex = [0xFF0000, 0xFF0000, 0xFF0000, 0xFF0000, 0xFF0000, 0xFF0000, 0xFF0000, 0xFF0000, 0xFF0000, 0xFF0000]
xy_center = [screen_size[0]/2,screen_size[1]/2]
harp_pos = [0,200]
DEFAULT_SPOKES = range(0,359,60)
DEFAULT_PLAYER_EXPLODE_COLOR = 0xFF0000
DEFAULT_SIDE_COUNT = 6
DREARRANGE_SIDES = .02
CRASH_SHAKE_MAX = 6
TDN_CRASH = 200
GAME_FS_QUIT = -1
GAME_FS_MENU = 0
GAME_FS_PLAY = 1
GAME_FS_GAMEOVER = 2
LASER_CENTER_X = 0
LASER_CENTER_Y = 1
LASER_ZOOM_X = -56
LASER_ZOOM_Y = -71
# LASER_SIZE_X = 25000
# LASER_SIZE_Y = 25000
LASER_SIZE_X = 25000
LASER_SIZE_Y = 25000
LASER_ANGLE = 0
NO_BGM = False
#NO_BGM = True