Fix Object Instantiating

This commit is contained in:
2025-12-14 10:59:21 +08:00
parent 6fe70bd113
commit 6abccbe6d8
21 changed files with 371 additions and 180 deletions

View File

@@ -1,3 +1,5 @@
using System.Collections.Generic;
using Enums;
using UnityEngine;
using Views;
@@ -14,6 +16,8 @@ namespace ScriptableObjects {
public int dropHeight = 1;
public float gemSpeed = 7;
public float scoreSpeed = 5;
public int width;
public int height;
[HideInInspector]
public int rowsSize = 7;