Files
Kalulu/sources/gardens/boss_button.tscn
T
2026-01-27 14:52:22 +01:00

101 lines
3.3 KiB
Plaintext

[gd_scene format=3 uid="uid://dkxci0n2tcyxc"]
[ext_resource type="Texture2D" uid="uid://3iuuq06ovbos" path="res://assets/theme/button_normal_empty.svg" id="1_pdrhc"]
[ext_resource type="Texture2D" uid="uid://j7sffldhbunj" path="res://assets/theme/button_pressed_empty.svg" id="2_2g676"]
[ext_resource type="Texture2D" uid="uid://be30a3cmy0w46" path="res://assets/theme/button_focused_empty.svg" id="3_fksie"]
[ext_resource type="Texture2D" uid="uid://c0rumwiaimvxy" path="res://assets/theme/button_disabled.svg" id="4_4vg60"]
[ext_resource type="Script" uid="uid://bbjhs5nta7xxj" path="res://sources/gardens/boss_button.gd" id="5_3d6pj"]
[ext_resource type="Texture2D" uid="uid://dwk8xgv3xsmm0" path="res://assets/theme/button_center.svg" id="6_o0qkw"]
[ext_resource type="PackedScene" uid="uid://cn2rw06pltyiu" path="res://sources/utils/fx/right.tscn" id="7_rtwam"]
[ext_resource type="Texture2D" uid="uid://cfnjk06m367r3" path="res://assets/minigames/fish/fish_icon.png" id="8_oy4mt"]
[node name="BossButton" type="TextureButton" unique_id=1297494779]
z_index = 2
offset_right = 512.0
offset_bottom = 512.0
pivot_offset = Vector2(180, 180)
size_flags_horizontal = 4
size_flags_vertical = 4
texture_normal = ExtResource("1_pdrhc")
texture_pressed = ExtResource("2_2g676")
texture_hover = ExtResource("3_fksie")
texture_disabled = ExtResource("4_4vg60")
texture_focused = ExtResource("1_pdrhc")
stretch_mode = 0
script = ExtResource("5_3d6pj")
icon_texture = ExtResource("8_oy4mt")
base_color = Color(0.537255, 0.231373, 0.8, 1)
completed_color = Color(0.537255, 0.231373, 0.8, 1)
[node name="RightFX" parent="." unique_id=1100015067 instance=ExtResource("7_rtwam")]
unique_name_in_owner = true
show_behind_parent = true
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
[node name="Center" type="TextureRect" parent="." unique_id=758604923]
unique_name_in_owner = true
show_behind_parent = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("6_o0qkw")
[node name="Label" type="Label" parent="." unique_id=962237768]
unique_name_in_owner = true
z_index = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 8.0
offset_top = 8.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 10
theme_override_font_sizes/font_size = 110
horizontal_alignment = 1
vertical_alignment = 1
uppercase = true
[node name="Placeholder" type="TextureRect" parent="." unique_id=929335849]
unique_name_in_owner = true
visible = false
modulate = Color(0.775063, 0.775063, 0.775063, 1)
show_behind_parent = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("6_o0qkw")
[node name="Icon" type="TextureRect" parent="." unique_id=502041740]
unique_name_in_owner = true
clip_contents = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 144.0
offset_top = 80.0
offset_right = -23.0
offset_bottom = 84.0
grow_horizontal = 2
grow_vertical = 2
scale = Vector2(0.7, 0.7)
texture = ExtResource("8_oy4mt")
stretch_mode = 6