45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://ui/interaction.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/hire_team_icon.tres" type="Texture" id=2]
|
|
[ext_resource path="res://ui/hire_cheer_icon.tres" type="Texture" id=3]
|
|
|
|
[node name="interaction" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2( 0, 96 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="h" type="HBoxContainer" parent="."]
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -64.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="hire_team" type="TextureButton" parent="h"]
|
|
margin_right = 64.0
|
|
margin_bottom = 64.0
|
|
rect_min_size = Vector2( 64, 64 )
|
|
texture_normal = ExtResource( 2 )
|
|
texture_pressed = ExtResource( 2 )
|
|
texture_hover = ExtResource( 2 )
|
|
|
|
[node name="hire_cheer_team" type="TextureButton" parent="h"]
|
|
margin_left = 68.0
|
|
margin_right = 132.0
|
|
margin_bottom = 64.0
|
|
rect_min_size = Vector2( 64, 64 )
|
|
texture_normal = ExtResource( 3 )
|
|
texture_pressed = ExtResource( 3 )
|
|
texture_hover = ExtResource( 3 )
|
|
texture_focused = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|