From 670c96cfeb0c46eec0d627f6ef8214b461b58afc Mon Sep 17 00:00:00 2001 From: KikooDX Date: Sat, 7 Aug 2021 18:05:15 +0200 Subject: [PATCH] bump gint version & tweak trail settings --- CMakeLists.txt | 2 +- include/trail.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0c990c..ae46d53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(MOMENTO C) include(GenerateG3A) include(Fxconv) -find_package(Gint 2.5.0 REQUIRED) +find_package(Gint 2.5.3 REQUIRED) find_package(LibImg 2.4.0 REQUIRED) include_directories(include generated/include) diff --git a/include/trail.h b/include/trail.h index d8612d2..22b889e 100644 --- a/include/trail.h +++ b/include/trail.h @@ -5,7 +5,7 @@ #include "player.h" #include -#define TRAIL_LIFE 33 +#define TRAIL_LIFE 9 #define TRAIL_FRAMES 3 #define TRAIL_SIZE 10 #define TRAIL_FRAME_DURATION (TRAIL_LIFE / TRAIL_FRAMES)