From fbd690f4275af2f3a42548769c53d9bcda2eb75e Mon Sep 17 00:00:00 2001 From: Indy Date: Mon, 31 May 2021 12:25:39 +0200 Subject: [PATCH] update pom + reso json --- pom.xml | 73 ++++++++++++++++++++--------------- src/configuration/config.json | 11 ++++++ 2 files changed, 52 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 4c4995f..12d77b7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,28 +1,30 @@ - - + + 4.0.0 - + jeu-de-combat jeu-de-combat 0.0.1-SNAPSHOT Boulevard Combattant Jeu de combat inspiré de Street Fighter 3: Third Strike. Projet de fin d'année de L3. https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat - + - + src - + - + src/launcher/ui - + - + - + maven-compiler-plugin 3.8.1 @@ -30,21 +32,21 @@ 11 - + - + - + - + 3.2.3 natives-windows 11 - + - + org.lwjgl @@ -54,92 +56,99 @@ pom - + - + org.lwjgl lwjgl - + org.lwjgl lwjgl-assimp - + org.lwjgl lwjgl-glfw - + org.lwjgl lwjgl-openal - + org.lwjgl lwjgl-opengl - + org.lwjgl lwjgl-stb - + org.lwjgl lwjgl ${lwjgl.natives} - + org.lwjgl lwjgl-assimp ${lwjgl.natives} - + org.lwjgl lwjgl-glfw ${lwjgl.natives} - + org.lwjgl lwjgl-openal ${lwjgl.natives} - + org.lwjgl lwjgl-opengl ${lwjgl.natives} - + org.lwjgl lwjgl-stb ${lwjgl.natives} - - + + org.openjfx javafx-controls ${javafx.version} - + org.openjfx javafx-fxml ${javafx.version} + + + org.json + json + 20210307 + + \ No newline at end of file diff --git a/src/configuration/config.json b/src/configuration/config.json index 028c17f..4c4b7fd 100644 --- a/src/configuration/config.json +++ b/src/configuration/config.json @@ -1,4 +1,5 @@ { + "test": "test valide", "arena": [ "arena1.png", "arena2.png", @@ -25,5 +26,15 @@ "1680 x 1050", "1920 x 1080", "800 x 600" + ], + "button": [ + "up", + "down", + "rigth", + "left", + "a", + "b", + "c", + "d" ] }