Skip to content

Commit

Permalink
visual day: use new ball icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Oct 11, 2024
1 parent 54415d1 commit 5f0769a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ext_resource type="Theme" uid="uid://pt1hrfiuwfpg" path="res://themes/default/theme.tres" id="1_njb33"]
[ext_resource type="Script" path="res://src/ui_components/visual_calendar/visual_day/visual_day.gd" id="2_ub0fh"]
[ext_resource type="Texture2D" uid="uid://csak1pwgr8dde" path="res://assets/ball.png" id="3_y600e"]
[ext_resource type="Texture2D" uid="uid://b4igo2k8ytmf7" path="res://assets/ball.svg" id="3_kqdli"]

[node name="VisualDay" type="Control" groups=["visual-day"]]
custom_minimum_size = Vector2(90, 60)
Expand Down Expand Up @@ -77,8 +77,9 @@ layout_mode = 2
[node name="Ball" type="TextureRect" parent="MarginContainer/VBoxContainer/Competition"]
layout_mode = 2
size_flags_horizontal = 0
texture = ExtResource("3_y600e")
stretch_mode = 3
texture = ExtResource("3_kqdli")
expand_mode = 3
stretch_mode = 5

[node name="CompetitionName" type="Label" parent="MarginContainer/VBoxContainer/Competition"]
layout_mode = 2
Expand Down

0 comments on commit 5f0769a

Please sign in to comment.