You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
556 B
YAML

### Tangled Mind
### Author: Arthur 'Grizzly' Grisel-Davy
# Map
room_side : 1000
wall_size : 150
# general
texture_path : 'asset/'
# Player
path_player : 'perso.png'
path_canon : 'canon.png'
cap_speed : 10
acceleration : 2
deceleration : 1.1
# Ennemy
path_enemy : 'perso.png'
# Projectile
path_projectile : 'projectile1_right.png'
# Projectile
max_fire_rate : 10
# HUD
font_name : 'GlacialIndifference-Regular'
font_large : 72
font_small : 40
health_width : 30
# Controls (not used yet)
up : z
right : d
down : s
left : q
fire :
pause : escape