24 lines
684 B
Plaintext
24 lines
684 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b23cxmfx1hioo"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/interaction_manager.gd" id="1_cc3nr"]
|
|
[ext_resource type="Theme" uid="uid://b3faaa6kmpthu" path="res://resources/themes/standard_theme.tres" id="1_i2bdl"]
|
|
|
|
[node name="InteractionManager" type="Node2D"]
|
|
script = ExtResource("1_cc3nr")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = 17.0
|
|
offset_top = 22.0
|
|
offset_right = 249.0
|
|
offset_bottom = 40.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_i2bdl")
|
|
text = "[E] or [Y] to interact"
|
|
vertical_alignment = 1
|