From a7fc82b9e9bff433b4a930b03dc599fa411f4ef0 Mon Sep 17 00:00:00 2001 From: gamer147 Date: Thu, 2 Apr 2026 17:16:26 -0400 Subject: [PATCH] Magic circle --- scenes/main_menu.tscn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scenes/main_menu.tscn b/scenes/main_menu.tscn index 0e4f334..288a101 100644 --- a/scenes/main_menu.tscn +++ b/scenes/main_menu.tscn @@ -137,6 +137,8 @@ func _pressed(): get_tree().quit(0) " +[sub_resource type="AtlasTexture" id="AtlasTexture_hstxw"] + [node name="Menu" type="Control" unique_id=528000941] layout_mode = 3 anchors_preset = 15 @@ -179,6 +181,7 @@ grow_vertical = 0 texture = SubResource("AtlasTexture_8ln24") [node name="MagicCircle" type="TextureRect" parent="Background" unique_id=1610277203] +self_modulate = Color(1, 1, 1, 0.6156863) layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -267,3 +270,9 @@ size_flags_horizontal = 4 texture_normal = SubResource("AtlasTexture_5pajh") texture_hover = SubResource("AtlasTexture_j7ex8") script = SubResource("GDScript_wu84c") + +[node name="TextureRect" type="TextureRect" parent="." unique_id=968381019] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 +texture = SubResource("AtlasTexture_hstxw")