update pom + reso json
This commit is contained in:
parent
09562c4216
commit
fbd690f427
11
pom.xml
11
pom.xml
@ -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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -140,6 +142,13 @@
|
|||||||
<version>${javafx.version}</version>
|
<version>${javafx.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.json/json -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.json</groupId>
|
||||||
|
<artifactId>json</artifactId>
|
||||||
|
<version>20210307</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"test": "test valide",
|
||||||
"arena": [
|
"arena": [
|
||||||
"arena1.png",
|
"arena1.png",
|
||||||
"arena2.png",
|
"arena2.png",
|
||||||
@ -25,5 +26,15 @@
|
|||||||
"1680 x 1050",
|
"1680 x 1050",
|
||||||
"1920 x 1080",
|
"1920 x 1080",
|
||||||
"800 x 600"
|
"800 x 600"
|
||||||
|
],
|
||||||
|
"button": [
|
||||||
|
"up",
|
||||||
|
"down",
|
||||||
|
"rigth",
|
||||||
|
"left",
|
||||||
|
"a",
|
||||||
|
"b",
|
||||||
|
"c",
|
||||||
|
"d"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user