feat: create config file and config manager

This commit is contained in:
Giovani Rodriguez
2021-06-02 22:51:25 -04:00
parent 0f3d842935
commit 58afbf4446
5 changed files with 63 additions and 22 deletions

10
config.yaml Normal file
View File

@@ -0,0 +1,10 @@
# window properties
window:
width: 800
height: 600
icon: "img/tetris_icon.png"
title: "Tetris"
background-color: "#6495ED" # cornflower blue
engine:
fps: 60