Files
ClickerGacha/team.tscn
2024-06-11 10:23:43 -04:00

55 lines
1.7 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://blwuy4v4qqyna"]
[ext_resource type="Script" path="res://TeamSelection.gd" id="1_gd8pa"]
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_8gi0c"]
[sub_resource type="AtlasTexture" id="AtlasTexture_f2pfc"]
atlas = SubResource("CompressedTexture2D_8gi0c")
region = Rect2(128, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_g12ml"]
atlas = SubResource("CompressedTexture2D_8gi0c")
region = Rect2(96, 320, 32, 32)
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_yxbb2"]
[sub_resource type="AtlasTexture" id="AtlasTexture_d8eoy"]
atlas = SubResource("CompressedTexture2D_yxbb2")
region = Rect2(32, 416, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_ng453"]
atlas = SubResource("CompressedTexture2D_yxbb2")
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")