Commit Graph

8 Commits

Author SHA1 Message Date
14a307f29a generalize cooldown 2025-12-19 14:47:05 -05:00
5278bc9d1f volume change sound
and simplify volume change logic
2025-12-19 14:31:14 -05:00
c34fe0c90c make debounce functionality into a reusable ting 2025-12-19 14:09:36 -05:00
extrawurst
8132203653 Pause menu functionality (#89)
* make menu use actual soundsettings values
* allow changing volume in pause menu
* persist saving settings
2025-12-19 13:49:41 -05:00
7b233f2220 allow controlling volume for sound/music 2025-12-19 09:08:02 -05:00
1eb88cc1a6 cleanup 2025-12-18 21:18:36 -05:00
83729e2699 cleanup since we allow this now on workspace level 2025-12-18 16:54:03 -05:00
extrawurst
7cfae285ed Crate unification (#88)
* move client/server/config into shared

* move platforms into shared

* move head drops into shared

* move tb_entities to shared

* reduce server to just a call into shared

* get solo play working

* fix server opening window

* fix fmt

* extracted a few more modules from client

* near completely migrated client

* fixed duplicate CharacterInputEnabled definition

* simplify a few things related to builds

* more simplifications

* fix warnings/check

* ci update

* address comments

* try fixing macos steam build

* address comments

* address comments

* CI tweaks with default client feature

---------

Co-authored-by: PROMETHIA-27 <electriccobras@gmail.com>
2025-12-18 12:31:22 -05:00