SpielBackupAlt/addons/dialogic/Editor/Events/Parts/EventBlock/VisibleToggle.tscn

18 lines
612 B
Plaintext
Raw Permalink Normal View History

2024-12-26 14:54:06 +00:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://addons/dialogic/Images/Pieces/open-icon.svg" type="Texture" id=1]
[ext_resource path="res://addons/dialogic/Images/Pieces/closed-icon.svg" type="Texture" id=2]
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/EventBlock/VisibleToggle.gd" type="Script" id=3]
[node name="VisibleToggle" type="CheckBox"]
margin_right = 30.0
margin_bottom = 30.0
custom_icons/checked = ExtResource( 1 )
custom_icons/unchecked = ExtResource( 2 )
pressed = true
flat = true
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}