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.

14 lines
540 B

[gd_scene load_steps=2 format=3 uid="uid://blk2uswpo2a7k"]
[ext_resource type="Script" path="res://Components/SettingsMenu.cs" id="1_b12ly"]
[node name="SettingsMenu" type="VBoxContainer"]
script = ExtResource("1_b12ly")
[node name="PauseBattleWhenCharacterIsSelectedCheckBox" type="CheckBox" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "选中角色时暂停战斗"
[connection signal="toggled" from="PauseBattleWhenCharacterIsSelectedCheckBox" to="." method="On_PauseBattleWhenCharacterIsSelectedCheckBox_Toggled"]