Assign GemSprite to BombPrefab

This commit is contained in:
2025-12-17 00:28:22 +08:00
parent de2de35b1b
commit 9f9bf9a3f5
6 changed files with 136 additions and 26 deletions

View File

@@ -9,6 +9,7 @@ namespace Structs {
public GemType type;
public GemView gemPrefab;
public GameObject explosionPrefab;
public Sprite gemSprite;
public int scoreValue;
}
}