Update instruction on metal toggling

scene_man
En Yi 2023-08-19 19:34:36 +08:00
parent e26f972600
commit 567b7ab173
1 changed files with 1 additions and 1 deletions

View File

@ -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();