diff options
author | Hop311 <Hop3114@gmail.com> | 2023-12-04 10:47:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 10:47:51 +0100 |
commit | e01d332f407420db84fbfd207f18c3fec1c1b6a3 (patch) | |
tree | b963c671239ecd693d4162afe4b1b9d3b064554e /game/src/Game/Theme/PieChart/PieChart.tscn | |
parent | 9165f5980c5cfe75b3bad4303a5822340f6adcfc (diff) | |
parent | 6e350a3dc0b596b1f76fab3b943b67b7713ea4fa (diff) |
Merge pull request #168 from OpenVicProject/update-sim
Sim submodule update + compatibility fixes
Diffstat (limited to 'game/src/Game/Theme/PieChart/PieChart.tscn')
-rw-r--r-- | game/src/Game/Theme/PieChart/PieChart.tscn | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/game/src/Game/Theme/PieChart/PieChart.tscn b/game/src/Game/Theme/PieChart/PieChart.tscn deleted file mode 100644 index a0e9992..0000000 --- a/game/src/Game/Theme/PieChart/PieChart.tscn +++ /dev/null @@ -1,38 +0,0 @@ -[gd_scene load_steps=2 format=3 uid="uid://cr7p1k2xm7mum"] - -[ext_resource type="Script" path="res://src/Game/Theme/PieChart/PieChart.gd" id="2_ub6u3"] - -[node name="PieChart" type="TextureRect" node_paths=PackedStringArray("_rich_tooltip")] -custom_minimum_size = Vector2(50, 50) -anchors_preset = -1 -anchor_right = 0.039 -anchor_bottom = 0.069 -offset_right = -32.92 -offset_bottom = -34.68 -size_flags_horizontal = 4 -size_flags_vertical = 4 -expand_mode = 3 -script = ExtResource("2_ub6u3") -_rich_tooltip = NodePath("RichToolTip") - -[node name="RichToolTip" type="RichTextLabel" parent="."] -visible = false -top_level = true -layout_mode = 2 -offset_right = 50.0 -offset_bottom = 50.0 -mouse_filter = 2 -bbcode_enabled = true -fit_content = true -autowrap_mode = 0 - -[node name="Panel" type="Panel" parent="RichToolTip"] -show_behind_parent = true -layout_mode = 1 -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 - -[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"] |