From 0159fb67bf9df146e2f5332e4c60e6077f3c90c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Mon, 16 Jun 2025 23:41:48 +0100 Subject: [PATCH] examples: Rename "affine" example to "bgaffine" for clarity --- examples/graphics/{affine => bgaffine}/Makefile | 0 .../graphics/{affine => bgaffine}/assets/convert.sh | 0 .../{affine => bgaffine}/assets/flag512.png | Bin .../{affine => bgaffine}/assets/navygrid.png | Bin .../{affine => bgaffine}/assets/waves512.png | Bin .../{affine => bgaffine}/nitrofiles/bg/flag512.img | Bin .../{affine => bgaffine}/nitrofiles/bg/flag512.map | 0 .../{affine => bgaffine}/nitrofiles/bg/flag512.pal | Bin .../{affine => bgaffine}/nitrofiles/bg/navygrid.img | Bin .../{affine => bgaffine}/nitrofiles/bg/navygrid.map | Bin .../{affine => bgaffine}/nitrofiles/bg/navygrid.pal | Bin .../{affine => bgaffine}/nitrofiles/bg/waves512.img | Bin .../{affine => bgaffine}/nitrofiles/bg/waves512.map | 0 .../{affine => bgaffine}/nitrofiles/bg/waves512.pal | Bin .../graphics/{affine => bgaffine}/source/main.c | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename examples/graphics/{affine => bgaffine}/Makefile (100%) rename examples/graphics/{affine => bgaffine}/assets/convert.sh (100%) rename examples/graphics/{affine => bgaffine}/assets/flag512.png (100%) rename examples/graphics/{affine => bgaffine}/assets/navygrid.png (100%) rename examples/graphics/{affine => bgaffine}/assets/waves512.png (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/flag512.img (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/flag512.map (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/flag512.pal (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/navygrid.img (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/navygrid.map (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/navygrid.pal (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/waves512.img (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/waves512.map (100%) rename examples/graphics/{affine => bgaffine}/nitrofiles/bg/waves512.pal (100%) rename examples/graphics/{affine => bgaffine}/source/main.c (100%) diff --git a/examples/graphics/affine/Makefile b/examples/graphics/bgaffine/Makefile similarity index 100% rename from examples/graphics/affine/Makefile rename to examples/graphics/bgaffine/Makefile diff --git a/examples/graphics/affine/assets/convert.sh b/examples/graphics/bgaffine/assets/convert.sh similarity index 100% rename from examples/graphics/affine/assets/convert.sh rename to examples/graphics/bgaffine/assets/convert.sh diff --git a/examples/graphics/affine/assets/flag512.png b/examples/graphics/bgaffine/assets/flag512.png similarity index 100% rename from examples/graphics/affine/assets/flag512.png rename to examples/graphics/bgaffine/assets/flag512.png diff --git a/examples/graphics/affine/assets/navygrid.png b/examples/graphics/bgaffine/assets/navygrid.png similarity index 100% rename from examples/graphics/affine/assets/navygrid.png rename to examples/graphics/bgaffine/assets/navygrid.png diff --git a/examples/graphics/affine/assets/waves512.png b/examples/graphics/bgaffine/assets/waves512.png similarity index 100% rename from examples/graphics/affine/assets/waves512.png rename to examples/graphics/bgaffine/assets/waves512.png diff --git a/examples/graphics/affine/nitrofiles/bg/flag512.img b/examples/graphics/bgaffine/nitrofiles/bg/flag512.img similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/flag512.img rename to examples/graphics/bgaffine/nitrofiles/bg/flag512.img diff --git a/examples/graphics/affine/nitrofiles/bg/flag512.map b/examples/graphics/bgaffine/nitrofiles/bg/flag512.map similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/flag512.map rename to examples/graphics/bgaffine/nitrofiles/bg/flag512.map diff --git a/examples/graphics/affine/nitrofiles/bg/flag512.pal b/examples/graphics/bgaffine/nitrofiles/bg/flag512.pal similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/flag512.pal rename to examples/graphics/bgaffine/nitrofiles/bg/flag512.pal diff --git a/examples/graphics/affine/nitrofiles/bg/navygrid.img b/examples/graphics/bgaffine/nitrofiles/bg/navygrid.img similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/navygrid.img rename to examples/graphics/bgaffine/nitrofiles/bg/navygrid.img diff --git a/examples/graphics/affine/nitrofiles/bg/navygrid.map b/examples/graphics/bgaffine/nitrofiles/bg/navygrid.map similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/navygrid.map rename to examples/graphics/bgaffine/nitrofiles/bg/navygrid.map diff --git a/examples/graphics/affine/nitrofiles/bg/navygrid.pal b/examples/graphics/bgaffine/nitrofiles/bg/navygrid.pal similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/navygrid.pal rename to examples/graphics/bgaffine/nitrofiles/bg/navygrid.pal diff --git a/examples/graphics/affine/nitrofiles/bg/waves512.img b/examples/graphics/bgaffine/nitrofiles/bg/waves512.img similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/waves512.img rename to examples/graphics/bgaffine/nitrofiles/bg/waves512.img diff --git a/examples/graphics/affine/nitrofiles/bg/waves512.map b/examples/graphics/bgaffine/nitrofiles/bg/waves512.map similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/waves512.map rename to examples/graphics/bgaffine/nitrofiles/bg/waves512.map diff --git a/examples/graphics/affine/nitrofiles/bg/waves512.pal b/examples/graphics/bgaffine/nitrofiles/bg/waves512.pal similarity index 100% rename from examples/graphics/affine/nitrofiles/bg/waves512.pal rename to examples/graphics/bgaffine/nitrofiles/bg/waves512.pal diff --git a/examples/graphics/affine/source/main.c b/examples/graphics/bgaffine/source/main.c similarity index 100% rename from examples/graphics/affine/source/main.c rename to examples/graphics/bgaffine/source/main.c