26 lines
791 B
Plaintext
26 lines
791 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bryima34hc3yp"]
|
|
|
|
[ext_resource type="Script" uid="uid://cl0asbgqd3anu" path="res://scripts/game_key.gd" id="1_sypr4"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_72e4x"]
|
|
size = Vector3(0.25, 0.15, 0.25)
|
|
|
|
[node name="GameKey" type="Node3D" node_paths=PackedStringArray("mesh", "main_label")]
|
|
script = ExtResource("1_sypr4")
|
|
mesh = NodePath("Mesh")
|
|
main_label = NodePath("MainLabel")
|
|
|
|
[node name="Mesh" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_72e4x")
|
|
|
|
[node name="MainLabel" type="Label3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0.076, 0)
|
|
pixel_size = 0.0015
|
|
shaded = true
|
|
double_sided = false
|
|
alpha_cut = 1
|
|
modulate = Color(0, 0, 0, 1)
|
|
text = "Q"
|
|
font_size = 72
|
|
outline_size = 0
|