Commit graph

8 commits

Author SHA1 Message Date
06ee1a411a
overworld movement works :)
Some checks failed
Rust / rustfmt (pull_request) Successful in 21s
Rust / clippy (pull_request) Failing after 1m9s
Rust / build (pull_request) Successful in 2m43s
2024-07-07 10:44:10 +02:00
642aed6023
Implement Movement Cost (#7)
Reviewed-on: #7
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-07 08:30:57 +00:00
39631fb4ac
new movement code 2024-07-07 10:30:35 +02:00
1eeaf80a93
fix typos and incorrect documentation 2024-07-07 09:45:02 +02:00
d90b0ad992 start move ment 2024-07-07 00:52:19 +02:00
9c8a399b38 fix drawing mirror
All checks were successful
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Successful in 1m24s
Rust / build (push) Successful in 3m19s
2024-07-06 23:52:27 +02:00
e03cd06c78
Add fence to static worldgen (#4)
All checks were successful
Rust / rustfmt (push) Successful in 22s
Rust / clippy (push) Successful in 1m17s
Rust / build (push) Successful in 3m21s
Fence Assets

Reviewed-on: #4
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-06 21:19:24 +00:00
8143a99843 Static World Gen and Display for the Overworld (#5)
All checks were successful
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Successful in 1m23s
Rust / build (push) Successful in 3m11s
Co-authored-by: luckyturtledev <git@lukas1818.de>
Reviewed-on: #5
Co-authored-by: Dominic <git@msrd0.de>
Co-committed-by: Dominic <git@msrd0.de>
2024-07-06 20:23:25 +00:00