Compare commits

...

3 Commits

Author SHA1 Message Date
Max Bradbury 63cb971aca whitespace 2020-11-08 11:23:44 +00:00
Max Bradbury 03ce88e015 descriptive button 2020-11-08 11:23:37 +00:00
Max Bradbury 8a8b861e5d todo 2020-11-08 11:23:17 +00:00
3 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@
* tests
* if image is exactly 128×128, *don't* crop
* tile reuse
* noise reduction (remove lonely pixels)
* implement Atkinson and Bayer dithering options
* if "create new bitsy game", add new room as room 0
* actually create room
* stats for added room (number of tiles)

View File

@ -78,7 +78,7 @@ html(lang="en-gb")
br
button.pagination.prev#back-to-image previous
button.pagination.next#room-next next
button.pagination.next#room-next add room
.page.download
h2 download

View File

@ -313,7 +313,7 @@ mod test {
let expected = include_str!("test-resources/test.png.base64").trim();
assert_eq!(output, expected);
}
#[test]
fn get_palettes() {
load_default_game();