ini
This commit is contained in:
19
Scenes/Bottle.tscn
Normal file
19
Scenes/Bottle.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://u7apjw1vvak3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dnfv1cab4fbb1" path="res://Assets/Bottle.png" id="1_ghgoa"]
|
||||
[ext_resource type="Script" path="res://Scenes/Bottle.cs" id="1_i76fj"]
|
||||
[ext_resource type="Texture2D" uid="uid://daq4xhxh3x5s8" path="res://Assets/Content.png" id="2_s0bcd"]
|
||||
|
||||
[node name="Bottle" type="MenuButton"]
|
||||
custom_minimum_size = Vector2(64, 64)
|
||||
offset_right = 64.0
|
||||
offset_bottom = 64.0
|
||||
script = ExtResource("1_i76fj")
|
||||
|
||||
[node name="Bottle" type="Sprite2D" parent="."]
|
||||
position = Vector2(34, 32)
|
||||
texture = ExtResource("1_ghgoa")
|
||||
|
||||
[node name="Content" type="Sprite2D" parent="."]
|
||||
position = Vector2(34, 32)
|
||||
texture = ExtResource("2_s0bcd")
|
||||
Reference in New Issue
Block a user