55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://blwuy4v4qqyna"]
|
|
|
|
[ext_resource type="Script" path="res://TeamSelection.gd" id="1_gd8pa"]
|
|
[ext_resource type="Texture2D" uid="uid://b1kl4huy0vnin" path="res://Member/#1 - Transparent Icons.png" id="1_o7i06"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_f2pfc"]
|
|
atlas = ExtResource("1_o7i06")
|
|
region = Rect2(128, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_g12ml"]
|
|
atlas = ExtResource("1_o7i06")
|
|
region = Rect2(96, 320, 32, 32)
|
|
|
|
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_pioex"]
|
|
load_path = "res://.godot/imported/#1 - Transparent Icons.png-075c51137bc59a17da3b30778a360723.ctex"
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_d8eoy"]
|
|
atlas = SubResource("CompressedTexture2D_pioex")
|
|
region = Rect2(32, 416, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ng453"]
|
|
atlas = SubResource("CompressedTexture2D_pioex")
|
|
region = Rect2(288, 416, 32, 32)
|
|
|
|
[node name="Root" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="TeamSelection" type="GridContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 1920.0
|
|
offset_bottom = 1080.0
|
|
columns = 10
|
|
script = ExtResource("1_gd8pa")
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="TeamSelection"]
|
|
layout_mode = 2
|
|
texture_normal = SubResource("AtlasTexture_f2pfc")
|
|
|
|
[node name="TextureButton2" type="TextureButton" parent="TeamSelection"]
|
|
layout_mode = 2
|
|
texture_normal = SubResource("AtlasTexture_g12ml")
|
|
|
|
[node name="TextureButton3" type="TextureButton" parent="TeamSelection"]
|
|
layout_mode = 2
|
|
texture_normal = SubResource("AtlasTexture_d8eoy")
|
|
|
|
[node name="TextureButton4" type="TextureButton" parent="TeamSelection"]
|
|
layout_mode = 2
|
|
texture_normal = SubResource("AtlasTexture_ng453")
|