generated from SGDA/GodotExampleProject
feat: can name interactible objects
This commit is contained in:
@ -25,7 +25,6 @@ theme_override_fonts/normal_font = ExtResource("2_u3pc4")
|
||||
text = "INTERACT"
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
visible = false
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
@ -41,6 +40,7 @@ mouse_filter = 2
|
||||
|
||||
[node name="ConfirmPanel" type="Panel" parent="CenterContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(280, 120)
|
||||
layout_mode = 2
|
||||
|
||||
|
Reference in New Issue
Block a user