WindowButton.tscn 589 B

123456789101112131415161718
  1. [gd_scene load_steps=3 format=3 uid="uid://dml4oic211pyo"]
  2. [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_eubtc"]
  3. [ext_resource type="Script" uid="uid://6sgimjh4nim4" path="res://sources/gui/WindowButton.gd" id="2_nytlv"]
  4. [node name="Button" type="Button"]
  5. offset_right = 32.0
  6. offset_bottom = 28.0
  7. grow_horizontal = 2
  8. grow_vertical = 2
  9. size_flags_vertical = 3
  10. focus_mode = 0
  11. theme = ExtResource("1_eubtc")
  12. toggle_mode = true
  13. script = ExtResource("2_nytlv")
  14. [connection signal="pressed" from="." to="." method="OnTopButtonPressed"]