mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
feat: add plugin authors to credits
This commit is contained in:
parent
274148361e
commit
143b8a15fc
2 changed files with 20 additions and 9 deletions
|
|
@ -238,11 +238,7 @@ namespace Dalamud {
|
|||
this.isImguiDrawDataWindow = true;
|
||||
}
|
||||
if (ImGui.MenuItem("Open Credits window")) {
|
||||
var logoGraphic =
|
||||
this.InterfaceManager.LoadImage(
|
||||
Path.Combine(this.StartInfo.WorkingDirectory, "UIRes", "logo.png"));
|
||||
this.creditsWindow = new DalamudCreditsWindow(logoGraphic, this.Framework);
|
||||
this.isImguiDrawCreditsWindow = true;
|
||||
OnOpenCreditsCommand(null, null);
|
||||
}
|
||||
ImGui.MenuItem("Draw ImGui demo", "", ref this.isImguiDrawDemoWindow);
|
||||
if (ImGui.MenuItem("Dump ImGui info"))
|
||||
|
|
@ -671,7 +667,7 @@ namespace Dalamud {
|
|||
var logoGraphic =
|
||||
this.InterfaceManager.LoadImage(
|
||||
Path.Combine(this.StartInfo.WorkingDirectory, "UIRes", "logo.png"));
|
||||
this.creditsWindow = new DalamudCreditsWindow(logoGraphic, this.Framework);
|
||||
this.creditsWindow = new DalamudCreditsWindow(this, logoGraphic, this.Framework);
|
||||
this.isImguiDrawCreditsWindow = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue