hurrmmm/godot/presents_stack.tscn

39 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2023-11-12 16:47:53 -07:00
[gd_scene load_steps=4 format=3 uid="uid://b030laccuc70h"]
[ext_resource type="Script" path="res://presents_stack.gd" id="1_7q5ad"]
[ext_resource type="PackedScene" uid="uid://y0mo5gxmd08q" path="res://Objects/present/present.tscn" id="2_txb03"]
[ext_resource type="PackedScene" uid="uid://c43pr474qofhl" path="res://physics/grape.tscn" id="3_riaai"]
[node name="presents_stack" type="Node3D"]
script = ExtResource("1_7q5ad")
[node name="present" parent="." instance=ExtResource("2_txb03")]
initial_impulse = Vector3(0, 10, 0)
[node name="present2" parent="." instance=ExtResource("2_txb03")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.58263, 0, 0)
initial_impulse = Vector3(0, -10, 0)
[node name="present3" parent="." instance=ExtResource("2_txb03")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.571471, 0, 0)
initial_impulse = Vector3(0, 10, 0)
[node name="present4" parent="." instance=ExtResource("2_txb03")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.257933, 0.406555, 0)
initial_impulse = Vector3(0, 10, 0)
[node name="present5" parent="." instance=ExtResource("2_txb03")]
initial_impulse = Vector3(0, 10, 0)
[node name="present6" parent="." instance=ExtResource("2_txb03")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.277298, 0.409284, 0)
initial_impulse = Vector3(0, 10, 0)
[node name="present7" parent="." instance=ExtResource("2_txb03")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0104459, 0.887262, 0)
initial_impulse = Vector3(0, 10, 0)
[node name="grape" parent="." instance=ExtResource("3_riaai")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00224, 0.990632)
initial_impulse = Vector3(0, 0, -5)