Update tilemaps to provide their own physics information. The sidescroller is acting funny.

This commit is contained in:
2026-06-02 17:12:47 -04:00
parent 3608c68764
commit 238c65a2eb
7 changed files with 22 additions and 16 deletions

View File

@@ -114,13 +114,13 @@
"properties":[
{
"name":"physics.drag.y",
"type":"string",
"value":"0.0"
"type":"float",
"value":0
},
{
"name":"physics.gravity.y",
"type":"string",
"value":"0.0"
"type":"float",
"value":0
},
{
"name":"physics.model",