mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
WaveFunctionCollapse editor
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 |
@@ -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
|
||||
BIN
forge-gui/res/adventure/Shandalar/world/tilesets/structures.png
Normal file
BIN
forge-gui/res/adventure/Shandalar/world/tilesets/structures.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user