Skip to content

Commit

Permalink
small tweaks to Sokoban
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed Jul 13, 2024
1 parent 6b97683 commit dfbca0e
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions examples/Sokoban/scenes/NewScene.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@
"$asset": "Texture",
"path": "images/[email protected]/crate_12.png",
"atlas": "images/[email protected]"
}
},
"repeatX": 1,
"repeatY": 1
},
"RigidBody": {
"vx": 0,
Expand All @@ -140,7 +142,7 @@
"ax": "0",
"ay": "0",
"az": "0",
"mass": 0.001,
"mass": 0.1,
"ld": 1,
"ad": 1
},
Expand Down Expand Up @@ -225,7 +227,26 @@
"$asset": "Texture",
"path": "images/[email protected]/ground_04.png",
"atlas": "images/[email protected]"
}
},
"repeatX": 10,
"repeatY": 10
},
"RigidBody": {
"vx": 0,
"vy": 0,
"vz": 0,
"rx": 0,
"ry": 0,
"rz": 0,
"lx": 1,
"ly": 1,
"lz": "0",
"ax": "0",
"ay": "0",
"az": "0",
"mass": 0.1,
"ld": 1,
"ad": 1
}
},
"children": []
Expand Down

0 comments on commit dfbca0e

Please sign in to comment.