connect level select menu
This commit is contained in:
parent
6831dd3a3f
commit
734eda1e1f
10 changed files with 142 additions and 8 deletions
|
@ -1,9 +1,14 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://t83eid7pf4iv"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://t83eid7pf4iv"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://yg2u8vwwbpv1" path="res://textures/File-Icon.png" id="1_2sfn6"]
|
||||
[ext_resource type="Texture2D" uid="uid://bc2ictes4mln1" path="res://textures/File-Icon-Closed.png" id="2_6ev1f"]
|
||||
[ext_resource type="FontFile" uid="uid://d3pbvdemdbxes" path="res://CommodoreSixtyFour.ttf" id="3_732s0"]
|
||||
[ext_resource type="Script" path="res://scripts/level_menu_level_button.gd" id="3_t0h1w"]
|
||||
[ext_resource type="Texture2D" uid="uid://cp2ybylvgmek4" path="res://textures/File-Icon-Sheet.png" id="3_bbfoq"]
|
||||
[ext_resource type="Script" path="res://scripts/level_menu_level_button.gd" id="3_e83yn"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_u313o"]
|
||||
atlas = ExtResource("3_bbfoq")
|
||||
region = Rect2(355, 6, 26, 24)
|
||||
|
||||
[node name="LevelButton" type="TextureButton"]
|
||||
custom_minimum_size = Vector2(50, 50)
|
||||
|
@ -14,9 +19,10 @@ size_flags_vertical = 3
|
|||
disabled = true
|
||||
texture_normal = ExtResource("1_2sfn6")
|
||||
texture_disabled = ExtResource("2_6ev1f")
|
||||
texture_focused = SubResource("AtlasTexture_u313o")
|
||||
ignore_texture_size = true
|
||||
stretch_mode = 5
|
||||
script = ExtResource("3_t0h1w")
|
||||
script = ExtResource("3_e83yn")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
visible = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue