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
|
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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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...
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <SDL2/SDL_events.h> // for SDL_Event
|
#include <SDL2/SDL_events.h> // for SDL_Event
|
||||||
#include <SDL2/SDL_rect.h> // for SDL_Rect
|
#include <SDL2/SDL_rect.h> // for SDL_Rect
|
||||||
#include <SDL2/SDL_render.h> // for SDL_Renderer, SDL_Texture
|
#include <SDL2/SDL_render.h> // for SDL_Renderer, SDL_Texture
|
||||||
#include <SDL2/SDL_stdinc.h> // for Uint32, Uint8
|
#include <SDL2/SDL_stdinc.h> // for Uint32, Uint8
|
||||||
#include <vector> // for vector
|
#include <vector> // for vector
|
||||||
#include "instructions.h" // for mode_e
|
#include "instructions.h" // for mode_e
|
||||||
#include "utils.h" // for input_t, options_t, section_t
|
#include "utils.h" // for input_t, options_t, section_t
|
||||||
class AnimatedSprite;
|
class AnimatedSprite;
|
||||||
class Asset;
|
class Asset;
|
||||||
class Fade;
|
class Fade;
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user