Add the no_git scene

This commit is contained in:
blinry 2021-02-16 11:14:06 +01:00
parent 0121808dd3
commit 9d8c8e2b83
2 changed files with 109 additions and 0 deletions
scenes

4
scenes/no_git.gd Normal file
View file

@ -0,0 +1,4 @@
extends Control
func quit():
get_tree().quit()