game finished
This commit is contained in:
parent
f8165d91cb
commit
b9caa6e94f
24 changed files with 467 additions and 114 deletions
|
@ -1,21 +1,16 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://tubxrqxjic6r"]
|
||||
[gd_scene load_steps=12 format=3 uid="uid://tubxrqxjic6r"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dm8d0ikf1n8qa" path="res://scenes/dragon_list/dragon_list_view.gd" id="1_q7g8i"]
|
||||
[ext_resource type="PackedScene" uid="uid://cq3orf2ktmel0" path="res://scenes/dragon_list/dragon/dragon.tscn" id="2_h4iwm"]
|
||||
[ext_resource type="Texture2D" uid="uid://cup2lrb8lou72" path="res://assets/sprites/ui/DP_UI_CharList_BG.png" id="4_f227k"]
|
||||
[ext_resource type="Texture2D" uid="uid://d27vpp71fe4de" path="res://assets/sprites/ui/DP_UI_CharList_Frame.png" id="6_74fyi"]
|
||||
[ext_resource type="Texture2D" uid="uid://dwm2bfuamf3bp" path="res://assets/sprites/ui/buttons/direction.png" id="8_1n46k"]
|
||||
[ext_resource type="FontFile" uid="uid://u1pey2ilx31c" path="res://assets/fonts/Montjuic.ttf" id="8_74fyi"]
|
||||
[ext_resource type="Script" uid="uid://dxl7onk7x6h8b" path="res://src/draggable.gd" id="8_b7eir"]
|
||||
[ext_resource type="Texture2D" uid="uid://d2n43pu0wvplp" path="res://assets/sprites/ui/buttons/close.png" id="9_1n46k"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdrm1nxydvf5t" path="res://assets/sprites/ui/DP_UI_Label_Big.png" id="9_cv2ce"]
|
||||
[ext_resource type="Texture2D" uid="uid://bu5xa7tgfk3h3" path="res://assets/sprites/ui/DP_UI_Buttons01.png" id="9_k4ppc"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1n46k"]
|
||||
atlas = ExtResource("9_k4ppc")
|
||||
region = Rect2(0, 120, 38, 40)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_u20w8"]
|
||||
atlas = ExtResource("9_k4ppc")
|
||||
region = Rect2(0, 160, 38, 40)
|
||||
[ext_resource type="Texture2D" uid="uid://btw3cpkp5bgi" path="res://assets/sprites/ui/buttons/direction-highlight.png" id="9_u20w8"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsn66gnb08x3u" path="res://assets/sprites/ui/buttons/close-highlight.png" id="10_u20w8"]
|
||||
|
||||
[node name="DragonList" type="Window" node_paths=PackedStringArray("dragon_list_pivot", "origin_name_label", "dragon_name_label")]
|
||||
transparent_bg = true
|
||||
|
@ -111,35 +106,41 @@ render_target_update_mode = 4
|
|||
[node name="Pivot" type="Node2D" parent="CanvasLayer/SubViewportContainer/SubViewport"]
|
||||
position = Vector2(143, 54)
|
||||
|
||||
[node name="dragon_previous" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 136.0
|
||||
offset_top = 136.0
|
||||
offset_right = 182.0
|
||||
offset_bottom = 184.0
|
||||
scale = Vector2(-1, 1)
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_1n46k")
|
||||
flat = true
|
||||
[node name="dragon_next" type="TextureButton" parent="CanvasLayer"]
|
||||
offset_left = 198.0
|
||||
offset_top = 140.0
|
||||
offset_right = 238.0
|
||||
offset_bottom = 180.0
|
||||
texture_normal = ExtResource("8_1n46k")
|
||||
texture_pressed = ExtResource("9_u20w8")
|
||||
texture_hover = ExtResource("9_u20w8")
|
||||
texture_disabled = ExtResource("8_1n46k")
|
||||
texture_focused = ExtResource("8_1n46k")
|
||||
|
||||
[node name="dragon_next" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 194.0
|
||||
offset_top = 136.0
|
||||
offset_right = 240.0
|
||||
offset_bottom = 184.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_1n46k")
|
||||
flat = true
|
||||
[node name="dragon_previous" type="TextureButton" parent="CanvasLayer"]
|
||||
offset_left = 94.0
|
||||
offset_top = 140.0
|
||||
offset_right = 134.0
|
||||
offset_bottom = 180.0
|
||||
texture_normal = ExtResource("8_1n46k")
|
||||
texture_pressed = ExtResource("9_u20w8")
|
||||
texture_hover = ExtResource("9_u20w8")
|
||||
texture_disabled = ExtResource("8_1n46k")
|
||||
texture_focused = ExtResource("8_1n46k")
|
||||
flip_h = true
|
||||
|
||||
[node name="close" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 292.0
|
||||
offset_top = 6.0
|
||||
offset_right = 338.0
|
||||
offset_bottom = 54.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_u20w8")
|
||||
flat = true
|
||||
[node name="close" type="TextureButton" parent="CanvasLayer"]
|
||||
offset_left = 296.0
|
||||
offset_top = 10.0
|
||||
offset_right = 336.0
|
||||
offset_bottom = 50.0
|
||||
texture_normal = ExtResource("9_1n46k")
|
||||
texture_pressed = ExtResource("10_u20w8")
|
||||
texture_hover = ExtResource("10_u20w8")
|
||||
texture_disabled = ExtResource("9_1n46k")
|
||||
texture_focused = ExtResource("9_1n46k")
|
||||
|
||||
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
|
||||
[connection signal="pressed" from="CanvasLayer/dragon_previous" to="." method="_on_dragon_previous_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/dragon_next" to="." method="_on_dragon_next_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/dragon_previous" to="." method="_on_dragon_previous_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/close" to="." method="_on_close_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue