mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-10 04:05:29 +00:00
Compare commits
2 commits
24bce82407
...
0b4f4c15d9
Author | SHA1 | Date | |
---|---|---|---|
|
0b4f4c15d9 | ||
|
5f7daffaee |
4 changed files with 3 additions and 2 deletions
AutoTrackR2
|
@ -10,7 +10,7 @@
|
|||
<Configurations>Debug;Release;Test</Configurations>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<ApplicationIcon>AutoTrackR2.ico</ApplicationIcon>
|
||||
<Version>2.0</Version>
|
||||
<Version>2.12</Version>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<Deterministic>true</Deterministic>
|
||||
|
|
|
@ -2,5 +2,5 @@ namespace AutoTrackR2.Constants;
|
|||
|
||||
public static class AppConstants
|
||||
{
|
||||
public static string Version => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString() ?? "2.0";
|
||||
public static string Version => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString(2) ?? "2.0";
|
||||
}
|
|
@ -38,6 +38,7 @@ public class KillStreakManager : IDisposable
|
|||
// Handle multi-kill announcements
|
||||
string? multiKillSound = _currentKills switch
|
||||
{
|
||||
1 => "dog_bowl.wav",
|
||||
2 => "double_kill.wav",
|
||||
3 => "triple_kill.wav",
|
||||
4 => "overkill.wav",
|
||||
|
|
BIN
AutoTrackR2/sounds/dog_bowl.wav
Normal file
BIN
AutoTrackR2/sounds/dog_bowl.wav
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue