diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-05-02 01:01:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 01:01:19 +0200 |
commit | 4a6965515afe26888d1f1eb9248e74a2bcb38afc (patch) | |
tree | b5578eaaa0c19277d8da9aa6ba2cbdede5285a79 /game/src/CreditsMenu/GodotEngineButton.tscn | |
parent | b1e985e0774598b3add22069be50f891e981fd79 (diff) | |
parent | a52c2b828ad5ade0c2e3d61f687951b25a727c88 (diff) |
Merge pull request #99 from Spartan322/conform-license-for-godot
Diffstat (limited to 'game/src/CreditsMenu/GodotEngineButton.tscn')
-rw-r--r-- | game/src/CreditsMenu/GodotEngineButton.tscn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/game/src/CreditsMenu/GodotEngineButton.tscn b/game/src/CreditsMenu/GodotEngineButton.tscn new file mode 100644 index 0000000..8b0c46b --- /dev/null +++ b/game/src/CreditsMenu/GodotEngineButton.tscn @@ -0,0 +1,20 @@ +[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"] |