1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-08 05:42:10 +00:00

fixed the Instagram link to Improbawall

This commit is contained in:
Zeno Rogue
2026-04-17 17:16:04 +02:00
parent 56fcee612b
commit 3cf234d202
+1 -1
View File
@@ -1157,7 +1157,7 @@ slide dmv_slides[] = {
pic_exists = file_exists("rogueviz/nil/emty-ring.png");
video_exists = file_exists("rogueviz/nil/emty-ring.mp4");
}
slide_url(mode, 'i', "Instagram link", "https://www.instagram.com/p/B756GCynErw/");
slide_url(mode, 'i', "Instagram link", "https://www.instagram.com/emty01/reel/CNZ6nn0n0_n");
empty_screen(mode);
if(video_exists)
show_animation(mode, "rogueviz/nil/emty-ring.mp4", 720, 900, 300, 30);