| 12345678910111213141516171819202122232425262728 |
- caption: Test Videogame
- gravity: 5
- boundaries: True
- scene: test_large.png
- characters:
- protagonist:
- gravitative: True
- chronometer: 30
- score: 10
- lives: 5
- speed: 5
- width: 50
- position: [500, 265]
- keys:
- forward: RIGHT
- backward: LEFT
- up: UP
- down: DOWN
- increase: e
- decrease: q
- jump: SPACE
- show_inventory: i
- secondary:
- bricks:
- filename: 'brick.png'
- height: 40
- random:
- amount: 20
|