add mini texture on icon button and pick random weather

This commit is contained in:
2026-05-31 22:28:35 +02:00
parent 4a321c88ae
commit 242f2ea344
5 changed files with 44 additions and 24 deletions

View File

@@ -58,6 +58,23 @@ grow_vertical = 2
texture = ExtResource("1_upldh")
expand_mode = 1
[node name="MiniTexture" type="TextureRect" parent="." unique_id=65158044]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(32, 32)
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -32.0
offset_top = -32.0
grow_horizontal = 0
grow_vertical = 0
texture = ExtResource("1_upldh")
expand_mode = 1
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
[connection signal="pressed" from="." to="." method="_on_pressed"]