We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502c4c3 commit fe26d75Copy full SHA for fe26d75
src/prelude.rs
@@ -18,7 +18,7 @@ pub use std::time::Instant;
18
pub use web_time::Instant;
19
20
#[cfg(target_arch = "wasm32")]
21
-pub const WASM_WINDOW: PhysicalSize<u32> = PhysicalSize::new(1500, 1000);
+pub const WASM_WINDOW: PhysicalSize<u32> = PhysicalSize::new(1300, 700);
22
23
pub trait ToVec2 {
24
fn to_vec2(&self) -> Vec2;
0 commit comments