Added UnitXrossConverter

This commit is contained in:
Willem Cazander 2022-10-11 17:31:59 +02:00
parent 84738628af
commit d97076d436
159 changed files with 9197 additions and 96 deletions

View file

@ -29,7 +29,10 @@
<_donotcopy>(.git)</_donotcopy>
<_dsannotations>*</_dsannotations>
<_metatypeannotations>*</_metatypeannotations>
<Import-Package>${vrgem4.packages}</Import-Package>
<Import-Package>
${tos4.packages},
${vrgem4.packages}
</Import-Package>
<Bundle-Vendor>distributedrebirth.love</Bundle-Vendor>
</instructions>
</configuration>

View file

@ -26,7 +26,7 @@ public class NotepadDeskApp extends AbstractDeskApp implements DeskAppRenderer {
private final int[] gridRank;
private final Random random;
private int runCounter;
private final ImInt runSpeed = new ImInt(30);
private final ImInt runSpeed = new ImInt(10);
private final static UnicodePlane[] GRID_PLANES = {
UnicodePlane.BRAHMI,
UnicodePlane.UGARITIC,