In alert screen there no alert title at very top


hm its didnt work there need something more
<label id="TEXT_ALERT">
<position x="113" y="0"/>
<size width="420" height="32"/>
<alignment horizontal="centre" vertical="centre"/>
<font>bigfont</font>
</label>
in data/forms/city/alert.form dont work
and this also when i edit game files
<label id="ALERT">
<position x="113" y="0"/>
<size width="420" height="32"/>
<alignment horizontal="centre" vertical="centre"/>
<font>bigfont</font>
</label>
@makus82 You have to change the label tag to <label id="TEXT_ALERT" text="ALERT">. Actual text is set separately from id.
yep, thats works, thx Ivan!
Most helpful comment
@makus82 You have to change the label tag to
<label id="TEXT_ALERT" text="ALERT">. Actual text is set separately from id.