diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-18 01:17:59 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-18 01:17:59 -0500 |
| commit | cc3e4cbcb484c6aff6fae5124b2400346bb64c95 (patch) | |
| tree | c8b67697aba7b462d7c241562b4d30caefea7a91 /crates/throwshade | |
| parent | 0a078977d4b033739e85b95942a3f02711c4b9a3 (diff) | |
Increase resolution
Diffstat (limited to 'crates/throwshade')
| -rw-r--r-- | crates/throwshade/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/throwshade/src/lib.rs b/crates/throwshade/src/lib.rs index 06311a3..2ac139e 100644 --- a/crates/throwshade/src/lib.rs +++ b/crates/throwshade/src/lib.rs @@ -61,7 +61,7 @@ cfg_if::cfg_if! { use wasm_bindgen::prelude::*; #[wasm_bindgen] pub async fn main_js() { - teleia::run(480, 270, teleia::Options::NORESIZE, Game::new).await; + teleia::run(1920, 1080, teleia::Options::NORESIZE, Game::new).await; } #[wasm_bindgen] pub async fn set_shader(s: &str) { |
