flat_triangle.tscn 987 B

1234567891011121314151617
  1. [gd_scene load_steps=4 format=3 uid="uid://dhmnou48k24lr"]
  2. [ext_resource type="PackedScene" uid="uid://julmsb44217f" path="res://component/entity/props/triangle/SimpleTriangle.glb" id="1_j6dhx"]
  3. [ext_resource type="Shape3D" uid="uid://jmhl8rtvnfcp" path="res://component/entity/props/triangle/flat_triangle_shape.tres" id="2_ovovf"]
  4. [ext_resource type="PackedScene" uid="uid://ba3gf7iy3mxbq" path="res://component/entity/collectibles/chocolate/chocolate.tscn" id="3_6amar"]
  5. [node name="FlatTriangle" type="StaticBody3D"]
  6. [node name="SimpleTriangle" parent="." instance=ExtResource("1_j6dhx")]
  7. transform = Transform3D(4, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0)
  8. [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
  9. transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
  10. shape = ExtResource("2_ovovf")
  11. [node name="ChocolateTablet" parent="." instance=ExtResource("3_6amar")]
  12. transform = Transform3D(0.91756, 0, 0.397596, 0, 1, 0, -0.397596, 0, 0.91756, 0, 7.20955, 8.52127)