12345678910111213141516171819 |
- [gd_scene load_steps=4 format=2]
- [ext_resource path="res://FlyingDonut.gd" type="Script" id=1]
- [ext_resource path="res://Donut.tscn" type="PackedScene" id=2]
- [sub_resource type="BoxShape" id=1]
- extents = Vector3( 1, 0.756116, 1 )
- [node name="FlyingDonut" type="Spatial"]
- script = ExtResource( 1 )
- [node name="Donut" parent="." instance=ExtResource( 2 )]
- [node name="Area" type="Area" parent="."]
- [node name="CollisionShape" type="CollisionShape" parent="Area"]
- transform = Transform( 0.453757, 0, 0, 0, 1.56663, 0, 0, 0, 0.466725, 0, 0, 0 )
- shape = SubResource( 1 )
|