From 567b7ab1734caf7efb2004d1ae43718d8da98275 Mon Sep 17 00:00:00 2001 From: En Yi Date: Sat, 19 Aug 2023 19:34:36 +0800 Subject: [PATCH] Update instruction on metal toggling --- scenes/editor_scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/editor_scene.c b/scenes/editor_scene.c index 9d9f8c8..1a1c59e 100644 --- a/scenes/editor_scene.c +++ b/scenes/editor_scene.c @@ -885,7 +885,7 @@ void init_sandbox_scene(LevelScene_t* scene) } draw_pos.y += SELECTION_TILE_SIZE + 2; - DrawText("R to reset the map, O/P to cycle the selection,\nT to toggle crate spawn behaviour", 0, draw_pos.y, 16, BLACK); + DrawText("R to reset the map, O/P to cycle the selection,\nM to toggle metal crates. T to toggle crate spawn behaviour", 0, draw_pos.y, 14, BLACK); EndTextureMode();