Skip to content
Snippets Groups Projects
Commit d688a7a7 authored by Schuh Martin's avatar Schuh Martin
Browse files

Update module-info.java

parent 34f10916
No related branches found
No related tags found
4 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!27Player can now place bombs that have a explosion radius that dont go through the wall.
...@@ -16,6 +16,7 @@ module gui { ...@@ -16,6 +16,7 @@ module gui {
opens de.hdm_stuttgart.battlearena to javafx.fxml; opens de.hdm_stuttgart.battlearena to javafx.fxml;
opens de.hdm_stuttgart.battlearena.Model.Sound to javafx.media; opens de.hdm_stuttgart.battlearena.Model.Sound to javafx.media;
opens de.hdm_stuttgart.battlearena.Controller.Utilities to javafx.fxml; opens de.hdm_stuttgart.battlearena.Controller.Utilities to javafx.fxml;
opens de.hdm_stuttgart.battlearena.Model.DataStorage.Classes.ENUMs to com.google.gson;
exports de.hdm_stuttgart.battlearena.Main; exports de.hdm_stuttgart.battlearena.Main;
exports de.hdm_stuttgart.battlearena.Controller; exports de.hdm_stuttgart.battlearena.Controller;
...@@ -23,4 +24,4 @@ module gui { ...@@ -23,4 +24,4 @@ module gui {
exports de.hdm_stuttgart.battlearena.Model.Inputs; exports de.hdm_stuttgart.battlearena.Model.Inputs;
exports de.hdm_stuttgart.battlearena.Model.Map; exports de.hdm_stuttgart.battlearena.Model.Map;
exports de.hdm_stuttgart.battlearena.Controller.Utilities; exports de.hdm_stuttgart.battlearena.Controller.Utilities;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment