feat: create config file and config manager
This commit is contained in:
10
config.yaml
Normal file
10
config.yaml
Normal 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
|
||||
Reference in New Issue
Block a user