fix: 4 arreglets xorra
Muntada de versió
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ executable = coffee_crisis
|
||||
source = source/*.cpp
|
||||
appName = Coffee Crisis
|
||||
releaseFolder = cc_release
|
||||
version = v2.3.1
|
||||
version = v2.3.2
|
||||
resource_file = release/coffee.res
|
||||
|
||||
# Release names
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2a</string>
|
||||
<string>2.3.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.3</string>
|
||||
<string>2.3.2</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "balloon.h"
|
||||
#include <bits/std_abs.h> // for abs
|
||||
#include <math.h> // for abs
|
||||
#include "animatedsprite.h" // for AnimatedSprite
|
||||
#include "const.h" // for PLAY_AREA_LEFT, PLAY_AREA_RIGHT, PLAY_AR...
|
||||
|
||||
@@ -23,7 +23,7 @@ struct JA_Music_t;
|
||||
struct JA_Sound_t;
|
||||
|
||||
// Textos
|
||||
constexpr const char* TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.1)";
|
||||
constexpr const char *TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.2)";
|
||||
|
||||
// Contadores
|
||||
constexpr int TITLE_COUNTER = 800;
|
||||
|
||||
Reference in New Issue
Block a user