Add warning text for random buildings, which require lots of memory.
This commit is contained in:
parent
e4fd2bda32
commit
c71e0b92f1
1 changed files with 12 additions and 0 deletions
|
@ -256,6 +256,18 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<text>
|
||||
<row>2</row>
|
||||
<col>1</col>
|
||||
<colspan>3</colspan>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
<green>0.6</green>
|
||||
<blue>0.6</blue>
|
||||
</color>
|
||||
<label>Warning: Requires lots of memory</label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<row>3</row>
|
||||
<col>0</col>
|
||||
|
|
Loading…
Add table
Reference in a new issue