Skip to content

Fuji 0.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 01:06
bb5f3b6

Fuji 0.7.1

Fuji 0.7.1 is a small update that focuses on QOL and code maintenance.

Additions

  • Added World.TimeScale which controls the pace of ingame time. This only affects the world scene, time moves as normal everywhere else
  • Added World.RealTimer and World.RealDelta, both are unaffected by timescale allowing them to act as a source of truth for "real" delta time
  • Added code documentation to most properties of World
  • Added LogHelper.Verbose which respects the Enable Additional Logging setting
  • The quick scrolling function in the overworld has been restored. You can press either horizontal direction while holding down the confirm button in order to scroll to the end/start

Changes

  • Code cleanup
  • Saving has been made asynchronous and slightly more frequent, a toast will show up in the bottom right corner when saving
  • Menu controls are now repeatable by holding down the button allowing faster navigation
  • Assembly name detection in logging has been retired due to being too unstable
  • Logging system backend rewritten to make it faster and more stable (thanks @Wartori54)

Bug fixes

None in this update