the 180
This commit is contained in:
parent
6a31ab76b8
commit
3b56cd4c81
30 changed files with 352 additions and 173 deletions
26
levels/base/environment.tscn
Normal file
26
levels/base/environment.tscn
Normal file
|
@ -0,0 +1,26 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://ygvokp5f78i5"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_hs6gw"]
|
||||
|
||||
[sub_resource type="GradientTexture2D" id="GradientTexture2D_hyysp"]
|
||||
gradient = SubResource("Gradient_hs6gw")
|
||||
fill_from = Vector2(0.536082, 1)
|
||||
fill_to = Vector2(0.536082, 0)
|
||||
|
||||
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_g3k38"]
|
||||
panorama = SubResource("GradientTexture2D_hyysp")
|
||||
|
||||
[sub_resource type="Sky" id="Sky_du8e4"]
|
||||
sky_material = SubResource("PanoramaSkyMaterial_g3k38")
|
||||
radiance_size = 1
|
||||
|
||||
[sub_resource type="Environment" id="Environment_y0yoy"]
|
||||
background_mode = 2
|
||||
background_color = Color(0.758192, 0.758192, 0.758192, 1)
|
||||
sky = SubResource("Sky_du8e4")
|
||||
ambient_light_source = 3
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
reflected_light_source = 2
|
||||
|
||||
[node name="Environment" type="WorldEnvironment"]
|
||||
environment = SubResource("Environment_y0yoy")
|
17
levels/base/level.tscn
Normal file
17
levels/base/level.tscn
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://b0mhosbyt1fit"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ygvokp5f78i5" path="res://levels/base/environment.tscn" id="1_n7fd8"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnnvwotv33u1b" path="res://elements/player.tscn" id="2_b00jj"]
|
||||
[ext_resource type="PackedScene" uid="uid://cpm3laywhlbq5" path="res://elements/ring.tscn" id="3_hel5x"]
|
||||
|
||||
[node name="Level" type="Node3D"]
|
||||
|
||||
[node name="Environment" parent="." instance=ExtResource("1_n7fd8")]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_b00jj")]
|
||||
|
||||
[node name="Ring" parent="." instance=ExtResource("3_hel5x")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -3.18355, 0)
|
||||
|
||||
[node name="Ring2" parent="." instance=ExtResource("3_hel5x")]
|
||||
transform = Transform3D(-6.55671e-08, -1.5, 0, 1.5, -6.55671e-08, 0, 0, 0, 1.5, 10, 5, 0)
|
4
levels/base/material.tres
Normal file
4
levels/base/material.tres
Normal file
|
@ -0,0 +1,4 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://brwwlwb1rpro7"]
|
||||
|
||||
[resource]
|
||||
metallic = 1.0
|
Loading…
Add table
Add a link
Reference in a new issue