diff --git a/project.godot b/project.godot index 3e7bda5..76686af 100644 --- a/project.godot +++ b/project.godot @@ -159,9 +159,4 @@ debug_speed_down={ [rendering] -lights_and_shadows/directional_shadow/size=8192 -lights_and_shadows/directional_shadow/soft_shadow_filter_quality=3 -lights_and_shadows/positional_shadow/soft_shadow_filter_quality=3 -anti_aliasing/quality/msaa_3d=3 anti_aliasing/quality/screen_space_aa=1 -anti_aliasing/quality/use_debanding=true diff --git a/src/world/generation/feature/arcology/arcology.tscn b/src/world/generation/feature/arcology/arcology.tscn index a53b73a..d1585d2 100644 --- a/src/world/generation/feature/arcology/arcology.tscn +++ b/src/world/generation/feature/arcology/arcology.tscn @@ -13,13 +13,13 @@ size = Vector2(100000, 100000) data = PackedVector3Array(50000, 0, 50000, -50000, 0, 50000, 50000, 0, -50000, -50000, 0, 50000, -50000, 0, -50000, 50000, 0, -50000) [sub_resource type="Curve" id="Curve_0w44q"] -_limits = [1.0, 4.0, 0.0, 1.0] -_data = [Vector2(0, 4), 0.0, -7.386, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0] +_limits = [1.0, 6.0, 0.0, 1.0] +_data = [Vector2(0, 6), 0.0, -14.656702, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0] point_count = 2 [sub_resource type="Curve" id="Curve_amoo5"] -_limits = [1.0, 4.0, 0.0, 1.0] -_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 4), 0.0, 0.0, 0, 0] +_limits = [1.0, 20.0, 0.0, 1.0] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 20), 0.0, 0.0, 0, 0] point_count = 2 [node name="Arcology" type="Node3D"]