diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-02 00:54:56 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-02 00:54:56 -0400 |
| commit | ab80e4583b53a7b424563cbd17ba2bf95e168cc9 (patch) | |
| tree | 54d4bb560c03585046e0b1ac0de7fafb496be94a /2026/framing/src/lib.rs | |
| parent | 7409691cb134eef99a7d9e53b57a1cba41a7ca09 (diff) | |
Update
Diffstat (limited to '2026/framing/src/lib.rs')
| -rw-r--r-- | 2026/framing/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/2026/framing/src/lib.rs b/2026/framing/src/lib.rs index fa27675..19ac407 100644 --- a/2026/framing/src/lib.rs +++ b/2026/framing/src/lib.rs @@ -1,4 +1,5 @@ mod game; +mod assets; #[cfg(target_arch = "wasm32")] use wasm_bindgen::prelude::*; @@ -6,5 +7,5 @@ use wasm_bindgen::prelude::*; #[cfg(target_arch = "wasm32")] #[wasm_bindgen] pub fn main_js() { - teleia::run(240, 160, teleia::Options::OVERLAY, game::Game::new); + teleia::run(480, 320, teleia::Options::OVERLAY, game::Game::new); } |
