Testing markers usages
This commit is contained in:
parent
25d20d11f8
commit
4714617c0e
1 changed files with 35 additions and 13 deletions
|
@ -211,24 +211,46 @@ transform = Transform3D(-0.218552, 0, -0.975825, 0, 1, 0, 0.975825, 0, -0.218552
|
|||
[node name="water-zone" parent="." instance=ExtResource( "6_0o80c" )]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, -79.9445, 0, 0)
|
||||
|
||||
[node name="RedPoint" type="Position3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -52.0135, 0.987089, 34.0558)
|
||||
[node name="Labels" type="Node3D" parent="."]
|
||||
|
||||
[node name="RedPoint" parent="RedPoint" instance=ExtResource( "7_5rpqq" )]
|
||||
modulate = Color(1, 0.192157, 0.156863, 1)
|
||||
text = "Red Point"
|
||||
[node name="Blue - Zone names" type="Node3D" parent="Labels"]
|
||||
|
||||
[node name="BluePoint" type="Position3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20.2023, 0.903053, -0.881492)
|
||||
[node name="BluePoint" type="Position3D" parent="Labels/Blue - Zone names"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13.2869, 4.21191, 10.6861)
|
||||
|
||||
[node name="BluePoint" parent="BluePoint" instance=ExtResource( "7_5rpqq" )]
|
||||
[node name="Plateforme mouvante" parent="Labels/Blue - Zone names/BluePoint" instance=ExtResource( "7_5rpqq" )]
|
||||
modulate = Color(0.227451, 0.184314, 1, 1)
|
||||
text = "Blue point"
|
||||
text = "Plateforme mouvante"
|
||||
|
||||
[node name="GreenPoint" type="Position3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.217303, 0, -5.77926)
|
||||
[node name="BluePoint2" type="Position3D" parent="Labels/Blue - Zone names"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82.0222, 4.78227, -4.13589)
|
||||
|
||||
[node name="GreePoint" parent="GreenPoint" instance=ExtResource( "7_5rpqq" )]
|
||||
[node name="Zone aquatique" parent="Labels/Blue - Zone names/BluePoint2" instance=ExtResource( "7_5rpqq" )]
|
||||
modulate = Color(0.227451, 0.184314, 1, 1)
|
||||
text = "Zone aquatique"
|
||||
|
||||
[node name="BluePoint3" type="Position3D" parent="Labels/Blue - Zone names"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.6298, 7.89366, -18.7856)
|
||||
|
||||
[node name="Terrain irrégulier" parent="Labels/Blue - Zone names/BluePoint3" instance=ExtResource( "7_5rpqq" )]
|
||||
modulate = Color(0.227451, 0.184314, 1, 1)
|
||||
text = "Terrain irrégulier"
|
||||
|
||||
[node name="Green - Informations" type="Node3D" parent="Labels"]
|
||||
|
||||
[node name="GreenPoint" type="Position3D" parent="Labels/Green - Informations"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 16.5125, 5.69293, -17.2869)
|
||||
|
||||
[node name="Tester ressenti des collisions selon angle de pente" parent="Labels/Green - Informations/GreenPoint" instance=ExtResource( "7_5rpqq" )]
|
||||
modulate = Color(0.0196078, 1, 0, 1)
|
||||
text = "Green Point"
|
||||
text = "Tester ressenti des collisions selon angle de pente"
|
||||
sticky = false
|
||||
|
||||
[node name="Red - Important" type="Node3D" parent="Labels"]
|
||||
|
||||
[node name="RedPoint" type="Position3D" parent="Labels/Red - Important"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -78.3165, 1.80831, -3.74854)
|
||||
|
||||
[node name="Nage non implémentée" parent="Labels/Red - Important/RedPoint" instance=ExtResource( "7_5rpqq" )]
|
||||
modulate = Color(1, 0.192157, 0.156863, 1)
|
||||
text = "Nage non implémentée"
|
||||
|
|
Loading…
Reference in a new issue