This commit is contained in:
2025-12-18 03:49:05 +08:00
parent 668bd03f63
commit 667a39c260
8 changed files with 6 additions and 18 deletions

View File

@@ -19,11 +19,11 @@ namespace Views {
private CancellationTokenSource spawnScaleCts;
public void Bind(Gem gem, GemTypeValues gemvalue, bool isBomb = false) {
public void Bind(Gem gem, GemTypeValues gemValue, bool isBomb = false) {
this.gem = gem;
this.gameObject.SetActive(true);
SetupGem(isBomb, gemvalue.gemSprite);
SetupGem(isBomb, gemValue.gemSprite);
PlaySpawnScale();
}