| 123456789101112131415161718192021222324252627282930313233343536 |
- título: Test Videogame
- gravidade: 5
- bordos: True
- escenario: test_large.png
- #fondo: [255, 0, 0]
- personaxes:
- protagonista:
- gravitacional: False
- cronómetro: 5
- puntos: 10
- vidas: 5
- velocidade: 5
- largura: 50
- posición: [400, 300]
- salto_no_ar: True
- teclas:
- avanzar: RIGHT
- retroceder: LEFT
- subir: UP
- baixar: DOWN
- aumentar: e
- diminuir: q
- saltar: SPACE
- mostrar_inventario: i
- secundario:
- velocidade: 5
- largura: 50
- posición: [700, 200]
- teclas:
- avanzar: d
- retroceder: a
- subir: w
- baixar: s
- bloque:
- alto: 40
- posición: [520, 310]
|