From 73bf35a4333e81810acdf9cd4bb2fb8db9f2d523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Santilio?= Date: Mon, 24 Aug 2020 13:45:58 +0200 Subject: [PATCH] --- addons/github-integration/scenes/NormalBtn.tscn | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 addons/github-integration/scenes/NormalBtn.tscn diff --git a/addons/github-integration/scenes/NormalBtn.tscn b/addons/github-integration/scenes/NormalBtn.tscn deleted file mode 100644 index 8523f66..0000000 --- a/addons/github-integration/scenes/NormalBtn.tscn +++ /dev/null @@ -1,13 +0,0 @@ -[gd_scene format=2] - -[node name="NormalBtn" type="Button"] -anchor_right = 0.117 -anchor_bottom = 0.053 -margin_right = 0.191994 -margin_bottom = 0.199999 -custom_colors/font_color_disabled = Color( 0.415686, 0.45098, 0.490196, 1 ) -custom_colors/font_color = Color( 0.415686, 0.45098, 0.490196, 1 ) -text = "normal button" -__meta__ = { -"_edit_use_anchors_": false -}