diff --git a/ActionTimelineEx/Helpers/DrawHelper.cs b/ActionTimelineEx/Helpers/DrawHelper.cs index 8c228bc..8ef9583 100644 --- a/ActionTimelineEx/Helpers/DrawHelper.cs +++ b/ActionTimelineEx/Helpers/DrawHelper.cs @@ -28,7 +28,7 @@ public static void Init() array[i + 3] = imageData[i + 3]; } - _roundTex = Svc.Texture.CreateFromRaw(new Dalamud.Interface.Textures.RawImageSpecification(tex!.Header.Width, tex!.Header.Height, 4), array); + _roundTex = Svc.Texture.CreateFromRaw(RawImageSpecification.Rgba32(tex!.Header.Width, tex!.Header.Height), array); } public static void DrawDamage(this ImDrawListPtr drawList, Vector2 position, float size, uint lightCol) diff --git a/ActionTimelineEx/Localization/Localization.json b/ActionTimelineEx/Localization/Localization.json index 6d9cb9f..525096a 100644 --- a/ActionTimelineEx/Localization/Localization.json +++ b/ActionTimelineEx/Localization/Localization.json @@ -103,5 +103,9 @@ "XIVConfigUI.Attributes.ConfigUnitType.Degree": "Angle Unit, in degrees.", "XIVConfigUI.Attributes.ConfigUnitType.Yalms": "Distance Unit, in yalms.", "XIVConfigUI.Attributes.ConfigUnitType.Percent": "Ratio Unit, as percentage.", - "XIVConfigUI.Attributes.ConfigUnitType.Pixels": "Display Unit, in pixels." + "XIVConfigUI.Attributes.ConfigUnitType.Pixels": "Display Unit, in pixels.", + "ActionTimelineEx.Punchline": "Show your actions in real-time.", + "ActionTimeline.Windows.SettingsWindow+AddOne": "AddOne", + "ActionTimeline.Windows.SettingsWindow+ChangeLog": "ChangeLog", + "ActionTimelineEx.Description": "Configurable timeline display of all the actions you use." } \ No newline at end of file