Skip to content

Commit

Permalink
Chex/Heretic base tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Sep 14, 2023
1 parent 0702aa1 commit c15bc9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edge_base/chex/scripts/games.ddf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ TITLE_TIME=270T;
TITLE_MUSIC=62;
INTERMISSION_GRAPHIC="WIMAP0";
INTERMISSION_MUSIC=63;
SPLAT_GRAPHIC="WISPLAT";
YAH1_GRAPHIC="WIURH0";
YAH2_GRAPHIC="WIURH1";
NAME_GRAPHIC="M_EPI1";
PERCENT_SOUND="PISTOL";
DONE_SOUND="BAREXP";
Expand All @@ -30,6 +27,9 @@ NEXTMAP_SOUND="SGCOCK";
ACCEL_SOUND="SLOP";
FRAG_SOUND="PLDETH";
FIRSTMAP=E1M1;
ANIM=WIA00900:11:64:24,
WIA00901:11:64:24,
WIA00902:11:64:24,#END;

[KNEE_DEEP_IN_THE_DEAD]
TITLE_TIME=0T;
Expand Down
1 change: 1 addition & 0 deletions edge_base/heretic/scripts/images.ddf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ FIX_TRANS=BLACKEN;
[GFX:M_SKULL1]
IMAGE_DATA=PACK:"M_SKL00.png";
FIX_TRANS=BLACKEN;
Y_OFFSET=-1;

[GFX:M_SKULL2]
IMAGE_DATA=PACK:"M_SKL01.png";
Expand Down
3 changes: 3 additions & 0 deletions edge_base/heretic/scripts/styles.ddf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ TITLE.FONT="HERETIC_BIG";
HELP.FONT="HERETIC_BIG";
CURSOR.POSITION=BOTH;
ENTRY_ALIGNMENT=CENTER;
CURSOR.FORCE_OFFSETS=TRUE;
X_OFFSET=20;
ENTRY_SPACING=4;

Expand All @@ -78,6 +79,7 @@ TEXT.FONT="HERETIC_BIG";
ALT.FONT="HERETIC_BIG";
HELP.FONT="HERETIC_BIG";
ENTRY_SPACING=4;
CURSOR.FORCE_OFFSETS=TRUE;

[CHOOSE_EPISODE]
BACKGROUND.COLOUR=#000000;
Expand All @@ -88,6 +90,7 @@ TEXT.FONT="HERETIC_BIG";
ALT.FONT="HERETIC_BIG";
HELP.FONT="HERETIC_BIG";
ENTRY_SPACING=4;
CURSOR.FORCE_OFFSETS=TRUE;

//Now both Load and Save menu use the same style entry
//This one behaves different to other styles because as it's
Expand Down

0 comments on commit c15bc9e

Please sign in to comment.