Added UnitXrossConverter
This commit is contained in:
parent
84738628af
commit
d97076d436
159 changed files with 9197 additions and 96 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue