Skip to content

Commit

Permalink
acorn and arnie
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Aug 3, 2023
1 parent 870d7a9 commit 9cf673c
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 0 deletions.
78 changes: 78 additions & 0 deletions example_mods/YT Animation Peril/characters/acorn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"animations": [
{
"loop": false,
"offsets": [
104,
-6
],
"anim": "idle",
"fps": 24,
"name": "idle",
"indices": []
},
{
"loop": false,
"offsets": [
199,
-17
],
"anim": "singLEFT",
"fps": 150,
"name": "right",
"indices": []
},
{
"loop": false,
"offsets": [
102,
-27
],
"anim": "singDOWN",
"fps": 150,
"name": "down",
"indices": []
},
{
"loop": false,
"offsets": [
126,
-25
],
"anim": "singUP",
"fps": 150,
"name": "up",
"indices": []
},
{
"loop": false,
"offsets": [
86,
-22
],
"anim": "singRIGHT",
"fps": 150,
"name": "left",
"indices": []
}
],
"no_antialiasing": false,
"image": "characters/Acorn_Assets",
"position": [
0,
170
],
"healthicon": "acorn",
"flip_x": true,
"healthbar_colors": [
161,
161,
161
],
"camera_position": [
-30,
30
],
"sing_duration": 6.1,
"scale": 0.8
}
78 changes: 78 additions & 0 deletions example_mods/YT Animation Peril/characters/arnold.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"animations": [
{
"offsets": [
142,
74
],
"indices": [],
"fps": 24,
"anim": "idle",
"loop": false,
"name": "IDLE"
},
{
"offsets": [
136,
72
],
"indices": [],
"fps": 150,
"anim": "singLEFT",
"loop": false,
"name": "LEFT"
},
{
"offsets": [
141,
41
],
"indices": [],
"fps": 150,
"anim": "singDOWN",
"loop": false,
"name": "DOWN"
},
{
"offsets": [
116,
72
],
"indices": [],
"fps": 150,
"anim": "singUP",
"loop": false,
"name": "UP"
},
{
"offsets": [
148,
67
],
"indices": [],
"fps": 150,
"anim": "singRIGHT",
"loop": false,
"name": "RIGHT"
}
],
"no_antialiasing": false,
"image": "characters/arnold",
"position": [
0,
160
],
"healthicon": "arnold",
"flip_x": false,
"healthbar_colors": [
2,
141,
146
],
"camera_position": [
-180,
-30
],
"sing_duration": 6.1,
"scale": 0.8
}

0 comments on commit 9cf673c

Please sign in to comment.