Skip to content

Commit df866e1

Browse files
committed
Formatter Changes
- Move from `.prettierrc.js` to `.prettierrc.json` - Use 2 Spaces for Haxe Formatting - Run the Formatter properly on all files Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
1 parent eb2b869 commit df866e1

181 files changed

Lines changed: 218991 additions & 214474 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.prettierrc.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

.prettierrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"printWidth": 80,
3+
"useTabs": false,
4+
"singleQuote": false,
5+
"quoteProps": "preserve",
6+
"parser": "json",
7+
"bracketSpacing": true,
8+
"trailingComma": "none",
9+
"semi": false
10+
}
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"resolution": [150, 150],
3-
"color": "#E9FF48",
4-
"antialiasing": true,
5-
"shouldBop": true,
2+
"resolution": [150, 150],
3+
"color": "#E9FF48",
4+
"antialiasing": true,
5+
"shouldBop": true,
66

7-
"animations": [
8-
{
9-
"name": "normal",
10-
"prefix": "",
11-
"framerate": 24,
12-
"indices": [0],
13-
"looped": false,
14-
"flipX": false,
15-
"flipY": false
16-
},
17-
{
18-
"name": "lose",
19-
"prefix": "",
20-
"framerate": 24,
21-
"indices": [1],
22-
"looped": false,
23-
"flipX": false,
24-
"flipY": false
25-
}
26-
],
7+
"animations": [
8+
{
9+
"name": "normal",
10+
"prefix": "",
11+
"framerate": 24,
12+
"indices": [0],
13+
"looped": false,
14+
"flipX": false,
15+
"flipY": false
16+
},
17+
{
18+
"name": "lose",
19+
"prefix": "",
20+
"framerate": 24,
21+
"indices": [1],
22+
"looped": false,
23+
"flipX": false,
24+
"flipY": false
25+
}
26+
],
2727

28-
"healthAnimations": [
29-
{
30-
"maximumHealth": 19,
31-
"minimumHealth": 0,
32-
"anim": "lose"
33-
},
34-
{
35-
"maximumHealth": 100,
36-
"minimumHealth": 20,
37-
"anim": "normal"
38-
}
39-
]
28+
"healthAnimations": [
29+
{
30+
"maximumHealth": 19,
31+
"minimumHealth": 0,
32+
"anim": "lose"
33+
},
34+
{
35+
"maximumHealth": 100,
36+
"minimumHealth": 20,
37+
"anim": "normal"
38+
}
39+
]
4040
}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"resolution": [150, 150],
3-
"color": "#FFF97A",
4-
"antialiasing": false,
5-
"shouldBop": true,
2+
"resolution": [150, 150],
3+
"color": "#FFF97A",
4+
"antialiasing": false,
5+
"shouldBop": true,
66

7-
"animations": [
8-
{
9-
"name": "normal",
10-
"prefix": "",
11-
"framerate": 24,
12-
"indices": [0],
13-
"looped": false,
14-
"flipX": false,
15-
"flipY": false
16-
}
17-
],
7+
"animations": [
8+
{
9+
"name": "normal",
10+
"prefix": "",
11+
"framerate": 24,
12+
"indices": [0],
13+
"looped": false,
14+
"flipX": false,
15+
"flipY": false
16+
}
17+
],
1818

19-
"healthAnimations": [
20-
{
21-
"maximumHealth": 100,
22-
"minimumHealth": 0,
23-
"anim": "normal"
24-
}
25-
]
19+
"healthAnimations": [
20+
{
21+
"maximumHealth": 100,
22+
"minimumHealth": 0,
23+
"anim": "normal"
24+
}
25+
]
2626
}
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"resolution": [32, 32],
3-
"color": "#7BD6F6",
4-
"antialiasing": false,
5-
"shouldBop": true,
2+
"resolution": [32, 32],
3+
"color": "#7BD6F6",
4+
"antialiasing": false,
5+
"shouldBop": true,
66

