Fruit Spawning and Throwing

Zaddo

Active member
I recently added two new features to my game. Fruit spawning, which places fruit randomly on the vertices of a plant, and throwing. The UCC throwing ability was really good and I only had to make a few small changes to achieve the result I was after. The game world is persistent and multiplayer, which adds a lot of complexity when implementing features like this.

 
Top