update api base url

This commit is contained in:
Ultrablob 2025-01-22 16:43:51 -05:00
parent e542da3722
commit c8ccbdbcff
4 changed files with 4 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -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):

View file

@ -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

View file

@ -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"]