Bugbot/UI/ControllerInput/controller_input_select_wheel.tscn

114 lines
3.7 KiB
Plaintext

[gd_scene load_steps=16 format=3 uid="uid://b4cfqtvyfb80m"]
[ext_resource type="Script" path="res://addons/Bugbot/UI/ControllerInput/controller_input_select_wheel.gd" id="1_4y52p"]
[ext_resource type="Theme" uid="uid://bc7mjpjex4ovr" path="res://addons/Bugbot/UI/ControllerInput/select_wheel_theme.theme" id="1_5fmnc"]
[ext_resource type="Resource" uid="uid://clfqsqcsr4hns" path="res://addons/Bugbot/UI/ControllerInput/WheelData/qwerty_layout.tres" id="3_fpjxt"]
[ext_resource type="Material" uid="uid://bnh0d5o2riay8" path="res://addons/Bugbot/UI/ControllerInput/circle_backing.material" id="5_bebuy"]
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_lmyr0"]
device = -1
axis = 1
axis_value = -1.0
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_0dcbb"]
device = -1
axis = 1
axis_value = 1.0
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_tfsyf"]
device = -1
axis_value = -1.0
[sub_resource type="InputEventJoypadMotion" id="InputEventJoypadMotion_m64q4"]
device = -1
axis_value = 1.0
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_fdjsj"]
device = -1
button_index = 11
pressed = true
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_v7n5e"]
device = -1
button_index = 12
pressed = true
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_yuo6c"]
device = -1
button_index = 13
pressed = true
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_y13vx"]
device = -1
button_index = 14
pressed = true
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_iuf4w"]
device = -1
button_index = 9
pressed = true
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_8d326"]
device = -1
button_index = 2
pressed = true
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_jo62l"]
device = -1
button_index = 1
pressed = true
[node name="ControllerInputWheel" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset = Vector2(640, 360)
focus_mode = 2
theme = ExtResource("1_5fmnc")
script = ExtResource("1_4y52p")
wheel_data_pack = ExtResource("3_fpjxt")
unselected_radius = 0.9
selected_radius = 1.0
unselected_scale = Vector2(0.65, 0.65)
selected_scale = Vector2(0.75, 0.75)
tween_speed = 0.05
caret_move_delay = 0.15
caret_move_repeat_delay = 0.05
joypad_wheel_up = SubResource("InputEventJoypadMotion_lmyr0")
joypad_wheel_down = SubResource("InputEventJoypadMotion_0dcbb")
joypad_wheel_left = SubResource("InputEventJoypadMotion_tfsyf")
joypad_wheel_right = SubResource("InputEventJoypadMotion_m64q4")
joypad_caret_up = SubResource("InputEventJoypadButton_fdjsj")
joypad_caret_down = SubResource("InputEventJoypadButton_v7n5e")
joypad_caret_left = SubResource("InputEventJoypadButton_yuo6c")
joypad_caret_right = SubResource("InputEventJoypadButton_y13vx")
joypad_shift = SubResource("InputEventJoypadButton_iuf4w")
joypad_backspace = SubResource("InputEventJoypadButton_8d326")
joypad_delete = SubResource("InputEventJoypadButton_jo62l")
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_top = 0.25
anchor_right = 1.0
anchor_bottom = 0.75
grow_horizontal = 2
grow_vertical = 2
[node name="ColorRect" type="ColorRect" parent="AspectRatioContainer"]
material = ExtResource("5_bebuy")
layout_mode = 2
color = Color(0.233925, 0.233925, 0.233925, 1)
[node name="CaretHorizontalMoveTimer" type="Timer" parent="."]
one_shot = true
[node name="CaretVerticalMoveTimer" type="Timer" parent="."]
one_shot = true
[node name="CaretRemoveTextTimer" type="Timer" parent="."]
one_shot = true