Panel, header, footer

This commit is contained in:
2025-11-14 16:13:39 +01:00
parent 0ea49051d0
commit 41221bdd77
36 changed files with 1886 additions and 17 deletions
+9 -3
View File
@@ -1,17 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="LPTCManager2026" package="com.example.LPTCManager2026" version="1.0.0" company="My Company"/>
<app main="LPTCManager2026"/>
<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>