- Added a save override confirmation in main menu. - Added Interaction types. - Added some test interactions. - Also added a ViewRollEffect for the player camera. - Also also added a cubemap generator (CubeMapGeneratorCamera).
15 lines
485 B
Plaintext
15 lines
485 B
Plaintext
[gd_resource type="Environment" load_steps=4 format=3 uid="uid://cujlm5u722ot7"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bxxamjotmlubu" path="res://resources/editor_panorama.png" id="1_2oonr"]
|
|
|
|
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_huhbn"]
|
|
panorama = ExtResource("1_2oonr")
|
|
|
|
[sub_resource type="Sky" id="Sky_xdwe2"]
|
|
sky_material = SubResource("PanoramaSkyMaterial_huhbn")
|
|
|
|
[resource]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_xdwe2")
|
|
glow_enabled = true
|