bump to v0.5.3
This commit is contained in:
parent
6280d2bf11
commit
bb267525a2
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2769,7 +2769,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "outfly"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/hut/outfly"
|
||||
repository = "https://codeberg.org/hut/outfly"
|
||||
|
|
|
@ -147,6 +147,11 @@ python -m http.server -d wasm
|
|||
|
||||
# Changelog
|
||||
|
||||
- v0.5.3:
|
||||
- Implement death & respawning
|
||||
- Add wholesome conversation with Icarus
|
||||
- Add satellite
|
||||
- NPCs will now slow back down if they're pushed
|
||||
- v0.5.2:
|
||||
- Change BGM to Cinematic Cello by Aleksey Chistilin
|
||||
- Fix vehicle exiting
|
||||
|
|
Loading…
Reference in a new issue