|
| 1 | +[gd_scene load_steps=14 format=3 uid="uid://cnk1inmvelj4x"] |
| 2 | + |
| 3 | +[ext_resource type="Texture2D" uid="uid://crm65s53yy1n6" path="res://godot_icon.svg" id="1_7mycd"] |
| 4 | +[ext_resource type="RDShaderFile" uid="uid://bsbaafha2qt2x" path="res://base_texture.glsl" id="2_7mycd"] |
| 5 | +[ext_resource type="Script" uid="uid://cdfq6x7v36k1e" path="res://mesh_texture_rd.gd" id="3_5vw27"] |
| 6 | +[ext_resource type="ArrayMesh" uid="uid://j7duroqwmiuw" path="res://2d_array_mesh.tres" id="4_1bvp3"] |
| 7 | +[ext_resource type="Texture2D" uid="uid://bg8txxwsr4qn8" path="res://text_texture.tres" id="4_lquwl"] |
| 8 | +[ext_resource type="PackedScene" uid="uid://mx52oimcwqtn" path="res://3d.tscn" id="6_7mycd"] |
| 9 | + |
| 10 | +[sub_resource type="PrismMesh" id="PrismMesh_kek77"] |
| 11 | + |
| 12 | +[sub_resource type="Texture2D" id="Texture2D_5vw27"] |
| 13 | +resource_local_to_scene = false |
| 14 | +resource_name = "" |
| 15 | +script = ExtResource("3_5vw27") |
| 16 | +clear_color = Color(0.412266, 0.447241, 0.735728, 1) |
| 17 | +mesh = SubResource("PrismMesh_kek77") |
| 18 | +base_texture = ExtResource("1_7mycd") |
| 19 | +projection = Projection(-0.6, -1.3, 0, 0, 1.1, -1.67, 0, 0, -0.76, 0, -1.2, 0, 0, -0.26, 0, 1.36) |
| 20 | + |
| 21 | +[sub_resource type="TorusMesh" id="TorusMesh_lquwl"] |
| 22 | + |
| 23 | +[sub_resource type="Texture2D" id="Texture2D_7mycd"] |
| 24 | +resource_local_to_scene = false |
| 25 | +resource_name = "" |
| 26 | +script = ExtResource("3_5vw27") |
| 27 | +clear_color = Color(0.271125, 0.510188, 0.620698, 1) |
| 28 | +mesh = SubResource("TorusMesh_lquwl") |
| 29 | +base_texture = ExtResource("1_7mycd") |
| 30 | +projection = Projection(-0.7, -0.92, 0.5, 0, 0.25, -1.5, 0.32, 0, 1.43, -0.14, 0.48, 0.14, 0.1, 0.02, 0.75, 1.85) |
| 31 | +metadata/_custom_type_script = "uid://delyovxoqvijt" |
| 32 | + |
| 33 | +[sub_resource type="QuadMesh" id="QuadMesh_1bvp3"] |
| 34 | + |
| 35 | +[sub_resource type="Texture2D" id="Texture2D_lquwl"] |
| 36 | +resource_local_to_scene = false |
| 37 | +resource_name = "" |
| 38 | +script = ExtResource("3_5vw27") |
| 39 | +clear_color = Color(0.572798, 0.384286, 0.683792, 0.337255) |
| 40 | +mesh = SubResource("QuadMesh_1bvp3") |
| 41 | +base_texture = ExtResource("1_7mycd") |
| 42 | +projection = Projection(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) |
| 43 | +metadata/_custom_type_script = "uid://delyovxoqvijt" |
| 44 | + |
| 45 | +[sub_resource type="Texture2D" id="Texture2D_272bh"] |
| 46 | +resource_local_to_scene = false |
| 47 | +resource_name = "" |
| 48 | +script = ExtResource("3_5vw27") |
| 49 | +mesh = ExtResource("4_1bvp3") |
| 50 | +base_texture = ExtResource("1_7mycd") |
| 51 | +projection = Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 100) |
| 52 | +metadata/_custom_type_script = "uid://cdfq6x7v36k1e" |
| 53 | + |
| 54 | +[node name="Node2D" type="Node2D"] |
| 55 | + |
| 56 | +[node name="Prism" type="Sprite2D" parent="."] |
| 57 | +position = Vector2(573, 321) |
| 58 | +texture = SubResource("Texture2D_5vw27") |
| 59 | + |
| 60 | +[node name="Torus" type="Sprite2D" parent="."] |
| 61 | +position = Vector2(898, 319) |
| 62 | +texture = SubResource("Texture2D_7mycd") |
| 63 | + |
| 64 | +[node name="Quad" type="Sprite2D" parent="."] |
| 65 | +position = Vector2(252, 321) |
| 66 | +texture = SubResource("Texture2D_lquwl") |
| 67 | + |
| 68 | +[node name="Text" type="Sprite2D" parent="."] |
| 69 | +position = Vector2(293, 89) |
| 70 | +texture = ExtResource("4_lquwl") |
| 71 | + |
| 72 | +[node name="3d" parent="." instance=ExtResource("6_7mycd")] |
| 73 | + |
| 74 | +[node name="2DMesh" type="Sprite2D" parent="."] |
| 75 | +position = Vector2(244, 797) |
| 76 | +texture = SubResource("Texture2D_272bh") |
0 commit comments