Load tiles from json pt2

This commit is contained in:
Chris Bell 2024-11-17 18:53:20 -06:00
parent eac141e01b
commit 0da03e2650
12 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"Name": "bedrock",
"ImagePath": "data/core/tiles/images/bedrock.png",
"Transparent": false
}

View File

@ -0,0 +1,5 @@
{
"Name": "dirt",
"ImagePath": "data/core/tiles/images/dirt.png",
"Transparent": false
}

View File

@ -0,0 +1,5 @@
{
"Name": "grass",
"ImagePath": "data/core/tiles/images/grass.png",
"Transparent": false
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 B

View File

@ -0,0 +1,5 @@
{
"Name": "rock",
"ImagePath": "data/core/tiles/images/rock.png",
"Transparent": false
}

View File

@ -0,0 +1,5 @@
{
"Name": "bedrock",
"ImagePath": "data/core/tiles/images/bedrock.png",
"Transparent": false
}

View File

@ -0,0 +1,5 @@
{
"Name": "dirt",
"ImagePath": "data/core/tiles/images/dirt.png",
"Transparent": false
}

View File

@ -0,0 +1,5 @@
{
"Name": "grass",
"ImagePath": "data/core/tiles/images/grass.png",
"Transparent": false
}

View File

@ -0,0 +1,5 @@
{
"Name": "rock",
"ImagePath": "data/core/tiles/images/rock.png",
"Transparent": false
}