Changed some property types.

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-07-01 01:54:55 +02:00
parent c6312db222
commit 471c3a0dc5
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
<properties>
<property>
<name>color</name>
<type>string</type>
<type>color</type>
<default>255 255 255 255</default>
</property>
<property>

View file

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