SuperSpaceInvaderTurboApoca.../config.yml
2022-01-06 14:17:30 +01:00

59 lines
762 B
YAML

# General configuration
general:
maxFPS: 50
# Players config
players:
width: 100
startXPosition: 50
fireCooldown: 10
speed: 20
user1:
color: red
keys:
left: q
right: d
shoot: s
user2:
color: blue
keys:
left: 4
right: 6
shoot: 5
# Enemies config
invaders:
fireCooldown: 20
size: 25
speed: 7
distance: 10 # distance in pixels between invaders
typeA:
points: 100
color: green
typeB:
points: 250
color: blue
typeC:
points: 600
color: red
# Projectiles config
projectiles:
missiles:
color: yellow
speed: 10
width: 10
torpedos:
color: green
speed: 10
width: 10
# Grid definition
# You can add more rows, make rows longer and add spaces
grid:
- "AAAAAAAAAAAA"
- "BBBBBBBBBBBB"
- "CCCCCCCCCCCC"