fix: 4 arreglets xorra

Muntada de versió
This commit is contained in:
2025-02-21 13:47:35 +01:00
parent 8a43e7cd65
commit cf19194e7a
4 changed files with 11 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ executable = coffee_crisis
source = source/*.cpp source = source/*.cpp
appName = Coffee Crisis appName = Coffee Crisis
releaseFolder = cc_release releaseFolder = cc_release
version = v2.3.1 version = v2.3.2
resource_file = release/coffee.res resource_file = release/coffee.res
# Release names # Release names

View File

@@ -21,11 +21,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.2a</string> <string>2.3.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.3</string> <string>2.3.2</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@@ -1,5 +1,4 @@
#include "balloon.h" #include "balloon.h"
#include <bits/std_abs.h> // for abs
#include <math.h> // for abs #include <math.h> // for abs
#include "animatedsprite.h" // for AnimatedSprite #include "animatedsprite.h" // for AnimatedSprite
#include "const.h" // for PLAY_AREA_LEFT, PLAY_AREA_RIGHT, PLAY_AR... #include "const.h" // for PLAY_AREA_LEFT, PLAY_AREA_RIGHT, PLAY_AR...

View File

@@ -23,7 +23,7 @@ struct JA_Music_t;
struct JA_Sound_t; struct JA_Sound_t;
// Textos // Textos
constexpr const char* TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.1)"; constexpr const char *TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.2)";
// Contadores // Contadores
constexpr int TITLE_COUNTER = 800; constexpr int TITLE_COUNTER = 800;