PayPal-VR/assets/scn/paypal_button.tscn

36 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-07-05 15:50:36 +02:00
[gd_scene load_steps=7 format=3 uid="uid://cj0cn6lpml6v6"]
[ext_resource type="Texture2D" uid="uid://ttp2m3a7guiv" path="res://assets/tex/paypal_button.png" id="1_ntv6o"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_x3tpy"]
albedo_texture = ExtResource("1_ntv6o")
[sub_resource type="PlaneMesh" id="PlaneMesh_1mmrh"]
material = SubResource("StandardMaterial3D_x3tpy")
orientation = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_erge0"]
albedo_color = Color(1, 0.768627, 0.223529, 1)
[sub_resource type="BoxMesh" id="BoxMesh_kxid6"]
material = SubResource("StandardMaterial3D_erge0")
[sub_resource type="BoxShape3D" id="BoxShape3D_5wwlb"]
size = Vector3(4.01505, 1, 0.272461)
[node name="PAYPAL_BUTTON" type="Node3D"]
[node name="button_tex" type="MeshInstance3D" parent="."]
transform = Transform3D(2, 0, 0, 0, 0.5, 0, 0, 0, 1, 0, 0, 0.02)
mesh = SubResource("PlaneMesh_1mmrh")
[node name="button_box" type="MeshInstance3D" parent="."]
transform = Transform3D(4, 0, 0, 0, 1, 0, 0, 0, 0.05, 0, 0, -0.01)
mesh = SubResource("BoxMesh_kxid6")
[node name="btn" type="Area3D" parent="."]
collision_layer = 0
[node name="clsn" type="CollisionShape3D" parent="btn"]
shape = SubResource("BoxShape3D_5wwlb")