MagicNStuff/source/resources/editor_environment.tres
SchimmelSpreu83 9dc31a11f6 Refactored Interaction and Save System
- 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).
2026-01-03 12:45:39 +01:00

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