Openapoc: In alert screen there no alert title at very top

Created on 24 Feb 2021  路  4Comments  路  Source: OpenApoc/OpenApoc

In alert screen there no alert title at very top
image
image

!BUG! low priority Verified / Replicated

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.

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BeornTB picture BeornTB  路  3Comments

BeornTB picture BeornTB  路  3Comments

FilmBoy84 picture FilmBoy84  路  3Comments

Quickmind01 picture Quickmind01  路  3Comments

emc2 picture emc2  路  3Comments