View difference between Paste ID: 1MAvwYYe and cHuQtz7v
SHOW: | | - or go back to the newest paste.
1
 module D32
2
  Stat=["Пусто","SP","HP","INT","AGI","DEX","STR"] 
3
  Description=[]
4
  Description<<""
5
  Description<<"+100 SP"
6
  Description<<"+100 HP"
7
  Description<<"+1 INT"
8
  Description<<"+1 AGI"
9
  Description<<"+1 DEX"
10
  Description<<"+1 STR"
11
  
12
  AP = "AP"
13
  
14
  DIX = 15
15
  DIY = 15
16
  Dark=Color.new(125,125,125,125)
17
  MODE=32
18
   Select = Rect.new(0 * MODE , 0 * MODE , MODE , MODE)
19
   Black  = Rect.new(1 * MODE , 0 * MODE , MODE , MODE)#Color.new(113,47,38)
20
   White  = Rect.new(2 * MODE , 0 * MODE , MODE , MODE)#Color.new(240,220,130)
21
   Gray   = Rect.new(3 * MODE , 0 * MODE , MODE , MODE)
22
   Spec   = Bitmap.new(".//Graphics//IcoSet")
23
  if MODE == 64
24
    Bit=Bitmap.new(".//Graphics//Rect")
25
    SPD = 32
26
    LAG = 4
27
    DX = 10
28
    DY = 6
29
    X = 5
30
    Y = 2
31
  end    
32
  if MODE == 32
33
    Bit=Bitmap.new(".//Graphics//32Rect")
34
    SPD = 8
35
    LAG = 2
36
    DX = 20
37
    DY = 12
38
    X = 5
39
    Y = 4
40
  end  
41
end