02.yaml 530 B

1234567891011121314151617181920212223242526272829303132
  1. caption: Test Videogame
  2. gravity: 5
  3. scene: test_large.png
  4. characters:
  5. protagonist:
  6. gravitative: False
  7. chronometer: 30
  8. score: 10
  9. lives: 5
  10. speed: 20
  11. width: 50
  12. position: [2065, 300]
  13. keys:
  14. forward: RIGHT
  15. backward: LEFT
  16. up: UP
  17. down: DOWN
  18. increase: e
  19. decrease: q
  20. jump: SPACE
  21. secondary:
  22. speed: 5
  23. width: 150
  24. position: [700, 200]
  25. keys:
  26. forward: d
  27. backward: a
  28. up: w
  29. down: s
  30. brick:
  31. height: 40
  32. position: [520, 310]