new default texture: horizon v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 30 Dec 2023 01:18:32 +0100
branchv_0
changeset 30 e15d04d98fca
parent 29 69903e30b00d
child 31 22827574296e
new default texture: horizon
Shark.cpp
textures/default.img
textures/default.png
textures/horizon.jpeg
textures/jazz.png
--- a/Shark.cpp	Thu Dec 28 15:01:13 2023 +0100
+++ b/Shark.cpp	Sat Dec 30 01:18:32 2023 +0100
@@ -576,7 +576,7 @@
 void Shark::Impl::loadTextures() {
 	// Load default texture if there is no configured:
 	if (cfg.textures.empty())
-		cfg.textures.push_back({getDefaultFile("textures/default.png")});
+		cfg.textures.push_back({getDefaultFile("textures/default.img")});
 
 	for (const Configuration::Texture& tex : cfg.textures) {
 		std::shared_ptr<ImageLoader::ImageBuffer>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/textures/default.img	Sat Dec 30 01:18:32 2023 +0100
@@ -0,0 +1,1 @@
+horizon.jpeg
\ No newline at end of file
--- a/textures/default.png	Thu Dec 28 15:01:13 2023 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-jazz.png
\ No newline at end of file
Binary file textures/horizon.jpeg has changed
Binary file textures/jazz.png has changed