forked from interstellar_development/freeftf
Added Multiplayer Support
This commit is contained in:
parent
beb2b93613
commit
09c345785c
11 changed files with 338 additions and 46 deletions
|
|
@ -10,13 +10,14 @@ config_version=5
|
|||
|
||||
[application]
|
||||
|
||||
config/name="OpenFlee"
|
||||
run/main_scene="res://maps/base_map.tscn"
|
||||
config/name="FreeFTF"
|
||||
run/main_scene="res://menus/main_menu.tscn"
|
||||
config/features=PackedStringArray("4.2", "Forward Plus")
|
||||
|
||||
[autoload]
|
||||
|
||||
Game="*res://scripts/game.gd"
|
||||
Server="*res://scripts/server.gd"
|
||||
|
||||
[input]
|
||||
|
||||
|
|
@ -63,5 +64,4 @@ zoom_out={
|
|||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue