From 29731d4b63f000cf0e1fcff950f87bb31cc52b79 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 19 Mar 2025 23:34:27 -0400 Subject: Add preliminary Tiled support --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index a5458e2..a77ff19 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,6 +13,7 @@ pub mod audio; pub mod net; pub mod physics; pub mod save; +pub mod level2d; pub use utils::{erm, install_error_handler, Erm}; pub use color_eyre::eyre::WrapErr; @@ -191,7 +192,7 @@ where console_log::init_with_level(log::Level::Debug).unwrap(); console_error_panic_hook::set_once(); tracing_wasm::set_as_global_default(); - install_error_handler(); + // install_error_handler(); log::info!("hello computer, starting up..."); -- cgit v1.2.3