feat: animated background
All checks were successful
Linux arm64 / Build (push) Successful in 10m56s

This commit is contained in:
2025-01-30 22:28:26 +01:00
parent a74bf42e59
commit f47e4cc309
4 changed files with 37 additions and 7 deletions

View File

@@ -3,5 +3,6 @@ package gui;
public class Options {
public static Symbols Symboles = Symbols.Numbers;
public static float BackgroundSpeed = 1.0f;
}