Commit Graph

16 Commits

Author SHA1 Message Date
f255239517 Make many plugins own their own config.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 09:15:09 -06:00
b1a11de050 Upgrade to Bevy 0.9. 2022-12-19 14:08:31 -06:00
1108e3e75e Rename field in preparation for adding generic generator support.
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-10 08:34:23 -05:00
124cd74cb1 Use correct transform when computing offsets. 2022-08-27 12:26:58 -05:00
07e745c3fc Add experimental plugin for sounds that occupy a region, and should play at the nearest point on the collider.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-23 09:49:14 -05:00
23d616eead Simplify sound components and refactor to single-source.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-06 11:05:04 -05:00
e7c9da6f91 Switch to typed asset handling. 2022-08-03 09:43:07 -05:00
6ff5eb15a9 Appease Clippy.
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-06 10:13:59 -05:00
a1edab98f9 Set elapsed time of sound icons to their duration on visibility gain so they begin playing immediately. 2022-06-07 09:13:03 -05:00
a491e90573 Correctly manage icon state when visibility is lost.
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-03 06:53:45 -05:00
32a04f2af4 Default gain to 1. 2022-05-31 10:59:25 -05:00
b2e4f9b729 Merge branch 'main' into synthizer 2022-05-31 10:38:05 -05:00
a26cf344d6 Add option check. 2022-05-31 10:17:16 -05:00
d54dbedea5 Rename variable for now. 2022-05-24 11:37:12 -05:00
29405c7307 Port to Synthizer. 2022-05-23 13:35:25 -05:00
1022037efe Move sound functionality into separate plugins.
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-23 11:51:44 -05:00