Changed some property types.
--HG-- branch : gsoc2014-dfighter
This commit is contained in:
parent
c6312db222
commit
471c3a0dc5
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<property>
|
<property>
|
||||||
<name>color</name>
|
<name>color</name>
|
||||||
<type>string</type>
|
<type>color</type>
|
||||||
<default>255 255 255 255</default>
|
<default>255 255 255 255</default>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
|
|
|
@ -25,17 +25,17 @@
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>col_normal</name>
|
<name>col_normal</name>
|
||||||
<type>string</type>
|
<type>color</type>
|
||||||
<default></default>
|
<default></default>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>col_over</name>
|
<name>col_over</name>
|
||||||
<type>string</type>
|
<type>color</type>
|
||||||
<default></default>
|
<default></default>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>col_pushed</name>
|
<name>col_pushed</name>
|
||||||
<type>string</type>
|
<type>color</type>
|
||||||
<default></default>
|
<default></default>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in a new issue