This commit is contained in:
h z
2024-06-21 20:57:19 +08:00
commit 7eed16cd02
48 changed files with 1599 additions and 0 deletions

19
Scenes/Bottle.tscn Normal file
View 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")