update pom + reso json

This commit is contained in:
Indy 2021-05-31 12:25:39 +02:00
parent 09562c4216
commit fbd690f427
2 changed files with 52 additions and 32 deletions

11
pom.xml
View File

@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -140,6 +142,13 @@
<version>${javafx.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
</dependencies>
</project>

View File

@ -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"
]
}