gaming
This commit is contained in:
parent
57eeede288
commit
57f147236a
13 changed files with 227 additions and 24 deletions
|
|
@ -11,10 +11,16 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="Lunar"
|
||||
run/main_scene="uid://d2waabvrlsfs8"
|
||||
run/main_scene="uid://hv07lm2tjwn4"
|
||||
config/features=PackedStringArray("4.4", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=640
|
||||
window/size/viewport_height=360
|
||||
window/stretch/mode="canvas_items"
|
||||
|
||||
[input]
|
||||
|
||||
thrust={
|
||||
|
|
@ -38,5 +44,6 @@ turn_right={
|
|||
|
||||
[rendering]
|
||||
|
||||
textures/canvas_textures/default_texture_filter=0
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue