NekoIconButton reshaping in progress...
TODO : Is there a reason NekoIconButton heritates from Button Feathers component or not ?
This commit is contained in:
+3
-1
@@ -7,7 +7,7 @@
|
||||
<window allow-high-dpi="true"/>
|
||||
<window fps="60"/>
|
||||
<window fps="0" if="html5"/>
|
||||
<window background="#c8c1bd"
|
||||
<window background="#7e746e"
|
||||
width="500"
|
||||
height="800"
|
||||
orientation="portrait" />
|
||||
@@ -19,6 +19,7 @@
|
||||
<haxelib name="feathersui"/>
|
||||
<haxelib name="feathersui-cairngorm"/>
|
||||
<haxelib name="hx-color-trace"/>
|
||||
<haxelib name="svg" />
|
||||
|
||||
<icon path="assets/icons/icon.svg"/>
|
||||
|
||||
@@ -32,5 +33,6 @@
|
||||
<!-- copies data/Employees.xml to output -->
|
||||
<assets path="assets/data" rename="data" embed="false"/>
|
||||
<assets path="assets/bitmaps" rename="bitmaps" embed="true"/>
|
||||
<assets path="assets/vector" rename="vector" embed="true"/>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user