summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-19 23:34:27 -0400
committerLLLL Colonq <llll@colonq>2025-03-19 23:34:27 -0400
commit29731d4b63f000cf0e1fcff950f87bb31cc52b79 (patch)
tree13a4e6d51a78864ac2770d4d0d6b1287f49a5362 /src/lib.rs
parent3987537143a13f5a41e136dfd17b1ee21c43cd14 (diff)
Add preliminary Tiled support
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
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...");