This commit is contained in:
LibreHacker 2020-10-02 23:20:08 +03:00
parent 5052c0e80a
commit 0a17bf8103
9 changed files with 119 additions and 0 deletions

6
Scenes/MainMenu.tscn Normal file
View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/MainMenu.cs" type="Script" id=1]
[node name="MainMenu" type="Node2D"]
script = ExtResource( 1 )