Compare commits

..

7 Commits

Author SHA1 Message Date
e8f46aa4ad update for bitsy 7.10 and replace old wasm-bindgen version 2021-11-06 11:54:18 +00:00
501f88cb25 don't build as part of deployment; keep separate 2021-07-05 17:42:49 +01:00
84332dcd17 background.png no longer exists 2021-07-05 17:42:33 +01:00
a283116357 semicolon 2021-07-05 17:35:17 +01:00
183b14d5f5 wasm-bindgen update 2021-07-05 17:35:07 +01:00
c099035d43 7.5 version bump 2021-07-05 15:35:49 +01:00
1b79193df2 minor bump 2020-11-04 15:02:52 +00:00
6 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tilesy"
version = "0.72.0"
version = "0.710.0"
description = "a tilesheet importer for the Bitsy game engine"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
[dependencies]
"base64" = "^0.12.3"
"bitsy-parser" = "^0.72.3"
"bitsy-parser" = "^0.710.0"
"image" = "^0.23.7"
"lazy_static" = "^1.4.0"
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...
"wasm-bindgen" = "^0.2.78"

BIN
cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,7 +1,6 @@
#! /usr/bin/env bash
./build.sh
rm -rf dist
mkdir dist
cp -r README.md LICENSE index.html script.js background.png pkg includes dist
cp -r README.md LICENSE index.html script.js pkg includes dist
butler push dist ruin/tilesy:html

View File

@@ -90,7 +90,7 @@ async function run() {
}
function new_game() {
load_default_game()
load_default_game();
textareaGameDataInput.value = output();
checkGameData();
// we don't need to look at the default game data, so skip ahead to the image page

View File

@@ -52,7 +52,7 @@ pub fn load_game(game_data: String) -> String {
let mut state = STATE.lock().unwrap();
match result {
Ok(game) => {
Ok((game, _errors)) => {
state.game = Some(game);
"".to_string()
},

View File

@@ -1,6 +1,6 @@
Write your game's title here
# BITSY VERSION 7.2
# BITSY VERSION 7.5
! ROOM_FORMAT 1