Skip to content

Commit

Permalink
Merge pull request #311 from TheRealDjmr/hotfix20
Browse files Browse the repository at this point in the history
Hotfix20
  • Loading branch information
TheRealDjmr authored Feb 29, 2024
2 parents b8ba30c + aa4afe5 commit 3698c62
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImprovedUI/Mods/ImprovedUI/meta.lsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<attribute id="Tags" type="LSString" value=""/>
<attribute id="Type" type="FixedString" value="Add-on"/>
<attribute id="UUID" type="FixedString" value="00000000-0000-0000-0000-ImprovedUI12"/>
<attribute id="Version" type="int64" value="110760403335643136"/>
<attribute id="Version" type="int64" value="110760405483126784"/>
<children>
<node id="PublishVersion">
<attribute id="Version" type="int64" value="110760403335643136"/>
<attribute id="Version" type="int64" value="110760405483126784"/>
</node>
<node id="Scripts"/>
<node id="TargetModes">
Expand Down
10 changes: 10 additions & 0 deletions ImprovedUI/Public/Game/GUI/StateMachine.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,16 @@
<ls:AddSubstate Name="PinnedTooltips"/>
</ls:StateEvent.Actions>
</ls:StateEvent>
<ls:StateEvent Name = "GE.OnDialogueShow">
<ls:StateEvent.Actions>
<ls:AddSubstate Name="Dialogue"/>
</ls:StateEvent.Actions>
</ls:StateEvent>
<ls:StateEvent Name = "PreloadDialogue">
<ls:StateEvent.Actions>
<ls:PreloadState Name="Dialogue"/>
</ls:StateEvent.Actions>
</ls:StateEvent>
</ls:State.Events>
</ls:State>

Expand Down
10 changes: 10 additions & 0 deletions ImprovedUI/Public/Game/GUI/StateMachine_c.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,16 @@
<ls:AddSubstate Name="PinnedTooltips"/>
</ls:StateEvent.Actions>
</ls:StateEvent>
<ls:StateEvent Name = "GE.OnDialogueShow">
<ls:StateEvent.Actions>
<ls:AddSubstate Name="Dialogue"/>
</ls:StateEvent.Actions>
</ls:StateEvent>
<ls:StateEvent Name = "PreloadDialogue">
<ls:StateEvent.Actions>
<ls:PreloadState Name="Dialogue"/>
</ls:StateEvent.Actions>
</ls:StateEvent>
</ls:State.Events>
</ls:State>

Expand Down

0 comments on commit 3698c62

Please sign in to comment.