-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserpiente.h
More file actions
45 lines (40 loc) · 1.15 KB
/
Copy pathserpiente.h
File metadata and controls
45 lines (40 loc) · 1.15 KB
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
#define IDM_NUEVO 200
#define IDM_SALIR 201
#define IDM_MODO_C 202
#define IDM_MODO_O 203
#define IDM_MODO_A 204
#define IDM_STATS 205
#define IDM_MUSIC 206
#define IDM_INFO 207
#define PS_CUERPO_BLANCO 301
#define PS_CUERPO_NEGRO 302
#define PS_CUERPO_AZUL 303
#define PS_CUERPO_ROJO 304
#define PS_CUERPO_AMARILLO 305
#define PS_CUERPO_VERDE 306
#define PS_CUERPO_MORADO 307
#define PS_COLA_BLANCO 401
#define PS_COLA_NEGRO 402
#define PS_COLA_AZUL 403
#define PS_COLA_ROJO 404
#define PS_COLA_AMARILLO 405
#define PS_COLA_VERDE 406
#define PS_COLA_MORADO 407
#define PS_LENGUA_BLANCO 501
#define PS_LENGUA_NEGRO 502
#define PS_LENGUA_AZUL 503
#define PS_LENGUA_ROJO 504
#define PS_LENGUA_AMARILLO 505
#define PS_LENGUA_VERDE 506
#define PS_LENGUA_MORADO 507
#define PS_ENEMIGO_VERDEBOSQUE 601
#define PS_ENEMIGO_NARANJA 602
#define PS_ENEMIGO_MARRON 603
#define PS_ENEMIGO_VIOLETA 604
#define PS_CABEZA_BLANCO 701
#define PS_CABEZA_NEGRO 702
#define PS_CABEZA_AZUL 703
#define PS_CABEZA_ROJO 704
#define PS_CABEZA_VERDE 705
#define PS_CABEZA_AMARILLO 706
#define PS_CABEZA_MORADO 707