summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-24 23:24:39 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-24 23:24:39 +0000
commit0e3d4e62ecfb1a23840e023c06dcf1f2ce80fb63 (patch)
tree351ad93eb7bb86ce5a9a905f2fdc07a78829a259
parentfe6cff0cf9623bb3ea8f9fd336df9a7abf0dd3d1 (diff)
Update SFML
-rw-r--r--CMakeLists.txt2
-rw-r--r--_RELEASE/config.json42
2 files changed, 22 insertions, 22 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fda798b6..f611f82a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,7 @@ set(SFML_STATIC_LIBRARIES false)
CPMAddPackage(
NAME SFML
GITHUB_REPOSITORY SuperV1234/SFML
- GIT_TAG 47129290bbf6f7ab689de1835146cd40118bb79d
+ GIT_TAG 8d21b3a33cb1c4b8333ca5e4dd2f203b855b8ada
)
set_target_properties(sfml-system PROPERTIES UNITY_BUILD ON)
diff --git a/_RELEASE/config.json b/_RELEASE/config.json
index 1140f0d1..9a22f887 100644
--- a/_RELEASE/config.json
+++ b/_RELEASE/config.json
@@ -4,22 +4,22 @@
"3D_max_depth" : 100,
"3D_multiplier" : 1.0,
"angle_tilt_intensity" : 1.0,
- "antialiasing_level" : 16,
+ "antialiasing_level" : 4,
"auto_restart" : false,
"auto_zoom_factor" : true,
"beatpulse_enabled" : true,
"black_and_white" : false,
- "camera_shake_multiplier" : 1.000002622604370,
+ "camera_shake_multiplier" : 1.0,
"darken_uneven_background_chunk" : true,
- "debug" : true,
+ "debug" : false,
"draw_text_outlines" : true,
"first_time_playing" : false,
"flash_enabled" : true,
"fullscreen" : false,
- "fullscreen_auto_resolution" : true,
+ "fullscreen_auto_resolution" : false,
"fullscreen_height" : 1080,
"fullscreen_width" : 1920,
- "invincible" : true,
+ "invincible" : false,
"j_add_favorite" : 8,
"j_exit" : 2,
"j_favorite_menu" : 9,
@@ -35,11 +35,11 @@
"joystick_deadzone" : 5.0,
"key_icons_scale" : 0.750,
"last_login_username" : "vee",
- "limit_fps" : false,
+ "limit_fps" : true,
"max_fps" : 200,
"music_speed_dm_sync" : true,
"music_speed_mult" : 1.0,
- "music_volume" : 55.0,
+ "music_volume" : 100.0,
"no_background" : false,
"no_music" : false,
"no_rotation" : false,
@@ -50,10 +50,10 @@
"player_focus_speed" : 4.6250,
"player_size" : 7.300000190734863,
"player_speed" : 9.449999809265137,
- "player_trail_alpha" : 125,
- "player_trail_decay" : 5.50,
+ "player_trail_alpha" : 35,
+ "player_trail_decay" : 3.0,
"player_trail_has_swap_color" : true,
- "player_trail_scale" : 0.8499999642372131,
+ "player_trail_scale" : 0.8999999761581421,
"pulse_enabled" : true,
"rotate_to_start" : false,
"save_last_login_username" : true,
@@ -148,19 +148,19 @@
"server_local" : true,
"server_port" : 50505,
"server_verbose" : true,
- "show_fps" : true,
- "show_key_icons" : true,
- "show_level_info" : true,
+ "show_fps" : false,
+ "show_key_icons" : false,
+ "show_level_info" : false,
"show_login_at_startup" : false,
"show_messages" : true,
"show_player_trail" : true,
"show_status_text" : true,
"show_timer" : true,
"show_tracked_variables" : true,
- "sound_volume" : 85.0,
+ "sound_volume" : 100.0,
"t_down" :
[
- [ "" ],
+ [ "kS" ],
[ "" ],
[ "" ],
[ "" ]
@@ -223,9 +223,9 @@
],
"t_restart" :
[
- [ "bMiddle" ],
[ "kSpace" ],
[ "kReturn" ],
+ [ "bMiddle" ],
[ "" ]
],
"t_rotate_ccw" :
@@ -258,14 +258,14 @@
],
"t_swap" :
[
- [ "bMiddle" ],
[ "kSpace" ],
+ [ "bMiddle" ],
[ "" ],
[ "" ]
],
"t_up" :
[
- [ "" ],
+ [ "kW" ],
[ "" ],
[ "" ],
[ "" ]
@@ -276,7 +276,7 @@
"timescale" : 1.0,
"vsync" : false,
"windowed_auto_resolution" : false,
- "windowed_height" : 715,
- "windowed_width" : 1275,
- "zoom_factor" : 1.074125885963440
+ "windowed_height" : 768,
+ "windowed_width" : 1280,
+ "zoom_factor" : 1.0
}