From 1aa45d62745af97c7f5e97392281a47bc452fe9a Mon Sep 17 00:00:00 2001 From: PersonGuyGit Date: Sun, 3 Sep 2023 11:01:29 -0600 Subject: [PATCH] Change? --- .../Main/screens/wizards/character_creation/SaveCharButton.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phase2/Godot_Toolset/Main/screens/wizards/character_creation/SaveCharButton.gd b/Phase2/Godot_Toolset/Main/screens/wizards/character_creation/SaveCharButton.gd index 458a8f2..69fa367 100644 --- a/Phase2/Godot_Toolset/Main/screens/wizards/character_creation/SaveCharButton.gd +++ b/Phase2/Godot_Toolset/Main/screens/wizards/character_creation/SaveCharButton.gd @@ -1,5 +1,5 @@ extends Button - + # Called when the node enters the scene tree for the first time.