update folder sprites

This commit is contained in:
Fabio 2024-08-19 03:48:56 +02:00
parent 91545bb037
commit 727e147e8b
6 changed files with 28 additions and 16 deletions

View file

@ -1,14 +1,20 @@
[gd_scene load_steps=7 format=3 uid="uid://t83eid7pf4iv"]
[ext_resource type="Texture2D" uid="uid://c4w61tw3unihl" path="res://textures/File-Icon.png" id="1_2sfn6"]
[ext_resource type="Texture2D" uid="uid://b46utc5xhr5w1" 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="Texture2D" uid="uid://dvk7nu7pp4fl3" 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"]
[sub_resource type="AtlasTexture" id="AtlasTexture_xlv6q"]
atlas = ExtResource("3_bbfoq")
region = Rect2(355, 6, 26, 24)
region = Rect2(99, 6, 26, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_ih6f2"]
atlas = ExtResource("3_bbfoq")
region = Rect2(354, 6, 28, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_fekch"]
atlas = ExtResource("3_bbfoq")
region = Rect2(35, 6, 26, 24)
[node name="LevelButton" type="TextureButton"]
custom_minimum_size = Vector2(50, 50)
@ -17,9 +23,9 @@ offset_bottom = 40.0
size_flags_horizontal = 3
size_flags_vertical = 3
disabled = true
texture_normal = ExtResource("1_2sfn6")
texture_disabled = ExtResource("2_6ev1f")
texture_focused = SubResource("AtlasTexture_u313o")
texture_normal = SubResource("AtlasTexture_xlv6q")
texture_hover = SubResource("AtlasTexture_ih6f2")
texture_disabled = SubResource("AtlasTexture_fekch")
ignore_texture_size = true
stretch_mode = 5
script = ExtResource("3_e83yn")