27b4644730
Update to Bevy 0.17.2
CI / Formatting (push) Successful in 32s
2025-10-13 15:17:23 -04:00
ddf2883e4f
Increase how much you can zoom out
2025-07-06 17:47:47 -04:00
0896ccf691
Fix faster diagonal acceleration for the player
...
CI / Formatting (push) Successful in 1m27s
Also always accelerate the player using the same force, so that bigger players aren't overpowered.
2025-05-24 00:43:44 -04:00
d73683359a
Fix apparent jitter in player movement
...
CI / Formatting (push) Successful in 1m15s
Remember: `time.delta_secs()` needs to be included in ALL movement calculations!!! This one was pretty well hidden because the player movement was properly interpolated and the camera lerped after it, but it was still barely noticeable!
2025-05-22 23:17:53 -04:00
b42563a94d
Update scroll sensitivity for discrete mouse wheels
2025-05-22 23:04:03 -04:00
6a151397de
Add function documentation
CI / Formatting (push) Successful in 1m30s
2025-05-19 22:19:04 -04:00
245dfde91e
Add zoom function
...
CI / Formatting (push) Successful in 1m3s
man it took me so long to find out that Rust has a `ref` keyword lol
2025-05-19 18:03:39 -04:00
214e0ceedc
Extract systems
2025-05-19 00:27:12 -04:00