mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +00:00
✨ Create main scene
This commit is contained in:
parent
fe00c90056
commit
a964e12822
1 changed files with 7 additions and 0 deletions
7
src/Game.tscn
Normal file
7
src/Game.tscn
Normal 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 )]
|
Loading…
Reference in a new issue