02.yaml 508 B

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