feat: start animation
This commit is contained in:
parent
a276096476
commit
3522a015f6
354 changed files with 22842 additions and 5 deletions
|
@ -10,6 +10,8 @@ namespace View {
|
|||
[SerializeField] private GameObject rose;
|
||||
|
||||
public void SpawnRose() {
|
||||
SpawnInitialRose();
|
||||
return;
|
||||
Vector2 spawnPos = new(
|
||||
spawnerRegion.position.x + Random.Range(-spawnerRegion.size.x / 2f, spawnerRegion.size.x / 2f),
|
||||
spawnerRegion.position.y + Random.Range(-spawnerRegion.size.y / 2f, spawnerRegion.size.y / 2f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue