Adds Player controller
This commit is contained in:
commit
ab3890896d
35 changed files with 26403 additions and 0 deletions
19
environment.tres
Normal file
19
environment.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://jn22ygxsbcd4"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_72mw6"]
|
||||
|
||||
[sub_resource type="Sky" id="Sky_jar1y"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_72mw6")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_jar1y")
|
||||
ambient_light_source = 3
|
||||
ambient_light_color = Color(0.834614, 0.834614, 0.834614, 1)
|
||||
ambient_light_energy = 4.85
|
||||
reflected_light_source = 2
|
||||
tonemap_mode = 3
|
||||
adjustment_enabled = true
|
||||
adjustment_brightness = 1.03
|
||||
adjustment_contrast = 1.05
|
||||
adjustment_saturation = 1.35
|
||||
Loading…
Add table
Add a link
Reference in a new issue