1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Add Main scene, update default_env

This commit is contained in:
John 2021-10-14 19:51:58 -05:00
parent c84a37df59
commit 9f03d08a8f
2 changed files with 5 additions and 0 deletions

3
godot_ship/Main.tscn Normal file
View File

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

View File

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