-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.kv
53 lines (44 loc) · 854 Bytes
/
other.kv
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
#:kivy 1.0.9
<ExplosionImage>:
source: 'imgs/explode.zip'
anim_delay: 0.05
size_hint: None, None
<BaseObj>:
lifePoint: 1
g: 0
size_hint: None, None
canvas:
Color:
rgba: 1., 1., 1., 1.
Rectangle:
texture: self.texture
pos: self.pos
size: self.size
<Obj01>:
lifePoint: 1
g: 9.8 * 200
maxLifePoint: 3
region: 0, 64, 64, 64
size: 100, 100
pos: -350, -350
<Obj02>:
region: 0, 128, 64, 64
size: 100, 100
pos: -350, -350
<Obj03>:
g: 9.8 * 200
region: 64, 64, 64, 64
size: 100, 100
pos: -350, -350
score: 500
dropRate: 100
drop: "5"
v0: 160
<Obj04>:
region: 0, 192, 64, 64
size: 100, 100
pos: -350, -350
<Obj05>:
region: 64, 192, 64, 64
size: 100, 100
pos: -350, -350