/
PGStudio
/
DiplomaProject
Обзор
Документация
Войти
/
PGStudio
/
DiplomaProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
scripts/Load.gd
11 строк
211 B
PGStudio
first_commit
21 июн 2026, 21:56
21 июн 2026, 21:56
69ac2dc
Код
Авторство
О чём код?
extends Node2D func _ready() -> void: pass func _process(_delta: float) -> void: if Input.is_action_just_pressed("exit"): queue_free() get_tree().change_scene_to_file("res://scenes/UI/StartMenu.tscn")