SuperSpaceInvaderTurboApoca.../config.yaml
2021-12-13 12:07:17 +01:00

34 lines
598 B
YAML

# Screen Config
screen:
# specifies the screen resolution, must in 16:9,
# default : "1280x720"
#! hardcoder une res de base si c'est pas un 16:9
terminal:
charEmptySpace: ' '
charPlayer: ''
charPlayerProjectile: ''
charEnemy: ''
charEnemyProjectile: ''
# Game Mode
# values : "terminal" "graphic"
# default : "terminal"
mode: "graphic"
# User config
user:
startPositionX: 0
startPositionY: 0
speed: 5
keys:
moveLeft: '4'
moveLeft: '6'
shoot: '5'
# Enemies config
enemy:
startPositionX: 0
startPositionY: 0
speed: 2
size: 4