Compare commits
1 commit
2873894003
...
666c49904a
Author | SHA1 | Date | |
---|---|---|---|
yuni | 666c49904a |
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,14 +1,21 @@
|
|||
# v0.12.0-dev
|
||||
# v0.12.0
|
||||
|
||||
- Implement tidal locking of moons
|
||||
- Implement space suit thruster particle effects
|
||||
- Overhaul pizzeria asteroid
|
||||
- Implement thruster particle effects (only in AR, as they'd be invisble in RL)
|
||||
- Implement space suit modding (flashlight, thruster, light amp, reactor)
|
||||
- Implement tidal locking of moons
|
||||
- Change flash light cone to a smaller one
|
||||
- Add textured high-poly models for ring moons (Thebe/Amalthea/Adrastea/Metis)
|
||||
- Add solar panel texture to satellite
|
||||
- Add temporary battery damage when overusing thruster booster
|
||||
- Add radiation damage
|
||||
- Add sfx volume controls
|
||||
- Add unlimited power in god mode
|
||||
- Add power drain to HUD/AR. It now shuts down when battery is empty.
|
||||
- Remove asteroid "Lum" (it was just there for testing)
|
||||
- Fix radio stations
|
||||
- Fix the whale's engines glowing 1000x too bright
|
||||
- Improve dialogs
|
||||
|
||||
# v0.11.0
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3045,7 +3045,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.12.0-dev"
|
||||
version = "0.12.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
[package]
|
||||
name = "outfly"
|
||||
version = "0.12.0-dev"
|
||||
version = "0.12.0"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/outfly/outfly"
|
||||
repository = "https://codeberg.org/outfly/outfly"
|
||||
|
|
Loading…
Reference in a new issue