2023-11-11 17:47:26 -07:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cpj2gefpjwogk"]
|
2023-11-11 16:12:46 -07:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://physics/billiard.gd" id="1_a0fke"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cbp8c4kpmr0hk" path="res://control_scheme/is_targetable.tscn" id="2_yrk4o"]
|
2023-11-11 17:47:26 -07:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bjhii55pagkb5" path="res://TAS_system/is_TASable.tscn" id="3_oj26f"]
|
2023-11-11 16:12:46 -07:00
|
|
|
|
|
|
|
[node name="billiard" type="RigidBody3D"]
|
2023-11-11 18:48:23 -07:00
|
|
|
continuous_cd = true
|
2023-11-11 20:45:57 -07:00
|
|
|
max_contacts_reported = 1
|
|
|
|
contact_monitor = true
|
2023-11-11 16:12:46 -07:00
|
|
|
script = ExtResource("1_a0fke")
|
|
|
|
|
|
|
|
[node name="is_targetable" parent="." instance=ExtResource("2_yrk4o")]
|
2023-11-11 17:47:26 -07:00
|
|
|
|
|
|
|
[node name="is_TASable" parent="." node_paths=PackedStringArray("_assignedRigidBody3D") instance=ExtResource("3_oj26f")]
|
|
|
|
_assignedRigidBody3D = NodePath("..")
|
2023-11-11 20:45:57 -07:00
|
|
|
|
|
|
|
[connection signal="body_shape_entered" from="." to="." method="_on_body_shape_entered"]
|