26 lines
1 KiB
Text
26 lines
1 KiB
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/ChangeBackground.gd" type="Script" id=2]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/styles/ChangeBackground.tres" type="StyleBox" id=3]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Templates/EventTemplate.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/change-background.svg" type="Texture" id=6]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/ImagePicker.tscn" type="PackedScene" id=7]
|
|
|
|
[node name="ChangeBackground" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
margin_bottom = 44.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 9
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="EventTemplate" parent="." instance=ExtResource( 4 )]
|
|
anchor_right = 0.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 46.0
|
|
event_style = ExtResource( 3 )
|
|
event_icon = ExtResource( 6 )
|
|
event_name = "Change Background"
|
|
header_scene = ExtResource( 7 )
|