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",

View File

@@ -33,7 +33,7 @@
{
"name":"state",
"type":"int",
"value":1041
"value":17
}],
"rotation":0,
"type":"actor",
@@ -66,13 +66,13 @@
"properties":[
{
"name":"physics.drag.y",
"type":"string",
"value":"1.0"
"type":"float",
"value":0.125
},
{
"name":"physics.gravity.y",
"type":"string",
"value":"1024.0"
"type":"float",
"value":32
},
{
"name":"physics.model",

View File

@@ -91,13 +91,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",