12 lines
605 B
Plaintext
12 lines
605 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://0ltsucnpwie2"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c5ded8kcouyci" path="res://Interactions/Interactable/interaction.tscn" id="1_lxel4"]
|
|
[ext_resource type="Script" path="res://Interactions/Refilling/RefillingInteration.gd" id="2_fs7te"]
|
|
[ext_resource type="PackedScene" uid="uid://crynlveb561db" path="res://UI/Refilling/RefillingMenu.tscn" id="3_32j1o"]
|
|
|
|
[node name="RefillingInteraction" instance=ExtResource("1_lxel4")]
|
|
script = ExtResource("2_fs7te")
|
|
|
|
[node name="RefillingMenu" parent="." index="1" instance=ExtResource("3_32j1o")]
|
|
visible = false
|