Added Javadoc comments

This commit is contained in:
Nathan Lum
2019-03-11 15:07:35 -06:00
committed by GitHub
parent 696af67665
commit 023e77f034

View File

@@ -8,6 +8,14 @@ import javafx.scene.layout.VBox;
import javafx.scene.text.Font; import javafx.scene.text.Font;
import javafx.stage.Stage; import javafx.stage.Stage;
/**
* 2019-03-10
* Authors: Harkamal, Vikram, Haris, Siddhant, Nathan
* StartGUI class, Initializes and displays the start menu for Taipan
*
*/
public class StartGUI { public class StartGUI {
private Player player; private Player player;