2020-05-07 01:04:21 +02:00
|
|
|
### Tangled Mind
|
|
|
|
### Author: Arthur 'Grizzly' Grisel-Davy
|
|
|
|
|
|
|
|
|
|
|
|
# Map
|
|
|
|
room_side : 1000
|
2020-05-09 07:27:42 +02:00
|
|
|
wall_size : 150
|
2020-05-07 01:04:21 +02:00
|
|
|
|
|
|
|
|
2020-05-09 07:27:42 +02:00
|
|
|
# general
|
|
|
|
texture_path : 'asset/'
|
|
|
|
|
2020-05-07 01:04:21 +02:00
|
|
|
# Player
|
2020-05-09 07:27:42 +02:00
|
|
|
path_player : 'perso.png'
|
|
|
|
path_canon : 'canon.png'
|
2020-05-07 01:04:21 +02:00
|
|
|
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'
|
|
|
|
|
2020-05-07 01:04:21 +02:00
|
|
|
# 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
|