call me a millionaire because i've got 1456477fps
This commit is contained in:
parent
81a4b31dc4
commit
44845f781d
10 changed files with 42 additions and 21 deletions
18
src/main/resources/DefaultEngineConfig.properties
Normal file
18
src/main/resources/DefaultEngineConfig.properties
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#created new properties file
|
||||
#Tue Jan 20 08:16:32 GMT 2026
|
||||
#Default Window dimensions
|
||||
display_height=480
|
||||
display_width=640
|
||||
#the precision of frames, set this to 16000 and it will limit the whole engine to 64FPS
|
||||
frame_accuracy=0
|
||||
#event tick rate for game process
|
||||
main_tick_rate=120
|
||||
#Vulkan Debugging toggle
|
||||
vkValidated=true
|
||||
|
||||
vsync=false
|
||||
#This is the name of the GPU you want the engine to use
|
||||
PhysicalDeviceName=
|
||||
#Title that shows up on app window
|
||||
Software_Title=Terrain4J Game Engine
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue