summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/src/main.rb2
-rw-r--r--test/textures/color_texture.pngbin3594 -> 0 bytes
-rw-r--r--test/textures/color_texture.qoibin0 -> 16062 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/test/src/main.rb b/test/src/main.rb
index 53e92a0..33d0b1d 100644
--- a/test/src/main.rb
+++ b/test/src/main.rb
@@ -23,7 +23,7 @@ def config()
end
def init()
- texture = CandyGear::Texture.from_image("textures/color_texture.png");
+ texture = CandyGear::Texture.from_image("textures/color_texture.qoi");
mesh = CandyGear::Mesh.new("meshes/cube.cgmesh");
$color = CandyGear::Vector3D.new(0.8, 0.2, 0.2);
diff --git a/test/textures/color_texture.png b/test/textures/color_texture.png
deleted file mode 100644
index 2c02811..0000000
--- a/test/textures/color_texture.png
+++ /dev/null
Binary files differ
diff --git a/test/textures/color_texture.qoi b/test/textures/color_texture.qoi
new file mode 100644
index 0000000..9fa7256
--- /dev/null
+++ b/test/textures/color_texture.qoi
Binary files differ