Add animation to the radiant sword (#6380)

* progress

* kermit

* donezo

* light
This commit is contained in:
Stop-Signs 2026-08-12 12:15:26 -05:00 committed by GitHub
parent 40997fb4a4
commit 93f614fdfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 27 additions and 2 deletions

View File

@ -65,6 +65,11 @@
revealTime: 10 revealTime: 10
- type: CollisionWake - type: CollisionWake
enabled: false enabled: false
- type: PointLight
radius: 3
energy: 4
softness: 5
color: "#f6adff"
- type: entity - type: entity
parent: BaseSword parent: BaseSword

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,14 +1,34 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Sprite by AeraAulin(Github)", "copyright": "Sprite by AeraAulin(Github), icon animation by Stop-Signs(Github)",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"states": [ "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", "name": "inhand-left",