diff --git a/Cargo.toml b/Cargo.toml index 69b4115..e08b822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -bevy = "0.19.0" +bevy = { version = "0.19.0", features = ["debug_glam_assert"] } chacha20 = { version = "0.10.1", default-features = false, features = ["rng"] } getrandom = "0.4.3" rand = "0.10.2" diff --git a/build/index.html b/build/index.html index 3247b71..6367d7a 100644 --- a/build/index.html +++ b/build/index.html @@ -8,16 +8,33 @@ display: flex; align-items: center; justify-content: center; - background-color: #aaaaaa; + background-color: #222222; + color: white; } canvas { background-color: black; } + .mono { + font-family: monospace; + } -
+ Use + ⬅ + ➡ + to move and + Space + to serve. +
+