diff options
Diffstat (limited to 'Scenes/Transition.tscn')
-rw-r--r-- | Scenes/Transition.tscn | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/Scenes/Transition.tscn b/Scenes/Transition.tscn index d3cac4c..8c7589d 100644 --- a/Scenes/Transition.tscn +++ b/Scenes/Transition.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=32 format=2] +[gd_scene load_steps=35 format=2] [ext_resource path="res://Assets/transition.png" type="Texture" id=1] [ext_resource path="res://Scenes/CameraControl.gd" type="Script" id=2] @@ -7,7 +7,6 @@ [ext_resource path="res://Assets/AlegreyaSansSC-ExtraBold.ttf" type="DynamicFontData" id=5] [ext_resource path="res://Assets/exp.png" type="Texture" id=6] [ext_resource path="res://Assets/arm.png" type="Texture" id=7] -[ext_resource path="res://Assets/3_dots.png" type="Texture" id=8] [ext_resource path="res://Assets/DiceFaceMaterial.tres" type="Material" id=9] [ext_resource path="res://Assets/6_dots.png" type="Texture" id=10] [ext_resource path="res://Assets/5_dots.png" type="Texture" id=11] @@ -28,15 +27,27 @@ albedo_texture = ExtResource( 15 ) [sub_resource type="SpatialMaterial" id=8] albedo_texture = ExtResource( 11 ) -[sub_resource type="SpatialMaterial" id=9] -albedo_texture = ExtResource( 8 ) +[sub_resource type="SpatialMaterial" id=20] +albedo_texture = ExtResource( 12 ) [sub_resource type="SpatialMaterial" id=10] albedo_texture = ExtResource( 13 ) +[sub_resource type="SpatialMaterial" id=21] +albedo_texture = ExtResource( 12 ) + [sub_resource type="SpatialMaterial" id=19] albedo_texture = ExtResource( 12 ) +[sub_resource type="SpatialMaterial" id=22] +albedo_texture = ExtResource( 12 ) + +[sub_resource type="SpatialMaterial" id=23] +albedo_texture = ExtResource( 12 ) + +[sub_resource type="SpatialMaterial" id=24] +albedo_texture = ExtResource( 12 ) + [sub_resource type="DynamicFont" id=11] size = 80 font_data = ExtResource( 5 ) @@ -312,7 +323,7 @@ material/0 = SubResource( 8 ) [node name="FaceForward" type="MeshInstance" parent="Mesh"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.5 ) mesh = SubResource( 5 ) -material/0 = SubResource( 9 ) +material/0 = SubResource( 20 ) [node name="FaceBackward" type="MeshInstance" parent="Mesh"] transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, -0.5 ) @@ -347,7 +358,7 @@ material/0 = SubResource( 8 ) [node name="FaceForward" type="MeshInstance" parent="Mesh2"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.5 ) mesh = SubResource( 5 ) -material/0 = SubResource( 9 ) +material/0 = SubResource( 21 ) [node name="FaceBackward" type="MeshInstance" parent="Mesh2"] transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, -0.5 ) @@ -417,7 +428,7 @@ material/0 = SubResource( 8 ) [node name="FaceForward" type="MeshInstance" parent="Mesh4"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.5 ) mesh = SubResource( 5 ) -material/0 = SubResource( 9 ) +material/0 = SubResource( 22 ) [node name="FaceBackward" type="MeshInstance" parent="Mesh4"] transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, -0.5 ) @@ -452,7 +463,7 @@ material/0 = SubResource( 8 ) [node name="FaceForward" type="MeshInstance" parent="Mesh5"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.5 ) mesh = SubResource( 5 ) -material/0 = SubResource( 9 ) +material/0 = SubResource( 23 ) [node name="FaceBackward" type="MeshInstance" parent="Mesh5"] transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, -0.5 ) @@ -487,7 +498,7 @@ material/0 = SubResource( 8 ) [node name="FaceForward" type="MeshInstance" parent="Mesh6"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.5 ) mesh = SubResource( 5 ) -material/0 = SubResource( 9 ) +material/0 = SubResource( 24 ) [node name="FaceBackward" type="MeshInstance" parent="Mesh6"] transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, -0.5 ) |