we do a bit of cooking but i need lunch
This commit is contained in:
parent
bcbe8ab287
commit
4fa6a88b54
14 changed files with 858 additions and 1 deletions
26
cubetest.tscn
Normal file
26
cubetest.tscn
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dn5m53xtdutm4"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://kgpb6yem5kjh" path="res://spinpls.gd" id="1_dgjfm"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_dgjfm"]
|
||||
|
||||
[sub_resource type="Sky" id="Sky_c3222"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_dgjfm")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_7ttjx"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_c3222")
|
||||
|
||||
[node name="Cubetest" type="Node3D"]
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="."]
|
||||
script = ExtResource("1_dgjfm")
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="Node3D"]
|
||||
transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 0, 0, 0)
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_7ttjx")
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.502129, 1.0614, -0.404586)
|
||||
Loading…
Add table
Add a link
Reference in a new issue