Adding root scene

This commit is contained in:
Hurlu 2020-04-04 10:04:16 +02:00
parent c6ea51bf69
commit 02098fa04c
3 changed files with 6 additions and 0 deletions

3
Root.tscn Normal file
View File

@ -0,0 +1,3 @@
[gd_scene format=2]
[node name="Root" type="Node2D"]

View File

@ -1,5 +1,7 @@
[gd_resource type="Environment" load_steps=2 format=2]
[sub_resource type="ProceduralSky" id=1]
[resource]
background_mode = 2
background_sky = SubResource( 1 )

View File

@ -16,6 +16,7 @@ _global_script_class_icons={
[application]
config/name="Paint Jam 2020"
run/main_scene="res://Root.tscn"
config/icon="res://icon.png"
[rendering]