Skip to content

Commit 21980c6

Browse files
authored
Merge pull request #2201 from Semphriss/lightflower
2 parents f8f30de + 6e6e9fc commit 21980c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+647
-7
lines changed

data/images/engine/editor/objects.stoi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@
321321
(object
322322
(class "text-area")
323323
(icon "images/engine/editor/textarray.png"))
324+
(object
325+
(class "lit-object")
326+
(icon "images/objects/lightflower/lightflower1-0.png"))
324327
)
325328

326329
(objectgroup
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
(supertux-sprite
2+
(action
3+
(name "default")
4+
(hitbox 357 384 384 384)
5+
(fps 12)
6+
(images "lightflower_light0.png"
7+
"lightflower_light1.png"
8+
"lightflower_light2.png"
9+
"lightflower_light3.png"
10+
"lightflower_light4.png"
11+
"lightflower_light5.png"
12+
"lightflower_light6.png"
13+
"lightflower_light7.png"
14+
"lightflower_light8.png"
15+
"lightflower_light9.png"
16+
"lightflower_light10.png"
17+
"lightflower_light9.png"
18+
"lightflower_light8.png"
19+
"lightflower_light7.png"
20+
"lightflower_light6.png"
21+
"lightflower_light5.png"
22+
"lightflower_light4.png"
23+
"lightflower_light3.png"
24+
"lightflower_light2.png"
25+
"lightflower_light1.png")
26+
)
27+
(action
28+
(name "greyscale")
29+
(hitbox 357 384 384 384)
30+
(fps 12)
31+
(images "greyscale/lightflower_light0_greyscale.png"
32+
"greyscale/lightflower_light1_greyscale.png"
33+
"greyscale/lightflower_light2_greyscale.png"
34+
"greyscale/lightflower_light3_greyscale.png"
35+
"greyscale/lightflower_light4_greyscale.png"
36+
"greyscale/lightflower_light5_greyscale.png"
37+
"greyscale/lightflower_light6_greyscale.png"
38+
"greyscale/lightflower_light7_greyscale.png"
39+
"greyscale/lightflower_light8_greyscale.png"
40+
"greyscale/lightflower_light9_greyscale.png"
41+
"greyscale/lightflower_light10_greyscale.png"
42+
"greyscale/lightflower_light9_greyscale.png"
43+
"greyscale/lightflower_light8_greyscale.png"
44+
"greyscale/lightflower_light7_greyscale.png"
45+
"greyscale/lightflower_light6_greyscale.png"
46+
"greyscale/lightflower_light5_greyscale.png"
47+
"greyscale/lightflower_light4_greyscale.png"
48+
"greyscale/lightflower_light3_greyscale.png"
49+
"greyscale/lightflower_light2_greyscale.png"
50+
"greyscale/lightflower_light1_greyscale.png")
51+
)
52+
)
8.9 KB
20.6 KB
10.1 KB
11.6 KB
12.7 KB
14.1 KB
15.4 KB
17 KB

0 commit comments

Comments
 (0)