Initial setup w. basic scene(s)

This commit is contained in:
2025-11-22 22:57:26 +01:00
parent c57f07ffc2
commit cdcc23c50a
10 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
extends Control
func _on_play_button_pressed() -> void:
get_tree().change_scene_to_file("res://molecular_stag.tscn")