No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

VisibleToggle.tscn 586B

123456789101112131415161718
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://addons/dialogic/Images/Pieces/open-icon.svg" type="Texture" id=1]
  3. [ext_resource path="res://addons/dialogic/Images/Pieces/closed-icon.svg" type="Texture" id=2]
  4. [ext_resource path="res://addons/dialogic/Editor/Pieces/Common/VisibleToggle.gd" type="Script" id=3]
  5. [node name="VisibleToggle" type="CheckBox"]
  6. margin_right = 30.0
  7. margin_bottom = 30.0
  8. custom_icons/checked = ExtResource( 1 )
  9. custom_icons/unchecked = ExtResource( 2 )
  10. pressed = true
  11. flat = true
  12. script = ExtResource( 3 )
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }