feat: change Asia server hostname to tekton-asia.klud.top
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[8a2fb36a98](https://git.klud.top/danchie/tekton/commit/8a2fb36a9867abb06ffef0d1967e9b45529d5b90)
|
||||
|
||||
/assets/characters/*
|
||||
/assets/models/*
|
||||
|
||||
/scenes/player.gd
|
||||
`:249-:251``_load_dasher_animations()`
|
||||
`:376-:416``_load_dasher_animation():`
|
||||
`:908-:950``if rank <=4:`
|
||||
`:958-:961` `pos_label.modul..`
|
||||
|
||||
/scenes/ui/lobby_room.gd
|
||||
`:128-:131` # Update area visual immediately when game mode changes
|
||||
|
||||
/scripts/managers/auth_manager.gd
|
||||
`:445-:448`
|
||||
`:454-:458`
|
||||
`:463-:471`
|
||||
|
||||
/scripts/managers/lobby_manager.gd
|
||||
`:728-:729`
|
||||
`:732-:742`
|
||||
`:749-:759`
|
||||
|
||||
/scripts/managers/settings_manager.gd
|
||||
`:320-:329`
|
||||
|
||||
/scripts/nakama_manager.gd
|
||||
`:126-:135`
|
||||
|
||||
/scripts/tekton.gd
|
||||
`:417-:426`
|
||||
`:451-:456`
|
||||
+1
-1
@@ -453,7 +453,7 @@ func _on_server_option_selected(index: int) -> void:
|
||||
elif index == 4:
|
||||
# Tekton Dash Asia
|
||||
if server_ip_input: server_ip_input.visible = false
|
||||
NakamaManager.set_server("thunderobot.tapir-atria.ts.net")
|
||||
NakamaManager.set_server("tekton-asia.klud.top")
|
||||
LobbyManager.is_lan_mode = false
|
||||
connection_status.text = "Mode: Online (Tekton Dash Asia)"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
END_STRING="======= TESTS END"
|
||||
PROJECT_PATH="test_suite/"
|
||||
GODOT_BIN="test_suite/bin/godot.elf"
|
||||
GODOT_BIN="godot"
|
||||
OUT=`$GODOT_BIN --headless --debug --path test_suite/ -s res://runner.gd`
|
||||
RUN=`echo $OUT | grep "$END_STRING"`
|
||||
RES=`echo $OUT | grep FAILURE`
|
||||
|
||||
Reference in New Issue
Block a user