mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Changed some property types.
This commit is contained in:
parent
c52f20e583
commit
b30536d92d
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
<properties>
|
||||
<property>
|
||||
<name>color</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default>255 255 255 255</default>
|
||||
</property>
|
||||
<property>
|
||||
|
|
|
@ -25,17 +25,17 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>col_normal</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default></default>
|
||||
</property>
|
||||
<property>
|
||||
<name>col_over</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default></default>
|
||||
</property>
|
||||
<property>
|
||||
<name>col_pushed</name>
|
||||
<type>string</type>
|
||||
<type>color</type>
|
||||
<default></default>
|
||||
</property>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in a new issue