Added title screen sound, added sound when mousing over menu links, update "required" Ruby version to 3.0+ in README

This commit is contained in:
2021-06-03 03:05:10 +00:00
parent 3986b1b0af
commit ec2b32ff92
6 changed files with 20 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ class IMICFPS
end
def calculate_volume
volume = (SoundManager.sfx_volume - @initial_volume) * ratio
(SoundManager.sfx_volume - @initial_volume) * ratio
end
def update