Oh yeah, it's all coming together

This commit is contained in:
2021-11-07 10:36:39 -08:00
parent 715ecd3a73
commit 332d1c3080
13 changed files with 286 additions and 348 deletions

View File

@ -99,8 +99,8 @@ int main(int argc, char *argv[]) {
// Buffer XML info.
sprintf(xml,
"%s\n <texture-scale scale=\"%i\" width=\"%i\" height=\"%i\" asset=\"%s_%i.texture\" />",
xml, scale, rw, rh, out, scale
"%s\n <texture-scale scale=\"%i\" width=\"%i\" height=\"%i\" />",
xml, scale, rw, rh
);
}