HexCardsClient/outline/settings.settings.lx

17 lines
241 B
Text
Raw Normal View History

2021-05-23 13:32:50 +00:00
engine = {
input.entry = "outline/inputs"
runtime = {
window = {
2021-05-23 17:43:54 +00:00
width = 1280
height = 720
2021-05-23 13:32:50 +00:00
resizable = false
fullscreen = false
}
}
render = {
antialiasing = 2
stencil = 8
depth = 24
}
}