From 6f5f9e6bba5b013ac88a66b5ca98f32c8fa89012 Mon Sep 17 00:00:00 2001 From: siim Date: Sun, 23 Aug 2026 22:26:58 +0300 Subject: [PATCH] ps1 filter tuun --- debug_params.gd | 4 ++-- project.godot | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debug_params.gd b/debug_params.gd index 1aeae40..406d7cb 100644 --- a/debug_params.gd +++ b/debug_params.gd @@ -345,8 +345,8 @@ func _register_all() -> void: # a uniform out of bounds. _reg_b("PS1", "show_ps1", true) _reg_f("PS1", "ps1_pixel_scale", 4.0, 1.0, 8.0, 1.0) - _reg_f("PS1", "ps1_color_depth", 5.0, 2.0, 8.0, 1.0) - _reg_f("PS1", "ps1_dither_strength", 0.8, 0.0, 2.0, 0.05) + _reg_f("PS1", "ps1_color_depth", 4.5, 2.0, 8.0, 1.0) + _reg_f("PS1", "ps1_dither_strength", 1, 0.0, 2.0, 0.05) _reg_f("PS1", "ps1_scanline_strength", 0.2, 0.0, 1.0, 0.05) _reg_f("PS1", "ps1_roll_speed", 3.0, 0.0, 10.0, 0.1) _reg_f("PS1", "ps1_roll_strength", 1.0, 0.0, 1.0, 0.05) diff --git a/project.godot b/project.godot index 4052322..53320fa 100644 --- a/project.godot +++ b/project.godot @@ -60,7 +60,7 @@ move_left={ "deadzone": 0.2, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":false,"script":null) ] } @@ -68,7 +68,7 @@ move_right={ "deadzone": 0.2, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":false,"script":null) ] }