mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 15:34:17 +00:00
Display up to 200 scores
This commit is contained in:
parent
1d4f49b1c7
commit
10eab132cf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func upload_score(score: float):
|
|||
|
||||
|
||||
func fetch_scores(open_after: bool = false):
|
||||
const url = "https://arcade.steffo.eu/board/?board=ld52&offset=0&size=10"
|
||||
const url = "https://arcade.steffo.eu/board/?board=ld52&offset=0&size=200"
|
||||
var httpreq = HTTPRequest.new()
|
||||
add_child(httpreq)
|
||||
httpreq.connect("request_completed", func(_result, _response_code, _headers, body):
|
||||
|
|
Loading…
Reference in a new issue