Adds several skybox scenes to addon

This commit is contained in:
Dan Baker 2025-07-02 16:17:58 +01:00
parent a4f409f877
commit b2e3a3957b
74 changed files with 99840 additions and 23 deletions

View file

@ -0,0 +1,10 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/AllSkyFree/AllSkyFree_CartoonNightSky.tscn" type="PackedScene" id=1]
[ext_resource path="res://addons/AllSkyFree/Demo/AllSkyFree_DemoLandsacpe.tscn" type="PackedScene" id=2]
[node name="AllSkyFree_Sky_CartoonNightSky" type="Node"]
[node name="AllSkyFree_DemoLandscape" parent="." instance=ExtResource( 2 )]
[node name="AllSkyFree_CartoonNightSky" parent="." instance=ExtResource( 1 )]