add shader
This commit is contained in:
27
table/switch.tscn
Normal file
27
table/switch.tscn
Normal file
@@ -0,0 +1,27 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dhg1syshfaem2"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://s6xe8igevnv2" path="res://Shaders/shader_edu.tres" id="1_nb5jm"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kwqxa"]
|
||||
bg_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_7vs72"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_houwj"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o2hja"]
|
||||
bg_color = Color(0.6, 0.6, 0.6, 0)
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer"]
|
||||
offset_right = 186.0
|
||||
offset_bottom = 40.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_kwqxa")
|
||||
|
||||
[node name="CheckButton" type="CheckButton" parent="."]
|
||||
material = ExtResource("1_nb5jm")
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
mouse_default_cursor_shape = 2
|
||||
theme_override_styles/disabled_mirrored = SubResource("StyleBoxTexture_7vs72")
|
||||
theme_override_styles/hover = SubResource("StyleBoxTexture_houwj")
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_o2hja")
|
||||
Reference in New Issue
Block a user