02.yaml 554 B

123456789101112131415161718192021222324252627282930313233
  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. show_inventory: i
  22. secondary:
  23. speed: 5
  24. width: 150
  25. position: [700, 200]
  26. keys:
  27. forward: d
  28. backward: a
  29. up: w
  30. down: s
  31. brick:
  32. height: 40
  33. position: [520, 310]