add page flip
This commit is contained in:
65
core/game_menu/page_2_right.tscn
Normal file
65
core/game_menu/page_2_right.tscn
Normal file
@@ -0,0 +1,65 @@
|
||||
[gd_scene load_steps=6 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://core/game_menu/page_interactive.gd" id="1_script"]
|
||||
[ext_resource type="Texture2D" uid="uid://xfl3ks4dbfaw" path="res://core/game_menu/assets/page_2/achievements_text.png" id="3_4uwhd"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvw086glfpcba" path="res://core/game_menu/collectible_gallery.tscn" id="5_w0bcg"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7t3p8sp54apy" path="res://core/game_menu/highlighted_photo.tscn" id="6_2273a"]
|
||||
[ext_resource type="Texture2D" uid="uid://bx6gsh5uchkge" path="res://core/game_menu/assets/lock.png" id="8_48jk0"]
|
||||
[ext_resource type="Texture2D" path="res://core/game_menu/assets/page.png" id="9_page_bg"]
|
||||
|
||||
[node name="Page2Right" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = -1160.0
|
||||
offset_bottom = -506.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_script")
|
||||
|
||||
[node name="PageBackground" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 11
|
||||
anchor_left = 1.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -760.0
|
||||
offset_top = 0.0
|
||||
offset_right = 0.0
|
||||
offset_bottom = 0.0
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("9_page_bg")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="AchievementsText" type="TextureRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 261.0
|
||||
offset_top = 34.5
|
||||
offset_right = 656.0
|
||||
offset_bottom = 105.5
|
||||
texture = ExtResource("3_4uwhd")
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="CollectibleGallery" parent="." instance=ExtResource("5_w0bcg")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
offset_left = 127.0
|
||||
offset_top = 129.5
|
||||
offset_right = 767.0
|
||||
offset_bottom = 539.5
|
||||
|
||||
[node name="HighlightedPhoto" parent="." instance=ExtResource("6_2273a")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="LockTexture" type="TextureRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 342.0
|
||||
offset_top = 153.5
|
||||
offset_right = 624.0
|
||||
offset_bottom = 514.2
|
||||
texture = ExtResource("8_48jk0")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
Reference in New Issue
Block a user