From 3c24627f8571b59cdb4cbc924ff9ce9a859f481a Mon Sep 17 00:00:00 2001 From: William Quintal Date: Fri, 3 May 2024 21:49:35 -0400 Subject: [PATCH] finish door and window , mapping and component --- assets/exemples/test_map.ldtk | 2 +- crates/utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/exemples/test_map.ldtk b/assets/exemples/test_map.ldtk index bfd062e..547a246 100644 --- a/assets/exemples/test_map.ldtk +++ b/assets/exemples/test_map.ldtk @@ -1069,7 +1069,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0 - ] + ], "autoLayerTiles": [], "seed": 1528212, "overrideTilesetUid": null, diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 6cde81a..dd4db69 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -8,4 +8,4 @@ bevy = "*" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" -web-sys = "0.3.57" \ No newline at end of file +web-sys = "0.3.68" \ No newline at end of file