Ignore:
Timestamp:
Jul 8, 2025, 9:52:53 PM (13 hours ago)
Author:
chronos
Message:
  • Added: Ability to play music in background in start screen and in-game. Used uos as audio library.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/Directories.pas

    r648 r664  
    1414function GetGraphicsDir: string;
    1515function GetSoundsDir: string;
     16function GetMusicDir: string;
    1617function GetAiDir: string;
    1718function GetAppSharePath(Path: string): string;
     
    154155end;
    155156
     157function GetMusicDir: string;
     158begin
     159  Result := GetAppSharePath('Music');
     160end;
     161
    156162function GetAiDir: string;
    157163begin
Note: See TracChangeset for help on using the changeset viewer.