Load tiles from json pt2
This commit is contained in:
parent
eac141e01b
commit
0da03e2650
5
Tiles/bin/Debug/net8.0/data/core/tiles/bedrock.json
Normal file
5
Tiles/bin/Debug/net8.0/data/core/tiles/bedrock.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "bedrock",
|
||||||
|
"ImagePath": "data/core/tiles/images/bedrock.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
5
Tiles/bin/Debug/net8.0/data/core/tiles/dirt.json
Normal file
5
Tiles/bin/Debug/net8.0/data/core/tiles/dirt.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "dirt",
|
||||||
|
"ImagePath": "data/core/tiles/images/dirt.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
5
Tiles/bin/Debug/net8.0/data/core/tiles/grass.json
Normal file
5
Tiles/bin/Debug/net8.0/data/core/tiles/grass.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "grass",
|
||||||
|
"ImagePath": "data/core/tiles/images/grass.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/bedrock.png
Normal file
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/bedrock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/dirt.png
Normal file
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/dirt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 674 B |
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/grass.png
Normal file
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/grass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 654 B |
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/rock.png
Normal file
BIN
Tiles/bin/Debug/net8.0/data/core/tiles/images/rock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 678 B |
5
Tiles/bin/Debug/net8.0/data/core/tiles/rock.json
Normal file
5
Tiles/bin/Debug/net8.0/data/core/tiles/rock.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "rock",
|
||||||
|
"ImagePath": "data/core/tiles/images/rock.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
5
Tiles/data/core/tiles/bedrock.json
Normal file
5
Tiles/data/core/tiles/bedrock.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "bedrock",
|
||||||
|
"ImagePath": "data/core/tiles/images/bedrock.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
5
Tiles/data/core/tiles/dirt.json
Normal file
5
Tiles/data/core/tiles/dirt.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "dirt",
|
||||||
|
"ImagePath": "data/core/tiles/images/dirt.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
5
Tiles/data/core/tiles/grass.json
Normal file
5
Tiles/data/core/tiles/grass.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "grass",
|
||||||
|
"ImagePath": "data/core/tiles/images/grass.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
5
Tiles/data/core/tiles/rock.json
Normal file
5
Tiles/data/core/tiles/rock.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"Name": "rock",
|
||||||
|
"ImagePath": "data/core/tiles/images/rock.png",
|
||||||
|
"Transparent": false
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user