Compare commits

..

No commits in common. "458604cd1a0015b3b0880275f3f2fdd117bf6023" and "e5a87f854ec7a63041cd7979b6b6d8b457b5e0aa" have entirely different histories.

3 changed files with 17 additions and 25 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pixsy"
version = "0.72.7"
version = "0.72.6"
description = "convert images to Bitsy rooms"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"

View File

@ -1,7 +1,6 @@
@background: #57506a;
@page-background: #968eb5;
@accent: #ec6d7d;
@text: #464256;
@background: #fff4d9;
@text: #ec6d7d;
@accent: #a3c4ef;
* {
box-sizing: border-box;
@ -37,10 +36,6 @@ button {
}
}
header * {
color: @accent;
}
h1 {
margin: 0;
}
@ -117,8 +112,8 @@ textarea {
height: 80vmin;
width: 80vmin;
background-color: @page-background;
color: @text;
background-color: @background;
border: 2px solid @accent;
border-radius: 5vmin;
box-shadow: @accent 1vmin 1vmin;
padding: 5vmin;

View File

@ -7,18 +7,17 @@ html(lang="en-gb")
link(rel="stylesheet" href="includes/cropper.css")
script(src="includes/cropper.min.js")
body
header
h1
| pixsy
//img(alt="pixsy" src="includes/pixsy.png")
p.
convert images to Bitsy rooms
|
#[a(href="./old/") old version]
|
#[a(href="mailto:max@tinybird.info") email]
|
#[a(href="https://twitter.com/synth_ruiner") twitter]
h1
| pixsy
//img(alt="pixsy" src="includes/pixsy.png")
p.
convert images to Bitsy rooms
|
#[a(href="./old/") old version]
|
#[a(href="mailto:max@tinybird.info") email]
|
#[a(href="https://twitter.com/synth_ruiner") twitter]
.pages
.page#start
button.normal.pagination.next#new create a new bitsy game
@ -81,8 +80,6 @@ html(lang="en-gb")
button.pagination.prev#back-to-image previous
button.pagination.next#room-next add room
.page.download
p#added
h2 download
textarea#output(autocomplete="off")