Aegistus / Untitled-Pirate-Game

Made for CS 325 Group Game Project
0 stars 0 forks source link

Create Ship Movement Script #6

Closed Aegistus closed 2 years ago

Aegistus commented 2 years ago

Script name: ShipMovement

Script should contain IncreaseSpeed(), DecreaseSpeed(), Turn() methods. Ships will have three speed modes: Anchored, Half Sail, and Full Sail. Increases and Decreases to speed simply change this mode.

Use a simple primitive shape for the model. The script will be attached to the "Ship" gameobject GameObject Hierarchy: