add animations
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
[gd_scene format=3 uid="uid://bc60gon7fmvbr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://rhun07060pnu" path="res://core/game_menu/assets/page_1/freccetta_grande.png" id="1_6vn80"]
|
||||
[ext_resource type="PackedScene" uid="uid://dm3skv22c60tm" path="res://core/game_menu/arrow_button.tscn" id="1_16l2d"]
|
||||
[ext_resource type="Texture2D" uid="uid://cin3kt42e6w3u" path="res://core/game_menu/assets/page_1/color_sx_biome.png" id="2_xjika"]
|
||||
[ext_resource type="Texture2D" uid="uid://dc0sl04wem136" path="res://core/game_menu/assets/page_1/color_main_biome.png" id="3_0noye"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj6pt25w5i4jq" path="res://core/game_menu/assets/page_1/lucchetto.png" id="3_wyms5"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3qcivnwuisju" path="res://core/game_menu/assets/page_1/color_dx_biome.png" id="4_0noye"]
|
||||
[ext_resource type="PackedScene" uid="uid://dxun0jk5t0n6" path="res://core/game_menu/hoover_tween.tscn" id="5_16l2d"]
|
||||
[ext_resource type="Texture2D" uid="uid://clnfehvvft2vc" path="res://core/game_menu/assets/page_1/freccetta-1.png" id="6_hjy5b"]
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" unique_id=291322067]
|
||||
offset_right = 751.0
|
||||
offset_bottom = 343.0
|
||||
theme_override_constants/separation = 24
|
||||
alignment = 1
|
||||
|
||||
[node name="FreccettaGrandeLeft" type="TextureButton" parent="." unique_id=1190316330]
|
||||
[node name="ArrowButtonLeft" parent="." unique_id=1696751730 instance=ExtResource("1_16l2d")]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("1_6vn80")
|
||||
stretch_mode = 3
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="HBoxContainer2" type="HBoxContainer" parent="." unique_id=1117886768]
|
||||
layout_mode = 2
|
||||
@@ -40,11 +43,28 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_wyms5")
|
||||
|
||||
[node name="Biome2" type="TextureButton" parent="HBoxContainer2" unique_id=1409565303]
|
||||
[node name="Control" type="Control" parent="HBoxContainer2" unique_id=1426883353]
|
||||
custom_minimum_size = Vector2(162, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Biome2" type="TextureButton" parent="HBoxContainer2/Control" unique_id=1409565303]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
pivot_offset_ratio = Vector2(0.5, 0.5)
|
||||
texture_normal = ExtResource("3_0noye")
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="HooverTween" parent="HBoxContainer2/Control/Biome2" unique_id=160227524 node_paths=PackedStringArray("detector_node", "visual_node") instance=ExtResource("5_16l2d")]
|
||||
always_active = true
|
||||
detector_node = NodePath("../..")
|
||||
visual_node = NodePath("..")
|
||||
scale_amount = Vector2(1.05, 1.05)
|
||||
duration = 1.0
|
||||
|
||||
[node name="Biome3" type="TextureButton" parent="HBoxContainer2" unique_id=970033726]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("4_0noye")
|
||||
@@ -65,11 +85,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_wyms5")
|
||||
|
||||
[node name="FreccettaGrandeRight" type="TextureButton" parent="." unique_id=264353864]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("1_6vn80")
|
||||
stretch_mode = 3
|
||||
flip_h = true
|
||||
|
||||
[node name="BiomeSelector" type="Control" parent="." unique_id=1957954960]
|
||||
[node name="ArrowButtonRight" parent="." unique_id=1741162553 instance=ExtResource("1_16l2d")]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
image = ExtResource("6_hjy5b")
|
||||
|
||||
Reference in New Issue
Block a user