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>
|
||||
<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