Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module D32
- Stat=["Пусто","SP","HP","INT","AGI","DEX","STR"]
- Description=[]
- Description<<""
- Description<<"+100 SP"
- Description<<"+100 HP"
- Description<<"+1 INT"
- Description<<"+1 AGI"
- Description<<"+1 DEX"
- Description<<"+1 STR"
- AP = "AP"
- DIX = 15
- DIY = 15
- Dark=Color.new(125,125,125,125)
- MODE=32
- Select = Rect.new(0 * MODE , 0 * MODE , MODE , MODE)
- Black = Rect.new(1 * MODE , 0 * MODE , MODE , MODE)#Color.new(113,47,38)
- White = Rect.new(2 * MODE , 0 * MODE , MODE , MODE)#Color.new(240,220,130)
- Gray = Rect.new(3 * MODE , 0 * MODE , MODE , MODE)
- Spec = Bitmap.new(".//Graphics//IcoSet")
- if MODE == 64
- Bit=Bitmap.new(".//Graphics//Rect")
- SPD = 32
- LAG = 4
- DX = 10
- DY = 6
- X = 5
- Y = 2
- end
- if MODE == 32
- Bit=Bitmap.new(".//Graphics//32Rect")
- SPD = 8
- LAG = 2
- DX = 20
- DY = 12
- X = 5
- Y = 4
- end
- end
Add Comment
Please, Sign In to add comment