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

18
Scenes/Bond.tscn Normal file
View File

@@ -0,0 +1,18 @@
[gd_scene load_steps=2 format=3 uid="uid://ngc8dex7loqv"]
[ext_resource type="Script" path="res://Scenes/Bond.cs" id="1_rpgkt"]
[node name="Bond" type="Line2D"]
default_color = Color(1, 0.0392157, 1, 0.690196)
joint_mode = 2
begin_cap_mode = 2
end_cap_mode = 2
script = ExtResource("1_rpgkt")
[node name="BondTypeA" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
[node name="BondTypeB" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0