From c0fa4d268fdfcb0fb538fa7ea6959b43350eaea1 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 26 Sep 2023 22:28:53 +0200 Subject: [PATCH] moved buttons --- {buttons => custom_elements/buttons}/AnimatedButton.gd | 0 {buttons => custom_elements/buttons}/AnimatedButton.tscn | 2 +- scenes/main_menu/MainMenu.tscn | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {buttons => custom_elements/buttons}/AnimatedButton.gd (100%) rename {buttons => custom_elements/buttons}/AnimatedButton.tscn (86%) diff --git a/buttons/AnimatedButton.gd b/custom_elements/buttons/AnimatedButton.gd similarity index 100% rename from buttons/AnimatedButton.gd rename to custom_elements/buttons/AnimatedButton.gd diff --git a/buttons/AnimatedButton.tscn b/custom_elements/buttons/AnimatedButton.tscn similarity index 86% rename from buttons/AnimatedButton.tscn rename to custom_elements/buttons/AnimatedButton.tscn index f4c79be..373b419 100644 --- a/buttons/AnimatedButton.tscn +++ b/custom_elements/buttons/AnimatedButton.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://wcc3vm8lhbp6"] -[ext_resource type="Script" path="res://buttons/AnimatedButton.gd" id="1_kw4tk"] +[ext_resource type="Script" path="res://custom_elements/buttons/AnimatedButton.gd" id="1_kw4tk"] [node name="AnimatedButton" type="Control"] layout_mode = 3 diff --git a/scenes/main_menu/MainMenu.tscn b/scenes/main_menu/MainMenu.tscn index 42b73c0..4774d2a 100644 --- a/scenes/main_menu/MainMenu.tscn +++ b/scenes/main_menu/MainMenu.tscn @@ -3,7 +3,7 @@ [ext_resource type="Script" path="res://scenes/main_menu/MainMenu.gd" id="1_yx80n"] [ext_resource type="Texture2D" uid="uid://c3q0pfh7e8xj0" path="res://themes/default/back_pain_logo_text.png" id="2_6x8ou"] [ext_resource type="Texture2D" uid="uid://bjwbk76qmspia" path="res://themes/default/main_bunny.jpg" id="3_vaxsw"] -[ext_resource type="PackedScene" uid="uid://wcc3vm8lhbp6" path="res://buttons/AnimatedButton.tscn" id="4_71840"] +[ext_resource type="PackedScene" uid="uid://wcc3vm8lhbp6" path="res://custom_elements/buttons/AnimatedButton.tscn" id="4_71840"] [ext_resource type="PackedScene" uid="uid://b3077obpgfwkx" path="res://themes/default/buttons/menu_button/MenuButton.tscn" id="5_qjr8j"] [ext_resource type="Shader" path="res://themes/default/backgrounds/home_screen_dots.gdshader" id="6_xkkpt"] -- 2.30.2