Skip to content

Commit

Permalink
[C] Fix DialogueDataDisplay Icon and advance plugin version to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Jun 13, 2022
1 parent 6d3b02d commit 52ea97e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file added Content/Icons/DebugTools_40x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion DlgSystem.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 15,
"VersionName": "15",
"VersionName": "15.1",
"EngineVersion" : "ANY_VERSION",
"FriendlyName": "Not Yet: Dialogue System",
"Description": "Dialogue system (with text based dialogues) and nice Editor for editing dialogues",
Expand Down
3 changes: 3 additions & 0 deletions Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v15
- Fixed DialogueDataDisplay Icon

# v15
**Date:** March 8, 2022
### New Features
Expand Down
2 changes: 1 addition & 1 deletion Source/DlgSystemEditor/Private/DialogueStyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void FDialogueStyle::Initialize()
// Dialogue Data Display
StyleSet->Set(
PROPERTY_DialogueDataDisplay_TabIcon,
new FSlateImageBrush(GetEngineContentPath("Icons/icon_tab_DebugTools_40x.png"), Icon16x16)
new FSlateImageBrush(GetPluginContentPath("Icons/DebugTools_40x.png"), Icon16x16)
);

// Dialogue Editor Window
Expand Down

0 comments on commit 52ea97e

Please sign in to comment.