Milestone 5: Private Testing Release 1
Lot's of changes.
This commit is contained in:
parent
0bd1414af0
commit
40100e8fee
90 changed files with 5741 additions and 156 deletions
|
|
@ -18,6 +18,8 @@ config/features=PackedStringArray("4.2", "Forward Plus")
|
|||
|
||||
Game="*res://scripts/game.gd"
|
||||
Server="*res://scripts/server.gd"
|
||||
Save="*res://scripts/save.gd"
|
||||
Load="*res://scripts/load.gd"
|
||||
|
||||
[input]
|
||||
|
||||
|
|
@ -71,6 +73,11 @@ mouse_lock={
|
|||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":76,"key_label":0,"unicode":108,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
crouch={
|
||||
"deadzone": 0.5,
|
||||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194326,"key_label":0,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[layer_names]
|
||||
|
||||
|
|
@ -81,4 +88,5 @@ mouse_lock={
|
|||
[rendering]
|
||||
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
environment/defaults/default_clear_color=Color(0.207803, 0.240581, 0.3157, 1)
|
||||
occlusion_culling/use_occlusion_culling=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue