-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoveCECD.tmp
108 lines (85 loc) · 4.24 KB
/
oveCECD.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[gd_scene load_steps=19 format=3 uid="uid://b3sy802m6p2s1"]
[ext_resource type="Script" path="res://example/Gift.gd" id="1_ng02k"]
[ext_resource type="Script" path="res://scene_base.gd" id="1_uyiya"]
[ext_resource type="PackedScene" uid="uid://s7xxl4yeqeyk" path="res://mario/start.glb" id="3_djfti"]
[ext_resource type="Script" path="res://addons/libsm64-godot/components/sm64_surface_properties_component.gd" id="3_kite3"]
[ext_resource type="Script" path="res://addons/libsm64-godot/handlers/sm64_static_surfaces_handler.gd" id="3_q7bj6"]
[ext_resource type="Shader" path="res://death_plane.gdshader" id="3_r8jh6"]
[ext_resource type="Script" path="res://addons/libsm64-godot/handlers/sm64_surface_objects_handler.gd" id="4_wwkch"]
[ext_resource type="Material" uid="uid://bbflq1vcknt2x" path="res://mario/sky_material.tres" id="4_x2twq"]
[ext_resource type="PackedScene" uid="uid://cg8l4angkunu5" path="res://mario/random_mario.tscn" id="10_1ybnx"]
[ext_resource type="Material" uid="uid://bid7sibxqlpii" path="res://mario/block_material.tres" id="12_8xlox"]
[sub_resource type="AudioStreamPolyphonic" id="AudioStreamPolyphonic_y58kx"]
[sub_resource type="Sky" id="Sky_6d86y"]
sky_material = ExtResource("4_x2twq")
[sub_resource type="Environment" id="Environment_836n4"]
background_mode = 2
background_color = Color(1, 1, 1, 1)
sky = SubResource("Sky_6d86y")
ambient_light_source = 2
ambient_light_color = Color(0.521569, 0.521569, 0.521569, 1)
tonemap_mode = 2
glow_enabled = true
fog_enabled = true
fog_light_color = Color(1, 1, 1, 1)
fog_sun_scatter = 0.2
fog_density = 0.005
fog_aerial_perspective = 1.0
fog_sky_affect = 0.0
adjustment_contrast = 5.43
[sub_resource type="ShaderMaterial" id="ShaderMaterial_gwh77"]
render_priority = 0
shader = ExtResource("3_r8jh6")
[sub_resource type="PlaneMesh" id="PlaneMesh_pvrxd"]
material = SubResource("ShaderMaterial_gwh77")
size = Vector2(1024, 1024)
subdivide_width = 16
subdivide_depth = 16
[sub_resource type="SM64SurfaceProperties" id="SM64SurfaceProperties_hhvd1"]
surface_type = 5
[sub_resource type="CylinderMesh" id="CylinderMesh_brwxj"]
material = ExtResource("12_8xlox")
top_radius = 6.0
bottom_radius = 9.53
height = 8.0
radial_segments = 142
rings = 128
[sub_resource type="BoxMesh" id="BoxMesh_sq71t"]
material = ExtResource("12_8xlox")
size = Vector3(4, 4, 8)
[node name="Node3D" type="Node3D"]
script = ExtResource("1_uyiya")
[node name="Gift" type="Node" parent="."]
unique_name_in_owner = true
script = ExtResource("1_ng02k")
scopes = Array[String](["chat:edit", "chat:read", "moderator:read:followers", "channel:read:subscriptions", "channel:manage:redemptions"])
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="Gift"]
stream = SubResource("AudioStreamPolyphonic_y58kx")
max_polyphony = 8
[node name="StartDispl" parent="." instance=ExtResource("3_djfti")]
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 8.12168, 0)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_836n4")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 7.15673, 0, 0)
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 4)
[node name="MeshInstance3D" type="MeshInstance3D" parent="." groups=["libsm64_static_surfaces"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -48, 0)
mesh = SubResource("PlaneMesh_pvrxd")
[node name="SM64SurfacePropertiesComponent" type="Node" parent="MeshInstance3D"]
script = ExtResource("3_kite3")
surface_properties = SubResource("SM64SurfaceProperties_hhvd1")
[node name="SM64StaticSurfaceHandler" type="Node" parent="."]
script = ExtResource("3_q7bj6")
[node name="SM64SurfaceObjectsHandler" type="Node" parent="."]
script = ExtResource("4_wwkch")
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
visible = false
mesh = SubResource("CylinderMesh_brwxj")
[node name="MeshInstance3D3" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.518117, 0, 0)
visible = false
mesh = SubResource("BoxMesh_sq71t")
[node name="RandomMario" parent="." node_paths=PackedStringArray("camera") instance=ExtResource("10_1ybnx")]
camera = NodePath("../Camera3D")