From 152580faf7e7665a04be69b4a0e0538cf39c975c Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 17 May 2025 17:35:11 -0700 Subject: Interactive buttons --- src/sandbox.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sandbox.cpp') diff --git a/src/sandbox.cpp b/src/sandbox.cpp index 85a4850..d0d918c 100644 --- a/src/sandbox.cpp +++ b/src/sandbox.cpp @@ -35,11 +35,6 @@ Sandbox::Sandbox(int w, int h) , height{ h } // { memset(_bitmap.data(), 0xff, _bitmap.size() * sizeof(_bitmap[0])); - for (int y = 80; y <= 90; ++y) { - for (int x = 10; x <= 13; ++x) { - set_sand(x, y, Tile{ .so = Tile::SAND }); - } - } } static void simulate_sand_tile(Sandbox& self, int x, int y) { -- cgit v1.2.3-70-g09d2