85 lines
2.4 KiB
Plaintext
85 lines
2.4 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://bvypswoe6diaq"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://lttjm6mhx2nx" path="res://visuals/images/chselector.png" id="1_0mfxo"]
|
|
[ext_resource type="Script" uid="uid://cu7ho7656m6hp" path="res://scripts/pawn_selector.gd" id="2_xjj1m"]
|
|
|
|
[sub_resource type="Animation" id="Animation_5wdeo"]
|
|
length = 0.001
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:visible")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 1,
|
|
"values": [true]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_w1hxv"]
|
|
resource_name = "selected"
|
|
step = 0.0168
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:visible")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 1,
|
|
"values": [true]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_fa52j"]
|
|
resource_name = "selecting"
|
|
length = 0.2667
|
|
loop_mode = 1
|
|
step = 0.0168
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:visible")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.0001, 0.13333334, 0.26666668),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
|
"update": 1,
|
|
"values": [true, true, false, true]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_bqp8h"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_5wdeo"),
|
|
&"selected": SubResource("Animation_w1hxv"),
|
|
&"selecting": SubResource("Animation_fa52j")
|
|
}
|
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_0mfxo"]
|
|
properties/0/path = NodePath(".:player_id")
|
|
properties/0/spawn = true
|
|
properties/0/replication_mode = 1
|
|
properties/1/path = NodePath(".:modulate")
|
|
properties/1/spawn = true
|
|
properties/1/replication_mode = 1
|
|
|
|
[node name="Selector" type="TextureRect"]
|
|
texture_filter = 1
|
|
offset_right = 170.0
|
|
offset_bottom = 170.0
|
|
texture = ExtResource("1_0mfxo")
|
|
script = ExtResource("2_xjj1m")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_bqp8h")
|
|
}
|
|
autoplay = "selecting"
|
|
|
|
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
|
replication_config = SubResource("SceneReplicationConfig_0mfxo")
|