Bring in some sounds and tweak the damage so it's not annoying.'

This commit is contained in:
Zed A. Shaw 2026-04-04 17:07:39 -04:00
parent 568171c4a2
commit 0f9777988d
8 changed files with 9 additions and 72 deletions

View file

@ -1,70 +1,4 @@
{
"burning_animation": {
"sheet": {
"frames": 3,
"frame_width": 256,
"frame_height": 256
},
"sequences": {
"idle": {"frames": [0,1,2,1,0], "durations": [5,5,5,5,5] }
},
"transforms": {
"basic": {
"min_x": 1.0,
"min_y": 1.0,
"max_x": 1.0,
"max_y": 1.0,
"flipped": false,
"scaled": true,
"toggled": false,
"looped": false,
"relative": true,
"easing": "none",
"motion": "move_none"
}
},
"forms": {
"idle": ["idle", "basic"]
},
"sounds": {
"idle": [],
"open": [],
"close": []
}
},
"lightning_animation": {
"sheet": {
"frames": 5,
"frame_width": 256,
"frame_height": 256
},
"sequences": {
"idle": {"frames": [0,1,2,3,4], "durations": [5,5,5,5,5] }
},
"transforms": {
"basic": {
"min_x": 1.0,
"min_y": 1.0,
"max_x": 1.0,
"max_y": 1.0,
"flipped": false,
"scaled": true,
"toggled": false,
"looped": false,
"relative": false,
"easing": "none",
"motion": "move_none"
}
},
"forms": {
"idle": ["idle", "basic"]
},
"sounds": {
"idle": [],
"open": [],
"close": []
}
},
"spider_bot": {
"sheet": {
"frames": 1,
@ -72,7 +6,7 @@
"frame_height": 256
},
"sequences": {
"idle": {"frames": [0], "durations": [50] }
"idle": {"frames": [0, 0], "durations": [25, 25] }
},
"transforms": {
"basic": {
@ -93,7 +27,7 @@
"idle": ["idle", "basic"]
},
"sounds": {
"idle": [],
"idle": [[0, "sword_hit_2"]],
"open": [],
"close": []
}