mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 11:27:38 +02:00
Crop Stomp: Veggie picking goodness
This commit is contained in:
@ -2,6 +2,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using System;
|
||||
using NaughtyBezierCurves;
|
||||
using DG.Tweening;
|
||||
|
||||
using RhythmHeavenMania.Util;
|
||||
@ -35,6 +36,7 @@ namespace RhythmHeavenMania.Games.CropStomp
|
||||
public Transform scrollingHolder;
|
||||
public Transform veggieHolder;
|
||||
public Farmer farmer;
|
||||
public BezierCurve3D pickCurve;
|
||||
|
||||
private Tween shakeTween;
|
||||
|
||||
|
Reference in New Issue
Block a user