Reworked the AI Objectives

This commit is contained in:
Patrick_Pluto 2024-12-13 18:28:06 +01:00
parent 27964084ff
commit a6c9909f26
8 changed files with 31 additions and 11 deletions

View file

@ -24,3 +24,9 @@ avoidance_enabled = true
height = 2.0
[node name="Timer" type="Timer" parent="."]
[node name="Label3D" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0)
pixel_size = 0.01
billboard = 1
no_depth_test = true

View file

@ -21,3 +21,10 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
[node name="Label" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
[node name="Label3D" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0)
pixel_size = 0.01
billboard = 1
no_depth_test = true
text = "SamplePlayer"