Updated UI
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[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
|
||||
@@ -24,18 +26,19 @@ __meta__ = {
|
||||
margin_right = 64.0
|
||||
margin_bottom = 64.0
|
||||
rect_min_size = Vector2( 64, 64 )
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="h/hire_team"]
|
||||
polygon = PoolVector2Array( 11.513, 35.9185, 25.1051, 23.7134, 38.1424, 35.0864 )
|
||||
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
|
||||
}
|
||||
|
||||
[node name="Polygon2D2" type="Polygon2D" parent="h/hire_cheer_team"]
|
||||
polygon = PoolVector2Array( 11.513, 35.9185, 25.1051, 23.7134, 38.1424, 35.0864 )
|
||||
|
||||
Reference in New Issue
Block a user