WaveFunctionCollapse editor

This commit is contained in:
Grimm
2022-08-02 17:59:30 +02:00
parent 42ae9dda06
commit 95fba3d0cb
21 changed files with 417 additions and 114 deletions

View File

@@ -67,6 +67,12 @@
<version>5.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jetopto1.cling</groupId>
<artifactId>cling-core</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@@ -21,10 +21,18 @@
],
"structures":[
{
"structureAtlasPath":"world/tilesets/forest.atlas",
"sourcePath" : "world/tilesets/forestSource.png",
"structureAtlasPath":"world/tilesets/structures.atlas",
"mappingInfo":[
{
"name":"Forest",
"color":"007000"
}
],
"x": 0.5,
"y": 0.5,
"size": 0.3
"width": 0.3 ,
"height": 0.3
}
],
"width": 0.7,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -1,19 +1,12 @@
forest.png
structures.png
size: 96,64
format: RGBA8888
filter: Nearest,Nearest
repeat: none
Source
Forest
rotate: false
xy: 0, 0
size: 16, 16
orig: 0, 0
offset: 0, 0
index: 0
structure_000000
rotate: false
xy: 48, 0
size: 48, 64
orig: 0, 0
offset: 0, 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB