Ground.taml 554 B

123456789101112131415161718192021222324
  1. <Scroller
  2. SceneGroup="10"
  3. Size="40 6"
  4. Position="0 -12"
  5. FixedAngle="1"
  6. BodyType="Static"
  7. Image="@asset=ToyAssets:dirtGround"
  8. Frame="0"
  9. repeatX="0.666666687">
  10. <Scroller.CollisionShapes>
  11. <Edge>
  12. <Point>-20 3</Point>
  13. <Point>20 3</Point>
  14. </Edge>
  15. <Edge>
  16. <Point>-20 3</Point>
  17. <Point>-20 40</Point>
  18. </Edge>
  19. <Edge>
  20. <Point>20 3</Point>
  21. <Point>20 40</Point>
  22. </Edge>
  23. </Scroller.CollisionShapes>
  24. </Scroller>