immersive-home/app/content/entities/button/button.tscn

22 lines
856 B
Plaintext
Raw Normal View History

[gd_scene load_steps=5 format=3 uid="uid://c2j7nev6qx25s"]
2023-12-10 01:34:54 +02:00
[ext_resource type="Script" path="res://content/entities/button/button.gd" id="1_ja7lt"]
[ext_resource type="PackedScene" uid="uid://bsjqdvkt0u87c" path="res://content/ui/components/button/button.tscn" id="1_r4tef"]
[ext_resource type="Script" path="res://content/functions/movable.gd" id="3_vrobf"]
[sub_resource type="BoxShape3D" id="BoxShape3D_um5pa"]
2024-05-01 18:42:38 +03:00
size = Vector3(0.05, 0.05, 0.012)
2023-12-10 01:34:54 +02:00
2024-04-17 20:57:34 +03:00
[node name="Button" type="StaticBody3D"]
2023-12-10 01:34:54 +02:00
script = ExtResource("1_ja7lt")
[node name="Button" parent="." instance=ExtResource("1_r4tef")]
[node name="Movable" type="Node" parent="."]
script = ExtResource("3_vrobf")
2024-05-01 18:42:38 +03:00
resizable = true
2023-12-10 01:34:54 +02:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
2024-05-01 18:42:38 +03:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.005)
2023-12-10 01:34:54 +02:00
shape = SubResource("BoxShape3D_um5pa")