feat: setup basic godot project files
This commit is contained in:
parent
b1057412cb
commit
2da424f934
8 changed files with 117 additions and 0 deletions
10
godot/Environments/default_environment.tres
Normal file
10
godot/Environments/default_environment.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://cnfk8yrvklysq"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://bc76ge13c85sg" path="res://Environments/default_sky.tres" id="1_4vymb"]
|
||||
|
||||
[sub_resource type="Sky" id="Sky_8ol1c"]
|
||||
sky_material = ExtResource("1_4vymb")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_8ol1c")
|
||||
7
godot/Environments/default_sky.tres
Normal file
7
godot/Environments/default_sky.tres
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="ProceduralSkyMaterial" format=3 uid="uid://bc76ge13c85sg"]
|
||||
|
||||
[resource]
|
||||
sky_top_color = Color(0.146294, 0.475775, 0.683255, 1)
|
||||
ground_bottom_color = Color(0.179489, 0.175024, 0.156573, 1)
|
||||
sun_angle_max = 2.56
|
||||
sun_curve = 7.53201
|
||||
Loading…
Add table
Add a link
Reference in a new issue