Added explosions

This commit is contained in:
2026-01-23 00:01:04 +00:00
parent e79ff061a7
commit e5996382e8
75 changed files with 34537 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ namespace InterfaceOff.WorldScene
private static ScoreTracker Instance { get; set; }
private bool StoredScore = false;
private float Score = 0f;
private float Score;
public static float CurrentScore()
{