Skip to content

Commit

Permalink
Slight patchfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXMushroom63 committed Nov 21, 2024
1 parent 183736a commit 6fa5b0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions static/mp4_2_sb3.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
font-family: sans-serif;
}
</style>
<script src="jsbPosteriseLayer.js"></script>
</head>

<body>
Expand Down Expand Up @@ -477,7 +476,7 @@ <h1>[Scratch++] .mp4 to .sb3 packager</h1>
pixels[i + 1] = jsb2[1];
pixels[i + 2] = jsb2[2];
pixels[i + 3] = jsb2[3];
} else if (r > 200 && r < 256 && g > 15 && g < 45 && b > 90 && b < 125) {
} else if (r > 200 && r < 256) {
pixels[i] = jsb1[0];
pixels[i + 1] = jsb1[1];
pixels[i + 2] = jsb1[2];
Expand Down
3 changes: 0 additions & 3 deletions static/mp4_2_sb3.html:Zone.Identifier

This file was deleted.

3 changes: 0 additions & 3 deletions static/player.sprite3:Zone.Identifier

This file was deleted.

0 comments on commit 6fa5b0b

Please sign in to comment.