Files
VirtualChemistry.Demo/Scenes/Atom.tscn
2024-06-21 20:57:19 +08:00

42 lines
1.3 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://c6f1pohr81e62"]
[ext_resource type="Texture2D" uid="uid://dwdq5w17xjv18" path="res://Assets/Atom.png" id="1_8mgmq"]
[ext_resource type="Script" path="res://Scenes/Atom.cs" id="2_iicki"]
[ext_resource type="Script" path="res://Scenes/AtomActions.cs" id="3_3mce0"]
[ext_resource type="Texture2D" uid="uid://b5rdjefwmh10t" path="res://Assets/ConnectPendingAtom.png" id="4_l6xxo"]
[node name="Atom" type="TextureRect"]
offset_right = 64.0
offset_bottom = 64.0
texture = ExtResource("1_8mgmq")
script = ExtResource("2_iicki")
[node name="AtomActions" type="MenuButton" parent="."]
layout_mode = 0
offset_right = 64.0
offset_bottom = 64.0
button_mask = 2
script = ExtResource("3_3mce0")
[node name="ElementName" type="Label" parent="."]
layout_mode = 0
offset_left = 13.0
offset_top = 21.0
offset_right = 53.0
offset_bottom = 44.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_colors/font_outline_color = Color(0, 0.176471, 0.901961, 0.917647)
horizontal_alignment = 1
[node name="ConnectPending" type="Sprite2D" parent="."]
visible = false
position = Vector2(32, 32)
texture = ExtResource("4_l6xxo")
[node name="PendingBond" type="Label" parent="."]
layout_mode = 0
offset_left = 68.0
offset_top = 22.0
offset_right = 108.0
offset_bottom = 45.0