23 lines
633 B
XML
23 lines
633 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<meta title="LPTCManager2026" package="com.nekotoro.LPTCManager2026" version="1.0.0" company="Nekotoro"/>
|
|
<meta title="lepetittrot.com - manager" if="html5"/>
|
|
<app main="LPTCManager2026" file="LPTCManager2026"/>
|
|
|
|
<window allow-high-dpi="true"/>
|
|
<window fps="60"/>
|
|
<window fps="0" if="html5"/>
|
|
<window background="#c8c1bd"
|
|
width="500"
|
|
height="800"
|
|
orientation="portrait" />
|
|
|
|
<source path="src"/>
|
|
|
|
<haxelib name="openfl"/>
|
|
<haxelib name="actuate"/>
|
|
<haxelib name="feathersui"/>
|
|
<haxelib name="feathersui-cairngorm"/>
|
|
|
|
<icon path="assets/icons/icon.svg"/>
|
|
</project> |