1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Introduce peep animation objects to object selection window

This commit is contained in:
Aaron van Geffen
2024-11-25 17:57:15 +09:00
parent 48be2e911c
commit fb9a5239b2
25 changed files with 182 additions and 16 deletions

View File

@@ -147,6 +147,12 @@ const std::string_view DefaultSelectedObjects[] = {
// Peep name objects
"rct2.peep_names.original",
// Peep animation objects
"rct2.peep_animations.guest",
"rct2.peep_animations.handyman",
"rct2.peep_animations.mechanic",
"rct2.peep_animations.security",
};
const std::string_view DesignerSelectedObjects[] = {