Add animation to the radiant sword (#6380)
* progress * kermit * donezo * light
This commit is contained in:
parent
40997fb4a4
commit
93f614fdfc
|
|
@ -65,6 +65,11 @@
|
|||
revealTime: 10
|
||||
- type: CollisionWake
|
||||
enabled: false
|
||||
- type: PointLight
|
||||
radius: 3
|
||||
energy: 4
|
||||
softness: 5
|
||||
color: "#f6adff"
|
||||
|
||||
- type: entity
|
||||
parent: BaseSword
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 4.7 KiB |
|
|
@ -1,14 +1,34 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Sprite by AeraAulin(Github)",
|
||||
"copyright": "Sprite by AeraAulin(Github), icon animation by Stop-Signs(Github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
"name": "icon",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
|
|
|
|||
Loading…
Reference in New Issue