Browse Source

Add cutttw widescreen load screen (#5923)

pull/5924/head
Anders Jenbo 3 years ago committed by GitHub
parent
commit
839690a74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      Packaging/resources/assets/gendata/cutttw.clx
  2. 1
      Source/interfac.cpp

BIN
Packaging/resources/assets/gendata/cutttw.clx

Binary file not shown.

1
Source/interfac.cpp

@ -122,6 +122,7 @@ void LoadCutsceneBackground(interface_mode uMsg)
progress_id = 1;
break;
case CutTown:
ArtCutsceneWidescreen = LoadOptionalClx("gendata\\cutttw.clx");
celPath = "gendata\\cuttt";
palPath = "gendata\\cuttt.pal";
progress_id = 1;

Loading…
Cancel
Save