mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-12 16:43:51 +00:00
feat(*): Add bot-vs-bot Spectate mode with main-menu entry, entropy-control flags (--ent-coef, --reset-std) for resumed training runs, and a Linux/3090 remote-training guide (TRAINING_LINUX.md)
This commit is contained in:
@@ -10,3 +10,7 @@ func _on_free_play_pressed() -> void:
|
||||
|
||||
func _on_match_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://scenes/match.tscn")
|
||||
|
||||
|
||||
func _on_spectate_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://scenes/spectate.tscn")
|
||||
|
||||
Reference in New Issue
Block a user