amterp / COMP30019-Project-1

Project 1 for 2018 Semester 2 of COMP30019
1 stars 0 forks source link

Make terrain seed random on start up #65

Closed amterp closed 6 years ago

amterp commented 6 years ago

Before, it was hard coded to 21. Now it will be randomly generated on start up to meet the project specification.

Also make the Controls panel display on startup. It will hide with the rest of the UI after the first time of opening and closing it.

Also alter wave values. Amplitude is now low enough that the camera doesn't clip it.