Skip to content

Commit

Permalink
Default dialog box now truncates its lines of text.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Feb 17, 2024
1 parent 18b3677 commit 382257f
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@
<Variable>
<Type>float</Type>
<Name>TextInstance.Height</Name>
<Value xsi:type="xsd:float">0</Value>
<Value xsi:type="xsd:float">-32</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>DimensionUnitType</Type>
<Name>TextInstance.Height Units</Name>
<Value xsi:type="xsd:int">4</Value>
<Value xsi:type="xsd:int">2</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
Expand All @@ -129,6 +129,12 @@
<Value xsi:type="xsd:string">This is a dialog box. This text will be displayed one character at a time. Typically a dialog box is added to a Screen such as the GameScreen, but it defaults to being invisible.</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>TextOverflowVerticalMode</Type>
<Name>TextInstance.TextOverflowVerticalMode</Name>
<Value xsi:type="xsd:int">1</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>float</Type>
<Name>TextInstance.Width</Name>
Expand Down

0 comments on commit 382257f

Please sign in to comment.