triangle.tscn 666 B

12345678910111213
  1. [gd_scene load_steps=3 format=3 uid="uid://dtjp7851cx0vf"]
  2. [ext_resource type="PackedScene" uid="uid://julmsb44217f" path="res://component/entity/props/triangle/SimpleTriangle.glb" id="1_6di7t"]
  3. [ext_resource type="Shape3D" uid="uid://8k8xlrh2hxe2" path="res://component/entity/props/triangle/triangle_shape.tres" id="2_shid1"]
  4. [node name="Triangle" type="StaticBody3D"]
  5. [node name="SimpleTriangle" parent="." instance=ExtResource("1_6di7t")]
  6. transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
  7. [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
  8. transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, -1, 0, -1)
  9. shape = ExtResource("2_shid1")