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