small racing game im working on
1
2
3
4
5
6
7
8
9
extends Window
class_name MultiConfig
@onready var ls: VBoxContainer = $Panel/VBoxContainer/ls

func get_config() -> PackedInt32Array:
	return (ls.players as Dictionary).keys()

func _on_done_pressed() -> void:
	close_requested.emit()