Show network Ping & start AI behaviour tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user