1234567891011121314151617181920212223242526272829303132333435 |
- [gd_scene load_steps=6 format=2]
- [ext_resource path="res://scripts/Donut.gd" type="Script" id=1]
- [ext_resource path="res://Donut_basemat.tres" type="Material" id=2]
- [ext_resource path="res://exported_models/halfdonut_dough.obj" type="ArrayMesh" id=3]
- [ext_resource path="res://Donut_pink_icemat.tres" type="Material" id=4]
- [ext_resource path="res://exported_models/halfdonut_icing.obj" type="ArrayMesh" id=5]
- [node name="Donut" type="Spatial"]
- script = ExtResource( 1 )
- [node name="Spatial" type="Spatial" parent="."]
- transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, -0.05, -1.35, 1.15 )
- [node name="OmniLight" type="OmniLight" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -13, 30 )
- editor_only = true
- omni_range = 31.7067
- [node name="OmniLight2" type="OmniLight" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5.05298, 16.228, 30 )
- editor_only = true
- omni_range = 31.7067
- [node name="MeshInstance" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 3 )
- material/0 = ExtResource( 2 )
- [node name="MeshInstance2" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 5 )
- material/0 = ExtResource( 4 )
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 1.51239 )
|