1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-22 12:44:20 +00:00

Create main scene

This commit is contained in:
Steffo 2022-04-02 19:08:59 +02:00
parent fe00c90056
commit a964e12822
Signed by: steffo
GPG key ID: 6965406171929D01

7
src/Game.tscn Normal file
View file

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/Background.tscn" type="PackedScene" id=1]
[node name="Game" type="Node2D"]
[node name="Background" parent="." instance=ExtResource( 1 )]