Files
VirtualChemistry.Demo/Scenes/Flask.tscn
2024-06-26 14:23:02 +08:00

34 lines
921 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bde5n0vfm6jvs"]
[ext_resource type="Texture2D" uid="uid://chx2yte05x4lj" path="res://Assets/Flask.png" id="1_b34pm"]
[ext_resource type="Script" path="res://Scenes/Flask.cs" id="2_j1pe5"]
[node name="Flask" type="TextureRect"]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_b34pm")
script = ExtResource("2_j1pe5")
[node name="InnerLayer" type="TextureRect" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_b34pm")
[node name="OuterLayer" type="TextureRect" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
mouse_filter = 2
texture = ExtResource("1_b34pm")
[node name="ShowAll" type="Button" parent="."]
layout_mode = 0
offset_left = 185.0
offset_top = 107.0
offset_right = 229.0
offset_bottom = 138.0
text = "Show All"
[connection signal="pressed" from="ShowAll" to="." method="ShowAll"]