mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2025-04-19 01:17:10 +02:00
adjusted some images to get correct upscaling on CG versions
This commit is contained in:
parent
311ee090b0
commit
4dec9677ff
4 changed files with 1 additions and 9 deletions
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
@ -1,11 +1,3 @@
|
|||
# *.json:
|
||||
# custom-type: map
|
||||
# name_regex: (.*)\.json map_\1
|
||||
|
||||
|
||||
WorldRPG.world:
|
||||
custom-type: world
|
||||
#name: xxx #unused but mandatory (Do not touch)
|
||||
#varMapData: worldRPG
|
||||
#varExtraData: extraRPG
|
||||
name: worldRPG
|
||||
|
|
|
@ -26,7 +26,7 @@ extern font_t fontRPG;
|
|||
/* the color of the text to go to the next dialog phase */
|
||||
/* it improves readability to have somathing lighter */
|
||||
#if GRAYMODEOK || (defined(FXCG50) && !defined(COLOR1BIT))
|
||||
#define NEXT_COLOR C_LIGHT
|
||||
#define NEXT_COLOR C_DARK
|
||||
#else
|
||||
#define NEXT_COLOR C_BLACK
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue