Yeet sponsorship
This commit is contained in:
parent
e40b06424e
commit
b0472f8ecc
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ using FFXIV_Vibe_Plugin.Device;
|
||||
|
||||
namespace FFXIV_Vibe_Plugin.UI {
|
||||
internal class UIBanner {
|
||||
public static void Draw(int frameCounter, Logger logger, ImGuiScene.TextureWrap image, String donationLink, String patreonLink, DevicesController devicesController) {
|
||||
public static void Draw(int frameCounter, Logger logger, ImGuiScene.TextureWrap image, DevicesController devicesController) {
|
||||
ImGui.Columns(2, "###main_header", false);
|
||||
float logoScale = 0.2f;
|
||||
ImGui.SetColumnWidth(0, (int)(image.Width * logoScale + 20));
|
||||
@ -24,22 +24,6 @@ namespace FFXIV_Vibe_Plugin.UI {
|
||||
} else {
|
||||
ImGui.TextColored(ImGuiColors.ParsedGrey, "Your are not connected!");
|
||||
}
|
||||
|
||||
if(frameCounter < 200) { // Make blink effect
|
||||
ImGui.Text("Donations: ");
|
||||
} else {
|
||||
ImGui.Text(" ");
|
||||
}
|
||||
ImGui.SameLine();
|
||||
ImGui.Text($"{donationLink}");
|
||||
ImGui.SameLine();
|
||||
UI.Components.ButtonLink.Draw("Thanks for the donation ;)", donationLink, Dalamud.Interface.FontAwesomeIcon.Pray, logger);
|
||||
ImGui.SameLine();
|
||||
ImGui.Text($"{patreonLink}");
|
||||
ImGui.SameLine();
|
||||
UI.Components.ButtonLink.Draw("Thanks for the donation ;)", patreonLink, Dalamud.Interface.FontAwesomeIcon.HollyBerry, logger);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
24
README.md
24
README.md
@ -1,8 +1,5 @@
|
||||
# FFXIV Vibe Plugin
|
||||
|
||||
<img src="https://img.shields.io/github/downloads/kaciexx/FFXIV_Vibe_Plugin/total?label=Downloads" /> <img src="https://img.shields.io/discord/914941648859963503"/> <img src="https://img.shields.io/github/last-commit/kaciexx/FFXIV_Vibe_Plugin" />
|
||||
<a href="https://patreon.com/kaciexx"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dkaciexx%26type%3Dpatrons&style=flat" alt="Support me on Patreon" /></a>
|
||||
|
||||
<p align="center">
|
||||
<img width="200" height="200" src="./images/icon.png" />
|
||||
</p>
|
||||
@ -145,24 +142,3 @@ If it works, then it probably a bluetooth issue. Nothing we can do about.
|
||||
### How do I share my configuration
|
||||
You can copy/past the file located at: `%AppData%\XIVLauncher\pluginConfigs\FFXIV_Vibe_Plugin.json`.
|
||||
Be aware: this will overrides everything.
|
||||
|
||||
|
||||
# Discord
|
||||
- [This plugin discord](https://discord.gg/JnCGxa3gGa)
|
||||
- [Ms. Tress #discussion](https://discord.gg/fx5pABsE)
|
||||
|
||||
# Donation & Donors
|
||||
Donation link:
|
||||
- [https://paypal.me/kaciedev](https://paypal.me/kaciedev)
|
||||
- [https://www.patreon.com/kaciexx](https://www.patreon.com/kaciexx)
|
||||
|
||||
Please concider doing a small donation if you like this plugin. We worked a lot, gave a lots of free nights to design it, listening to everything people wanted and doing the implementation.
|
||||
|
||||
Thanks to:
|
||||
- Hooper (36$)
|
||||
- Victor (20.70$)
|
||||
- Maple (20$)
|
||||
- May B (20$)
|
||||
- Iris K (20$)
|
||||
- Morris (9.50$)
|
||||
- PM (1.90$)
|
||||
|
Loading…
Reference in New Issue
Block a user