- Процедурные лестницы-шахты между этажами - Объекты в комнатах (фонари Lantern, свечение Light) - 5 нативных персонажей патрулируют этажи (walk_0/idle_0, разворот, простое блуждание) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
34 lines
671 B
Plaintext
34 lines
671 B
Plaintext
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="ProjectRR"
|
|
run/main_scene="res://scenes/MainMenu.tscn"
|
|
config/features=PackedStringArray("4.7", "C#", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="ProjectRR"
|
|
|
|
[editor]
|
|
|
|
version_control/plugin_name="GitPlugin"
|
|
version_control/autoload_on_startup=true
|
|
|
|
[physics]
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
|
|
[rendering]
|
|
|
|
rendering_device/driver.windows="d3d12"
|