31 lines
991 B
Plaintext
31 lines
991 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ccnph8roau3cu"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://crisuyqwsl4hh" path="res://assets/sprites/option_bg.png" id="1_630g4"]
|
|
[ext_resource type="Texture2D" uid="uid://bdcnjdg6l07x4" path="res://assets/sprites/abillityCards/doubleJumptCard.png" id="2_c4dek"]
|
|
|
|
[node name="abillityCardChooseMenu" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="game_dim" type="Sprite2D" parent="."]
|
|
modulate = Color(1, 1, 1, 0.584314)
|
|
position = Vector2(318.25, 179.5)
|
|
scale = Vector2(21.45, 18.05)
|
|
texture = ExtResource("1_630g4")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
offset_left = 288.0
|
|
offset_top = 144.0
|
|
offset_right = 336.0
|
|
offset_bottom = 192.0
|
|
|
|
[node name="2xJumpCard" type="TextureButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
texture_normal = ExtResource("2_c4dek")
|