55 lines
2.2 KiB
Plaintext
55 lines
2.2 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://din25343yu8wv"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://csh2n73hb2co8" path="res://models/banana.fbx" id="2_bl13t"]
|
|
[ext_resource type="Script" uid="uid://deiup1osipi8a" path="res://scripts/OverlapTester.cs" id="2_iyx0m"]
|
|
|
|
[sub_resource type="FastNoiseLite" id="FastNoiseLite_bl13t"]
|
|
|
|
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_iyx0m"]
|
|
noise = SubResource("FastNoiseLite_bl13t")
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_74lek"]
|
|
albedo_texture = SubResource("NoiseTexture2D_iyx0m")
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_j5jx5"]
|
|
material = SubResource("StandardMaterial3D_74lek")
|
|
size = Vector2(20, 20)
|
|
|
|
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_lpvoh"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_74lek"]
|
|
radius = 0.02
|
|
height = 0.113069
|
|
|
|
[node name="Node3D" type="Node3D"]
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("PlaneMesh_j5jx5")
|
|
skeleton = NodePath("")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
|
|
shape = SubResource("WorldBoundaryShape3D_lpvoh")
|
|
|
|
[node name="Bananan" type="RigidBody3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0676612, 0.724976, -0.380918)
|
|
|
|
[node name="banana" parent="Bananan" instance=ExtResource("2_bl13t")]
|
|
transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, 0, 0, 0)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Bananan"]
|
|
transform = Transform3D(1, 0, 0, 0, 0.816107, -0.5779, 0, 0.5779, 0.816107, 0, -0.0504407, -0.0107305)
|
|
shape = SubResource("CapsuleShape3D_74lek")
|
|
|
|
[node name="CollisionShape3D2" type="CollisionShape3D" parent="Bananan"]
|
|
transform = Transform3D(1, 0, 0, 0, -0.837394, -0.546599, 0, 0.546599, -0.837394, 0, 0.025557, -0.00612295)
|
|
shape = SubResource("CapsuleShape3D_74lek")
|
|
|
|
[node name="Node3D" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.065958, 0, -0.366133)
|
|
script = ExtResource("2_iyx0m")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.351838, 0.598454)
|