Skip to content

Commit cc50f6d

Browse files
committed
Adds texture & animation for grid configurator
1 parent 3a86f62 commit cc50f6d

3 files changed

Lines changed: 47 additions & 1 deletion

File tree

Resources/Prototypes/Entities/Objects/Tools/grid_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sound:
99
path: /Audio/Items/multitool_drop.ogg
1010
- type: Sprite
11-
sprite: Objects/Tools/access_configurator.rsi
11+
sprite: _Persistence14/Objects/Tools/grid-configurator.rsi
1212
state: icon
1313
- type: Item
1414
size: Small
2.05 KB
Loading
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"version": 2,
3+
"license": "CC-BY-SA-3.0",
4+
"copyright": "Sprite made for PSS24 (https://github.com/michaelchessall/SS24-Persistence) by JoulesMango (Github)",
5+
"size": {
6+
"x": 32,
7+
"y": 32
8+
},
9+
"states": [
10+
{
11+
"name": "icon",
12+
"delays": [
13+
[
14+
0.2,
15+
0.2,
16+
0.2,
17+
0.2,
18+
0.2,
19+
0.2,
20+
0.2,
21+
0.2,
22+
0.2,
23+
0.2,
24+
0.2,
25+
0.2,
26+
0.2,
27+
0.2,
28+
0.2,
29+
0.2,
30+
0.2,
31+
0.2,
32+
0.2,
33+
0.2,
34+
0.2,
35+
0.2,
36+
0.2,
37+
0.2,
38+
0.2,
39+
0.2,
40+
0.2,
41+
0.2
42+
]
43+
]
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)