| 123456789101112131415161718192021222324252627282930313233 |
- caption: Test Videogame
- gravity: 5
- scene: test_large.png
- characters:
- protagonist:
- gravitative: False
- chronometer: 30
- score: 10
- lives: 5
- speed: 20
- width: 50
- position: [265, 300]
- keys:
- forward: RIGHT
- backward: LEFT
- up: UP
- down: DOWN
- increase: e
- decrease: q
- jump: SPACE
- show_inventory: i
- secondary:
- speed: 5
- width: 150
- position: [700, 200]
- keys:
- forward: d
- backward: a
- up: w
- down: s
- brick:
- height: 40
- position: [520, 310]
|