tangledmind/config.yaml

36 lines
457 B
YAML
Raw Normal View History

### Tangled Mind
### Author: Arthur 'Grizzly' Grisel-Davy
# Map
room_side : 1000
2020-05-09 07:27:42 +02:00
wall_size : 150
2020-05-09 07:27:42 +02:00
# general
texture_path : 'asset/'
# Player
2020-05-09 07:27:42 +02:00
path_player : 'perso.png'
path_canon : 'canon.png'
cap_speed : 10
acceleration : 2
deceleration : 1.1
2020-05-09 07:27:42 +02:00
# Ennemy
path_enemy : 'perso.png'
# Projectile
path_projectile : 'projectile1_right.png'
# Projectile
2020-05-07 01:41:34 +02:00
max_fire_rate : 10
# Controls (not used yet)
up : z
right : d
down : s
left : q
fire :
2020-05-09 07:27:42 +02:00
pause : escape