02.yaml 656 B

123456789101112131415161718192021222324252627282930313233343536
  1. título: Test Videogame
  2. gravidade: 5
  3. bordos: True
  4. escenario: test_large.png
  5. #fondo: [255, 0, 0]
  6. personaxes:
  7. protagonista:
  8. gravitacional: False
  9. cronómetro: 5
  10. puntos: 10
  11. vidas: 5
  12. velocidade: 5
  13. largura: 50
  14. posición: [400, 300]
  15. salto_no_ar: True
  16. teclas:
  17. avanzar: RIGHT
  18. retroceder: LEFT
  19. subir: UP
  20. baixar: DOWN
  21. aumentar: e
  22. diminuir: q
  23. saltar: SPACE
  24. mostrar_inventario: i
  25. secundario:
  26. velocidade: 5
  27. largura: 50
  28. posición: [700, 200]
  29. teclas:
  30. avanzar: d
  31. retroceder: a
  32. subir: w
  33. baixar: s
  34. bloque:
  35. alto: 40
  36. posición: [520, 310]