Skip to content

Commit 1e8b5a9

Browse files
author
AI-Spawn
committed
new default character
1 parent db4f8ce commit 1e8b5a9

File tree

14 files changed

+21
-32
lines changed

14 files changed

+21
-32
lines changed

align.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ func parseTimestamps(timestampsPath string) []Timestamp {
128128
fmt.Println("Error parsing int in Timestamps file:", parts[0])
129129
log.Fatal(err)
130130
}
131-
fmt.Println(len(parts[0]), len(parts[1]))
132131
newStamp.Time = uint32(time)
133132
newStamp.Name = parts[1]
134133
if len(parts) > 2 {

blankCharacter.zip

-1.03 KB
Binary file not shown.

checkForUpdates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Release struct {
1616
}
1717

1818
func checkForUpdates() {
19-
currentSemVer := "v5.0.4"
19+
currentSemVer := "v5.0.5"
2020

2121
logM(1, "Checking for Updates...")
2222
endpointUrl := "https://api.github.com/repos/Matamata-Animator/Matamata/releases?per_page=1"
Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,28 @@
11
{
22
"schema": 5,
33
"poses": {
4-
"defaultMouthScale": 2.0,
5-
"defaultPose": "purple",
6-
"purple": {
7-
"image": "purple.png",
8-
"x": 640,
9-
"y": 400,
10-
"facingLeft": false,
11-
"mouthScale": 1.0
4+
"defaultMouthScale": 1,
5+
"defaultPose": "normal",
6+
"happy": {
7+
"image": "bob_happy.png",
8+
"x": 439,
9+
"y": 447.8125,
10+
"mouthScale": 1.51,
11+
"facingLeft": false
1212
},
13-
"green": {
14-
"image": "green.png",
15-
"x": 640,
16-
"y": 400,
17-
"facingLeft": false,
18-
"mouthScale": 1.0
13+
"normal": {
14+
"image": "bob_normal.png",
15+
"x": 439,
16+
"y": 447.8125,
17+
"mouthScale": 1.51,
18+
"facingLeft": false
1919
},
20-
"blue": {
21-
"image": "blue.png",
22-
"x": 640,
23-
"y": 400,
24-
"facingLeft": false,
25-
"mouthScale": 1.0
26-
}
27-
},
28-
"eyes": {
29-
"scale": 0.8,
30-
"x": 640,
31-
"y": 300,
32-
"images": {
33-
"angry": "angry.png",
34-
"normal": "normal.png",
35-
"sad": "sad.png"
20+
"talking": {
21+
"image": "bob_talking.png",
22+
"x": 439,
23+
"y": 447.8125,
24+
"mouthScale": 1.51,
25+
"facingLeft": false
3626
}
3727
}
3828
}
-30.8 KB
Binary file not shown.
-27.2 KB
Binary file not shown.
-29.4 KB
Binary file not shown.
-19.5 KB
Binary file not shown.
477 KB
Binary file not shown.
76.6 KB
Loading

0 commit comments

Comments
 (0)