FlyingDonut.tscn 572 B

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