Create empty game window
This commit is contained in:
8
app/src/main/resources/application.yml
Executable file
8
app/src/main/resources/application.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
app:
|
||||
window:
|
||||
title: "Simple Game"
|
||||
width: 640
|
||||
height: 480
|
||||
|
||||
core:
|
||||
targetUps: 50 # Updates per second
|
||||
Reference in New Issue
Block a user