add mode ems g
This commit is contained in:
@@ -1,14 +1,32 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dhg1syshfaem2"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://dhg1syshfaem2"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kwqxa"]
|
||||
bg_color = Color(0, 0, 0, 1)
|
||||
[ext_resource type="Script" path="res://scripts/switch.gd" id="1_h0k6p"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_r5cym"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_b6sp7"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_bc33d"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_46fou"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_o64tc"]
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer"]
|
||||
offset_right = 186.0
|
||||
offset_bottom = 40.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_kwqxa")
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_r5cym")
|
||||
script = ExtResource("1_h0k6p")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 2
|
||||
color = Color(0, 0, 0, 0.490196)
|
||||
|
||||
[node name="CheckButton" type="CheckButton" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
mouse_default_cursor_shape = 2
|
||||
theme_override_styles/focus = SubResource("StyleBoxTexture_b6sp7")
|
||||
theme_override_styles/hover = SubResource("StyleBoxTexture_bc33d")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxTexture_46fou")
|
||||
theme_override_styles/normal = SubResource("StyleBoxTexture_o64tc")
|
||||
|
||||
Reference in New Issue
Block a user