diff --git a/.DS_Store b/.DS_Store index e9a7e7b..4d05b66 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Leaderboard.gd b/Leaderboard.gd index 34e0f09..ddf3255 100644 --- a/Leaderboard.gd +++ b/Leaderboard.gd @@ -4,7 +4,7 @@ extends RichTextLabel @export var spawner: Node2D var config = ConfigFile.new() -const API_BASE = "https://flask-hello-world-nine-psi.vercel.app" +const API_BASE = "https://ape-ame.ultrablob.me/api" #const API_BASE = "http://localhost:5001" func make_urlsafe(data: String): diff --git a/export_presets.cfg b/export_presets.cfg index 2b611b1..4a83dec 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -6,10 +6,10 @@ runnable=true dedicated_server=false custom_features="" export_filter="exclude" -export_files=PackedStringArray("res://godotgif/godotgif.gdextension") +export_files=PackedStringArray() include_filter="*.txt" exclude_filter="" -export_path="../Build/index.html" +export_path="Build/index.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false diff --git a/main_menu.tscn b/main_menu.tscn index 94ccc42..384eca1 100644 --- a/main_menu.tscn +++ b/main_menu.tscn @@ -306,8 +306,8 @@ autoplay = true [connection signal="pressed" from="Layout/Play" to="." method="play"] [connection signal="pressed" from="Layout/Settings" to="Settings Panel" method="show"] [connection signal="pressed" from="Layout/Tutorial" to="Tutorial Text" method="show"] -[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"] [connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"] +[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"] [connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel" method="check_valid"] [connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel/Menu/Username" method="check"] [connection signal="value_changed" from="Settings Panel/Menu/MusicVolume" to="Settings Panel/Menu/MusicVolume" method="_on_value_changed"]