diff --git a/project.godot b/project.godot index d3a2623..2d5b0fe 100644 --- a/project.godot +++ b/project.godot @@ -18,6 +18,7 @@ config/use_custom_user_dir=true config/project_settings_override="user://settings.godot" config/features=PackedStringArray("4.3", "Forward Plus") run/max_fps=60 +run/main_scene.editor="res://src/game/debug_game.tscn" [autoload] @@ -255,7 +256,7 @@ locale/translations=PackedStringArray("res://assets/text/text.en.translation") 3d/sleep_threshold_angular=2.0 jolt_3d/sleep/velocity_threshold=0.1 jolt_3d/sleep/time_threshold=1.0 -jolt_3d/limits/max_angular_velocity=270000.0 +jolt_3d/limits/max_angular_velocity=5700.0 jolt_3d/limits/max_temporary_memory=64 [rendering] @@ -266,5 +267,6 @@ lights_and_shadows/directional_shadow/size=16384 lights_and_shadows/directional_shadow/soft_shadow_filter_quality=0 textures/decals/filter=2 anti_aliasing/quality/msaa_3d=3 +viewport/hdr_2d=true anti_aliasing/quality/screen_space_aa=1 anti_aliasing/quality/use_debanding=true diff --git a/src/game/debug_game.tscn b/src/game/debug_game.tscn new file mode 100644 index 0000000..b98f5ef --- /dev/null +++ b/src/game/debug_game.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://ces65grpayngu"] + +[ext_resource type="PackedScene" uid="uid://cefit4bc8akbb" path="res://src/game/game.tscn" id="1_qa7ks"] + +[node name="Game" instance=ExtResource("1_qa7ks")] +start_scene = "res://src/world/world.tscn"