Improve mesh components

This commit is contained in:
2024-12-06 09:11:03 -06:00
parent a4774e6189
commit e6672945ae
24 changed files with 366 additions and 42 deletions

8
assets/maps/testmap.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "Test Map",
"layers": [
{
}
]
}

View File

@ -9,6 +9,9 @@
},
"components": {
"mesh": {
"type": "QuadMesh"
},
"material": {
"type": "SimpleTexturedMaterial",
"texture": "rosa"

View File

@ -9,6 +9,9 @@
},
"components": {
"mesh": {
"type": "QuadMesh"
},
"material": {
"type": "SimpleTexturedMaterial",
"texture": "rosa"