a game about throwing hammers made for the github game off
Diffstat (limited to 'ui/exitbutton.tscn')
-rw-r--r--ui/exitbutton.tscn49
1 files changed, 49 insertions, 0 deletions
diff --git a/ui/exitbutton.tscn b/ui/exitbutton.tscn
new file mode 100644
index 0000000..975682d
--- /dev/null
+++ b/ui/exitbutton.tscn
@@ -0,0 +1,49 @@
+[gd_scene load_steps=4 format=3 uid="uid://b7b1oujujfumh"]
+
+[ext_resource type="FontFile" uid="uid://ck4uai24afp11" path="res://addons/remap/PromptFont.ttf" id="1_t80il"]
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t7ea5"]
+content_margin_left = 10.0
+content_margin_top = 10.0
+content_margin_right = 10.0
+content_margin_bottom = 10.0
+bg_color = Color(0.427451, 0.117647, 0.156863, 1)
+border_width_left = 5
+border_width_top = 5
+border_width_right = 5
+border_width_bottom = 5
+border_color = Color(0.658824, 0.129412, 0.294118, 1)
+corner_radius_top_left = 10
+corner_radius_top_right = 10
+corner_radius_bottom_right = 10
+corner_radius_bottom_left = 10
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_it6gr"]
+content_margin_left = 10.0
+content_margin_top = 10.0
+content_margin_right = 10.0
+content_margin_bottom = 10.0
+bg_color = Color(0.513726, 0.117647, 0.156863, 1)
+border_width_left = 5
+border_width_top = 5
+border_width_right = 5
+border_width_bottom = 5
+border_color = Color(0.92549, 0.345098, 0.278431, 1)
+corner_radius_top_left = 10
+corner_radius_top_right = 10
+corner_radius_bottom_right = 10
+corner_radius_bottom_left = 10
+
+[node name="exit" type="Button"]
+show_behind_parent = true
+offset_left = 194.0
+offset_right = 226.0
+offset_bottom = 36.0
+size_flags_horizontal = 4
+theme_override_fonts/font = ExtResource("1_t80il")
+theme_override_font_sizes/font_size = 12
+theme_override_styles/normal = SubResource("StyleBoxFlat_t7ea5")
+theme_override_styles/hover = SubResource("StyleBoxFlat_it6gr")
+theme_override_styles/pressed = SubResource("StyleBoxFlat_it6gr")
+theme_override_styles/focus = SubResource("StyleBoxFlat_it6gr")
+text = "✗"