Skip to content

Commit 3698c62

Browse files
authored
Merge pull request #311 from TheRealDjmr/hotfix20
Hotfix20
2 parents b8ba30c + aa4afe5 commit 3698c62

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

ImprovedUI/Mods/ImprovedUI/meta.lsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<attribute id="Tags" type="LSString" value=""/>
2323
<attribute id="Type" type="FixedString" value="Add-on"/>
2424
<attribute id="UUID" type="FixedString" value="00000000-0000-0000-0000-ImprovedUI12"/>
25-
<attribute id="Version" type="int64" value="110760403335643136"/>
25+
<attribute id="Version" type="int64" value="110760405483126784"/>
2626
<children>
2727
<node id="PublishVersion">
28-
<attribute id="Version" type="int64" value="110760403335643136"/>
28+
<attribute id="Version" type="int64" value="110760405483126784"/>
2929
</node>
3030
<node id="Scripts"/>
3131
<node id="TargetModes">

ImprovedUI/Public/Game/GUI/StateMachine.xaml

+10
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,16 @@
345345
<ls:AddSubstate Name="PinnedTooltips"/>
346346
</ls:StateEvent.Actions>
347347
</ls:StateEvent>
348+
<ls:StateEvent Name = "GE.OnDialogueShow">
349+
<ls:StateEvent.Actions>
350+
<ls:AddSubstate Name="Dialogue"/>
351+
</ls:StateEvent.Actions>
352+
</ls:StateEvent>
353+
<ls:StateEvent Name = "PreloadDialogue">
354+
<ls:StateEvent.Actions>
355+
<ls:PreloadState Name="Dialogue"/>
356+
</ls:StateEvent.Actions>
357+
</ls:StateEvent>
348358
</ls:State.Events>
349359
</ls:State>
350360

ImprovedUI/Public/Game/GUI/StateMachine_c.xaml

+10
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,16 @@
375375
<ls:AddSubstate Name="PinnedTooltips"/>
376376
</ls:StateEvent.Actions>
377377
</ls:StateEvent>
378+
<ls:StateEvent Name = "GE.OnDialogueShow">
379+
<ls:StateEvent.Actions>
380+
<ls:AddSubstate Name="Dialogue"/>
381+
</ls:StateEvent.Actions>
382+
</ls:StateEvent>
383+
<ls:StateEvent Name = "PreloadDialogue">
384+
<ls:StateEvent.Actions>
385+
<ls:PreloadState Name="Dialogue"/>
386+
</ls:StateEvent.Actions>
387+
</ls:StateEvent>
378388
</ls:State.Events>
379389
</ls:State>
380390

0 commit comments

Comments
 (0)