diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-06-03 20:37:10 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-06-03 20:37:10 +0200 |
commit | cef940108fe15752c3ef66f43f5169403fa2f71d (patch) | |
tree | fe4de5a05830e3bddeae78f74f729503b7cee1e9 /game/src/CreditsMenu/GodotEngineButton.tscn | |
parent | 73e29d02e48739aba5ca5db1b9575c67e795400f (diff) |
Reorganize the file structure of the files in `game/src`
Diffstat (limited to 'game/src/CreditsMenu/GodotEngineButton.tscn')
-rw-r--r-- | game/src/CreditsMenu/GodotEngineButton.tscn | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/game/src/CreditsMenu/GodotEngineButton.tscn b/game/src/CreditsMenu/GodotEngineButton.tscn deleted file mode 100644 index 8b0c46b..0000000 --- a/game/src/CreditsMenu/GodotEngineButton.tscn +++ /dev/null @@ -1,20 +0,0 @@ -[gd_scene load_steps=3 format=3 uid="uid://ddjbee5gj6bkv"] - -[ext_resource type="Texture2D" uid="uid://rh7l4xuh4ali" path="res://src/CreditsMenu/logo_vertical_color_dark.svg" id="1_b0brk"] -[ext_resource type="Script" path="res://src/CreditsMenu/GodotEngineButton.gd" id="3_gi8fv"] - -[node name="GodotEngineButton" type="Button"] -custom_minimum_size = Vector2(0, 200) -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 -size_flags_vertical = 3 -icon = ExtResource("1_b0brk") -flat = true -icon_alignment = 1 -expand_icon = true -script = ExtResource("3_gi8fv") - -[connection signal="pressed" from="." to="." method="_on_pressed"] |