skybox_opensimplex/app/World.tscn
AspireMint 54b5778813 added examples
examples from older version of app
2021-12-03 06:12:34 +01:00

12 lines
322 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Skybox.tscn" type="PackedScene" id=1]
[ext_resource path="res://World.gd" type="Script" id=2]
[node name="World" type="Spatial"]
script = ExtResource( 2 )
[node name="Skybox" parent="." instance=ExtResource( 1 )]
[node name="Camera" type="Camera" parent="."]