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
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
Animated = { Image = {} } function Animated.Image:Create() end function Animated.Image:Destroy() end function Animated.Image:SetScale() end function Animated.Image:SetColor() end function Animated.Image:SetAlpha() end function Animated.Image:SetBlend() end function Animated.Image:SetPosition() end function Animated.Image:SetRotation() end function Animated.Image:SetMode() end
Only filling the first three functions would be enough to I understand, So I can fill them by myself then.
Would be appreciated, Thanks!
edited 3×, last 29.04.20 12:29:22 am