Refine shop, online sessions, and player feedback

This commit is contained in:
Alexander Sellite 2026-08-11 16:35:33 -04:00
parent 2ffcbf51ac
commit c038eeadea
47 changed files with 1208 additions and 189 deletions

View file

@ -166,6 +166,9 @@ func _run() -> void:
var session_summary := (
join_page.get_node("%SessionSummary") as Label
)
assert(not join_page.has_node(
"Paper/Margin/Layout/Actions/OpenCloseButton"
))
assert("UDP 18138" in session_summary.text)
assert(session.set_host_open(true))
await process_frame