aboutsummaryrefslogtreecommitdiff
path: root/client/menu/entry.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-02 00:17:14 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-02 00:17:14 +0200
commita57c833665172c83eb449f739073ac36238377c9 (patch)
tree3b08e67ae735c1c0bcaefdd548ef6fe9e03c4e2a /client/menu/entry.gd
parentd755e522d17224a724ff3dadd4f3c24eda4345b3 (diff)
downloadhurrycurry-a57c833665172c83eb449f739073ac36238377c9.tar
hurrycurry-a57c833665172c83eb449f739073ac36238377c9.tar.bz2
hurrycurry-a57c833665172c83eb449f739073ac36238377c9.tar.zst
rename entry node
Diffstat (limited to 'client/menu/entry.gd')
-rw-r--r--client/menu/entry.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/entry.gd b/client/menu/entry.gd
index b1620df9..aaa449be 100644
--- a/client/menu/entry.gd
+++ b/client/menu/entry.gd
@@ -14,8 +14,8 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
+class_name Entry
extends Menu
-class_name MenuManager
func _ready():
super()