7-
"animations": [
8-
{
9-
"name": "normal",
10-
"prefix": "",
11-
"framerate": 24,
12-
"indices": [0],
13-
"looped": false,
14-
"flipX": false,
15-
"flipY": false
16-
},
17-
{
18-
"name": "lose",
19-
"prefix": "",
20-
"framerate": 24,
21-
"indices": [1],
22-
"looped": false,
23-
"flipX": false,
24-
"flipY": false
25-
}
26-
],
7+
"animations": [
8+
{
9+
"name": "normal",
10+
"prefix": "",
11+
"framerate": 24,
12+
"indices": [0],
13+
"looped": false,
14+
"flipX": false,
15+
"flipY": false
16+
},
17+
{
18+
"name": "lose",
19+
"prefix": "",
20+
"framerate": 24,
21+
"indices": [1],
22+
"looped": false,
23+
"flipX": false,
24+
"flipY": false
25+
}
26+
],
2727

28-
"healthAnimations": [
29-
{
30-
"maximumHealth": 19,
31-
"minimumHealth": 0,
32-
"anim": "lose"
33-
},
34-
{
35-
"maximumHealth": 100,
36-
"minimumHealth": 20,
37-
"anim": "normal"
38-
}
39-
]
28+
"healthAnimations": [
29+
{
30+
"maximumHealth": 19,
31+
"minimumHealth": 0,
32+
"anim": "lose"
33+
},
34+
{
35+
"maximumHealth": 100,
36+
"minimumHealth": 20,
37+
"anim": "normal"
38+
}
39+
]
4040
}

assets/gameplay/icons/bf/data.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"resolution": [150, 150],
3-
"color": "#31B0D1",
4-
"antialiasing": true,
5-
"shouldBop": true,
2+
"resolution": [150, 150],
3+
"color": "#31B0D1",
4+
"antialiasing": true,
5+
"shouldBop": true,
66

7-
"animations": [
8-
{
9-
"name": "normal",
10-
"prefix": "",
11-
"framerate": 24,
12-
"indices": [0],
13-
"looped": false,
14-
"flipX": false,
15-
"flipY": false
16-
},
17-
{
18-
"name": "lose",
19-
"prefix": "",
20-
"framerate": 24,
21-
"indices": [1],
22-
"looped": false,
23-
"flipX": false,
24-
"flipY": false
25-
}
26-
],
7+
"animations": [
8+
{
9+
"name": "normal",
10+
"prefix": "",
11+
"framerate": 24,
12+
"indices": [0],
13+
"looped": false,
14+
"flipX": false,
15+
"flipY": false
16+
},
17+
{
18+
"name": "lose",
19+
"prefix": "",
20+
"framerate": 24,
21+
"indices": [1],
22+
"looped": false,
23+
"flipX": false,
24+
"flipY": false
25+
}
26+
],
2727

28-
"healthAnimations": [
29-
{
30-
"maximumHealth": 19,
31-
"minimumHealth": 0,
32-
"anim": "lose"
33-
},
34-
{
35-
"maximumHealth": 100,
36-
"minimumHealth": 20,
37-
"anim": "normal"
38-
}
39-
]
28+
"healthAnimations": [
29+
{
30+
"maximumHealth": 19,
31+
"minimumHealth": 0,
32+
"anim": "lose"
33+
},
34+
{
35+
"maximumHealth": 100,
36+
"minimumHealth": 20,
37+
"anim": "normal"
38+
}
39+
]
4040
}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"resolution": [150, 150],
3-
"color": "#AF66CE",
4-
"antialiasing": true,
5-
"shouldBop": true,
2+
"resolution": [150, 150],
3+
"color": "#AF66CE",
4+
"antialiasing": true,
5+
"shouldBop": true,
66

7-
"animations": [
8-
{
9-
"name": "normal",
10-
"prefix": "",
11-
"framerate": 24,
12-
"indices": [0],
13-
"looped": false,
14-
"flipX": false,
15-
"flipY": false
16-
}
17-
],
7+
"animations": [
8+
{
9+
"name": "normal",
10+
"prefix": "",
11+
"framerate": 24,
12+
"indices": [0],
13+
"looped": false,
14+
"flipX": false,
15+
"flipY": false
16+
}
17+
],
1818

19-
"healthAnimations": [
20-
{
21-
"maximumHealth": 100,
22-
"minimumHealth": 0,
23-
"anim": "normal"
24-
}
25-
]
19+
"healthAnimations": [
20+
{
21+
"maximumHealth": 100,
22+
"minimumHealth": 0,
23+
"anim": "normal"
24+
}
25+
]
2626
}

0 commit comments

Comments
 (0)