| 12345678910111213141516171819202122232425 |
- caption: Test Videogame
- gravity: 0
- boundaries: True
- scene: test_large.png
- characters:
- protagonist:
- gravitative: True
- chronometer: 30
- score: 10
- lives: 5
- speed: 5
- width: 50
- position: [0, 200]
- keys:
- forward: RIGHT
- backward: LEFT
- up: UP
- down: DOWN
- increase: e
- decrease: q
- jump: SPACE
- show_inventory: i
- secondary:
- height: 100
- position: [0, 0]
|