retocada aceleració de drag'n drop

This commit is contained in:
2025-11-21 23:21:29 +01:00
parent 6052be0c38
commit bd011a0ebb
2 changed files with 14 additions and 4 deletions

View File

@@ -130,5 +130,6 @@ class Game {
#ifdef _DEBUG
// Variables de debug para arrastre con ratón
bool debug_dragging_player_{false}; // Indica si estamos arrastrando al jugador con el ratón
float debug_drag_speed_{0.0F}; // Velocidad actual del arrastre (ease-in)
#endif
};