Moved Warpship to root and renamed override and cleaned log output

This commit is contained in:
Willem Cazander 2025-07-15 14:13:02 +02:00
parent ba99c5bdb6
commit 1d79a22041
11 changed files with 63 additions and 76 deletions

View file

@ -37,12 +37,13 @@ Requirements;
Test launch from command line;
```
mvn verify -P test-none,run
mvn verify -P test-run
```
In an IDE setup an runner with the main class from gdxapp4d-boot-desktop module; `love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher`
And append `use-local` as an argument of the main launcher to use the local chains. (as the real are fake)
And append `use-local` as an argument of the main launcher to use the local chains. (as the real are fake)
And set the working directory to the top level gdxapp4d. (in eclipse use other with: ${workspace_loc:gdxapp4d})
## Duytschen Code