Show network Ping & start AI behaviour tree

This commit is contained in:
2023-01-22 23:44:41 +01:00
parent ce7b74c832
commit 26f17fbd03
89 changed files with 2839 additions and 53 deletions

View File

@@ -8,34 +8,6 @@
config_version=5
_global_script_classes=[{
"base": "Node3D",
"class": &"Game",
"language": &"GDScript",
"path": "res://Game.gd"
}, {
"base": "Node",
"class": &"Hitable",
"language": &"GDScript",
"path": "res://scripts/player/Hitable.gd"
}, {
"base": "EditorPlugin",
"class": &"TBPlugin",
"language": &"GDScript",
"path": "res://addons/tbloader/src/plugin.gd"
}, {
"base": "Node3D",
"class": &"Weapon",
"language": &"GDScript",
"path": "res://scripts/player/Weapon.gd"
}]
_global_script_class_icons={
"Game": "",
"Hitable": "",
"TBPlugin": "",
"Weapon": ""
}
[application]
config/name="Scoom"
@@ -56,9 +28,13 @@ window/size/height=360
window/size/test_width=1280
window/size/test_height=720
[editor]
export/convert_text_resources_to_binary=true
[editor_plugins]
enabled=PackedStringArray("res://addons/tbloader/plugin.cfg")
enabled=PackedStringArray("res://addons/yet_another_behavior_tree/plugin.cfg")
[input]
@@ -108,6 +84,10 @@ reload={
]
}
[layer_names]
3d_physics/layer_10="Enemy"
[physics]
common/enable_pause_aware_picking=true