Update tilemaps to provide their own physics information. The sidescroller is acting funny.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user