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