Compare commits
No commits in common. "63cb971aca9bad8ed68b2bb88587fd773aa753c1" and "c1c4fca1db2ae1dbee90df59f664b724ec962a1e" have entirely different histories.
63cb971aca
...
c1c4fca1db
2
TODO.md
2
TODO.md
|
@ -3,8 +3,6 @@
|
||||||
* tests
|
* tests
|
||||||
* if image is exactly 128×128, *don't* crop
|
* if image is exactly 128×128, *don't* crop
|
||||||
* tile reuse
|
* tile reuse
|
||||||
* noise reduction (remove lonely pixels)
|
|
||||||
* implement Atkinson and Bayer dithering options
|
* implement Atkinson and Bayer dithering options
|
||||||
* if "create new bitsy game", add new room as room 0
|
* if "create new bitsy game", add new room as room 0
|
||||||
* actually create room
|
* actually create room
|
||||||
* stats for added room (number of tiles)
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ html(lang="en-gb")
|
||||||
br
|
br
|
||||||
|
|
||||||
button.pagination.prev#back-to-image previous
|
button.pagination.prev#back-to-image previous
|
||||||
button.pagination.next#room-next add room
|
button.pagination.next#room-next next
|
||||||
.page.download
|
.page.download
|
||||||
h2 download
|
h2 download
|
||||||
|
|
||||||
|
|
|
@ -313,7 +313,7 @@ mod test {
|
||||||
let expected = include_str!("test-resources/test.png.base64").trim();
|
let expected = include_str!("test-resources/test.png.base64").trim();
|
||||||
assert_eq!(output, expected);
|
assert_eq!(output, expected);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn get_palettes() {
|
fn get_palettes() {
|
||||||
load_default_game();
|
load_default_game();
|
||||||
|
|
Loading…
Reference in New Issue