a game about throwing hammers made for the github game off
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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 = "✗"