18 lines
612 B
Plaintext
18 lines
612 B
Plaintext
![]() |
[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
|
||
|
}
|