Refine shop, online sessions, and player feedback
This commit is contained in:
parent
2ffcbf51ac
commit
c038eeadea
47 changed files with 1208 additions and 189 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue