25 lines
579 B
Plaintext
25 lines
579 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Characters/Player/UI/UI.gd" type="Script" id=1]
|
|
|
|
[node name="HUD" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 5.12134
|
|
margin_right = 5.12134
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="PressInteract" type="Label" parent="."]
|
|
margin_left = 453.005
|
|
margin_top = 515.582
|
|
margin_right = 569.005
|
|
margin_bottom = 529.582
|
|
text = "Press E to interact"
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="."]
|
|
margin_left = 868.0
|
|
margin_top = 48.0
|
|
margin_right = 1000.0
|
|
margin_bottom = 491.0
|
|
columns = 3
|