From 3f10c61e221fac9194232d74927ce4f139d2dec9 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Fri, 22 May 2026 11:40:47 +0200 Subject: [PATCH] tweak(ship-3d): SHIP_FLOAT_SCALE a 2.0 --- source/game/title/ship_animator3d.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/game/title/ship_animator3d.cpp b/source/game/title/ship_animator3d.cpp index a42c934..82dd209 100644 --- a/source/game/title/ship_animator3d.cpp +++ b/source/game/title/ship_animator3d.cpp @@ -77,8 +77,8 @@ namespace Title { } // Mida visual i animació. - constexpr float SHIP_FLOAT_SCALE = 1.5F; - constexpr float SHIP_ENTRY_SCALE = 1.5F; // Mida mundial idèntica; la perspectiva fa la resta + constexpr float SHIP_FLOAT_SCALE = 2.0F; + constexpr float SHIP_ENTRY_SCALE = 2.0F; // Mida mundial idèntica; la perspectiva fa la resta constexpr float ENTRY_DURATION = 2.0F; constexpr float EXIT_DURATION = 1.0F;