mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 15:54:41 +00:00
Add missing strings for WheelActions to move through tiles
This commit is contained in:
parent
18ba8f184b
commit
3dd47f913f
@ -1,5 +1,5 @@
|
|||||||
// Aseprite
|
// Aseprite
|
||||||
// Copyright (C) 2018-2020 Igara Studio S.A.
|
// Copyright (C) 2018-2022 Igara Studio S.A.
|
||||||
// Copyright (C) 2001-2018 David Capello
|
// Copyright (C) 2001-2018 David Capello
|
||||||
//
|
//
|
||||||
// This program is distributed under the terms of
|
// This program is distributed under the terms of
|
||||||
@ -91,6 +91,8 @@ namespace {
|
|||||||
{ "HScroll" , "Scroll: Horizontally" , app::WheelAction::HScroll },
|
{ "HScroll" , "Scroll: Horizontally" , app::WheelAction::HScroll },
|
||||||
{ "FgColor" , "Color: Foreground Palette Entry" , app::WheelAction::FgColor },
|
{ "FgColor" , "Color: Foreground Palette Entry" , app::WheelAction::FgColor },
|
||||||
{ "BgColor" , "Color: Background Palette Entry" , app::WheelAction::BgColor },
|
{ "BgColor" , "Color: Background Palette Entry" , app::WheelAction::BgColor },
|
||||||
|
{ "FgTile" , "Tile: Foreground Tile Entry" , app::WheelAction::FgTile },
|
||||||
|
{ "BgTile" , "Tile: Background Tile Entry" , app::WheelAction::BgTile },
|
||||||
{ "Frame" , "Change Frame" , app::WheelAction::Frame },
|
{ "Frame" , "Change Frame" , app::WheelAction::Frame },
|
||||||
{ "BrushSize" , "Change Brush Size" , app::WheelAction::BrushSize },
|
{ "BrushSize" , "Change Brush Size" , app::WheelAction::BrushSize },
|
||||||
{ "BrushAngle" , "Change Brush Angle" , app::WheelAction::BrushAngle },
|
{ "BrushAngle" , "Change Brush Angle" , app::WheelAction::BrushAngle },
|
||||||
|
Loading…
Reference in New Issue
Block a user