mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-22 16:39:19 +01:00
feat: add client structs version to credits
This commit is contained in:
parent
64cb19cb93
commit
ebe997089e
1 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ using Dalamud.Game;
|
||||||
using Dalamud.Game.Gui;
|
using Dalamud.Game.Gui;
|
||||||
using Dalamud.Interface.Windowing;
|
using Dalamud.Interface.Windowing;
|
||||||
using Dalamud.Plugin.Internal;
|
using Dalamud.Plugin.Internal;
|
||||||
|
using Dalamud.Utility;
|
||||||
using ImGuiNET;
|
using ImGuiNET;
|
||||||
using ImGuiScene;
|
using ImGuiScene;
|
||||||
|
|
||||||
|
|
@ -101,7 +102,7 @@ aers
|
||||||
We use these awesome C# libraries:
|
We use these awesome C# libraries:
|
||||||
|
|
||||||
Lumina by Adam
|
Lumina by Adam
|
||||||
FFXIVClientStructs by aers
|
FFXIVClientStructs by aers ({2})
|
||||||
|
|
||||||
DotNetCorePlugins
|
DotNetCorePlugins
|
||||||
Copyright (c) Nate McMaster
|
Copyright (c) Nate McMaster
|
||||||
|
|
@ -155,7 +156,7 @@ Thank you for using XIVLauncher and Dalamud!
|
||||||
.Select(plugin => $"{plugin.Manifest.Name} by {plugin.Manifest.Author}\n")
|
.Select(plugin => $"{plugin.Manifest.Name} by {plugin.Manifest.Author}\n")
|
||||||
.Aggregate(string.Empty, (current, next) => $"{current}{next}");
|
.Aggregate(string.Empty, (current, next) => $"{current}{next}");
|
||||||
|
|
||||||
this.creditsText = string.Format(CreditsTextTempl, typeof(Dalamud).Assembly.GetName().Version, pluginCredits);
|
this.creditsText = string.Format(CreditsTextTempl, typeof(Dalamud).Assembly.GetName().Version, pluginCredits, Util.GetGitHashClientStructs());
|
||||||
|
|
||||||
Service<GameGui>.Get().SetBgm(132);
|
Service<GameGui>.Get().SetBgm(132);
|
||||||
this.creditsThrottler.Restart();
|
this.creditsThrottler.Restart();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue