ZDoom / Raze

Build engine port backed by GZDoom tech. Currently supports Duke Nukem 3D, Blood, Shadow Warrior, Redneck Rampage and Powerslave/Exhumed.
664 stars 59 forks source link

[Question] Contributing widescreen game assets #1101

Open AvinashReddy3108 opened 1 week ago

AvinashReddy3108 commented 1 week ago

Question

What's the correct way to submit widescreen versions of game assets/resources pulled in from other versions of the game?

Context

I want to submit the widescreen version of Shadow Warrior's menu background (pulled from the Classic Redux version of the game.)

I have the tile PNG file and have managed to make it work in Raze (by slightly modifying the sw-redux.def file that comes with the Redux files), see Screenshot below.

image

The way forward?

Should I go ahead with making a pull request which patches in the tile PNG and the respective def edit? something like this (by Phredreeke)