Introduction

00:00:00:18 - 00:00:26:15

Peter

In this section, we are going to add a way to remove our dead crops from our field to finish our crop placement mechanic. In terms of our code, we are going to add a new interaction, so remove interaction that will allow us to remove crops and we are going to add to this removal interaction to every new crop and we are going to decide what tool to use to remove the crop.


00:00:26:15 - 00:00:46:06

Peter

I think we are going to use the koto, but you can create a new tool for removing your crops and to make this work, we are going to have to add a new functional to our field controller script to that we can remove the crops that we want. Okay, let's go to our code and let's implement our new functionality.



Complete and Continue