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