parent
1a57d92326
commit
9549acde6e
2 changed files with 12 additions and 13 deletions
|
@ -24,7 +24,7 @@ shading_mode = 0
|
|||
albedo_color = Color(0.916968, 0.113727, 0, 1)
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_4o01j"]
|
||||
radius = 0.9
|
||||
radius = 0.45
|
||||
|
||||
[sub_resource type="AudioStreamInteractive" id="AudioStreamInteractive_plnjn"]
|
||||
clip_count = 3
|
||||
|
@ -39,7 +39,7 @@ clip_2/auto_advance = 0
|
|||
[sub_resource type="CylinderMesh" id="CylinderMesh_b16dl"]
|
||||
top_radius = 0.05
|
||||
bottom_radius = 0.05
|
||||
height = 8.0
|
||||
height = 4.0
|
||||
radial_segments = 4
|
||||
rings = 0
|
||||
|
||||
|
@ -87,7 +87,7 @@ shape = SubResource("SphereShape3D_4o01j")
|
|||
[node name="Graphics" type="Node3D" parent="."]
|
||||
|
||||
[node name="CannySprite" type="Sprite3D" parent="Graphics"]
|
||||
pixel_size = 0.0313
|
||||
pixel_size = 0.0156
|
||||
billboard = 1
|
||||
texture_filter = 0
|
||||
texture = ExtResource("1_cp4br")
|
||||
|
@ -127,7 +127,7 @@ bus = &"Sounds"
|
|||
visible = false
|
||||
|
||||
[node name="PowerLine" type="MeshInstance3D" parent="PowerIndicator"]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 4)
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 2)
|
||||
material_override = SubResource("StandardMaterial3D_2xpb7")
|
||||
cast_shadow = 0
|
||||
gi_mode = 0
|
||||
|
|
|
@ -11,9 +11,9 @@ metallic_specular = 0.0
|
|||
|
||||
[sub_resource type="CylinderMesh" id="CylinderMesh_i27ie"]
|
||||
material = SubResource("StandardMaterial3D_e2vbu")
|
||||
top_radius = 0.2
|
||||
bottom_radius = 0.2
|
||||
height = 6.0
|
||||
top_radius = 0.1
|
||||
bottom_radius = 0.1
|
||||
height = 4.0
|
||||
radial_segments = 6
|
||||
rings = 8
|
||||
|
||||
|
@ -30,13 +30,12 @@ shader_parameter/wave_scale = 0.25
|
|||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_mfpmh"]
|
||||
material = SubResource("ShaderMaterial_3urv4")
|
||||
size = Vector2(3, 1.5)
|
||||
size = Vector2(2, 1)
|
||||
subdivide_width = 6
|
||||
center_offset = Vector3(1.5, -0.75, 0)
|
||||
center_offset = Vector3(1, 0, 0)
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_eshe3"]
|
||||
height = 0.5
|
||||
radius = 1.0
|
||||
|
||||
[node name="GoalPost" type="Node3D"]
|
||||
script = ExtResource("1_08x2x")
|
||||
|
@ -44,16 +43,16 @@ script = ExtResource("1_08x2x")
|
|||
[node name="Graphics" type="Node3D" parent="."]
|
||||
|
||||
[node name="Pole" type="MeshInstance3D" parent="Graphics"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
|
||||
mesh = SubResource("CylinderMesh_i27ie")
|
||||
|
||||
[node name="Flag" type="MeshInstance3D" parent="Graphics"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 6, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.5, 0)
|
||||
mesh = SubResource("QuadMesh_mfpmh")
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="Graphics"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.01, 0)
|
||||
pixel_size = 0.0625
|
||||
pixel_size = 0.0313
|
||||
axis = 1
|
||||
alpha_cut = 2
|
||||
texture_filter = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue