custom symbols
All checks were successful
Linux arm64 / Build (push) Successful in 26s

This commit is contained in:
2025-01-29 19:47:46 +01:00
parent ff85cbef01
commit 9b776d4b0f
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package gui;
public class Options {
public static Symbols Symboles = Symbols.Numbers;
}