MagicNStuff/source/addons/proto_shape/scenes/proto_ramp_logo.tscn
SchimmelSpreu83 2a60380258 Added Plugins
- ProtoShape
- StairsCharacter (GDExtension)
- TODO Manager
- 3D Cursor
2025-09-21 23:42:15 +02:00

66 lines
2.2 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://drys0h14kvoud"]
[ext_resource type="Script" uid="uid://briioihkxilxm" path="res://addons/proto_shape/proto_ramp/proto_ramp.gd" id="2_i41uw"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_bk5re"]
sun_angle_max = 60.0
[sub_resource type="Sky" id="Sky_figaw"]
sky_material = SubResource("ProceduralSkyMaterial_bk5re")
[sub_resource type="Environment" id="Environment_sxnsr"]
background_mode = 2
sky = SubResource("Sky_figaw")
ambient_light_source = 3
ambient_light_color = Color(1, 1, 1, 1)
reflected_light_source = 2
[sub_resource type="CameraAttributesPhysical" id="CameraAttributesPhysical_miufq"]
[sub_resource type="SphereShape3D" id="SphereShape3D_8fq5c"]
radius = 0.493361
[node name="Linear Stairs" type="Node3D"]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_sxnsr")
camera_attributes = SubResource("CameraAttributesPhysical_miufq")
[node name="Camera3D" type="Camera3D" parent="WorldEnvironment"]
transform = Transform3D(-0.707107, -0.40558, 0.579228, 0, 0.819152, 0.573576, -0.707107, 0.40558, -0.579228, 4, 4, -4)
projection = 1
fov = 81.5625
size = 2.0
[node name="CSGBox3D" type="CSGBox3D" parent="WorldEnvironment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17.6707, 0.972, 3.9)
size = Vector3(10.952, 5.55505, 10.5952)
[node name="ProtoRamp2" type="CSGCombiner3D" parent="WorldEnvironment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
use_collision = true
script = ExtResource("2_i41uw")
type = 1
width = 1.001
height = 1.001
depth = 1.001
anchor = 1
anchor_fixed = false
material = null
calculation = 0
steps = 8
fill = true
[node name="CSGPolygon3D" type="CSGPolygon3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.29666, -0.811041, -4.80418)
polygon = PackedVector2Array(2.51521, -1.5345, -1.03, 0.92, -0.6, -1.08)
depth = 1.48
[node name="RigidBody3D" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.499645, 1.87208, -0.158321)
[node name="CSGSphere3D" type="CSGSphere3D" parent="RigidBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"]
shape = SubResource("SphereShape3D_8fq5c")