Added the new decorations to the minigame

This commit is contained in:
2025-12-02 03:31:14 +01:00
parent b466fe782e
commit ce7ed89c4e

View File

@@ -12,7 +12,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 4fcf232a64e34f489b874519cc96339e, type: 3} m_Script: {fileID: 11500000, guid: 4fcf232a64e34f489b874519cc96339e, type: 3}
m_Name: StatueDressupSettings m_Name: StatueDressupSettings
m_EditorClassIdentifier: AppleHillsScripts::Core.Settings.StatueDressupSettings m_EditorClassIdentifier: AppleHillsScripts::Core.Settings.StatueDressupSettings
defaultIconSize: {x: 64, y: 64}
defaultAuthoredSize: {x: 128, y: 128} defaultAuthoredSize: {x: 128, y: 128}
allDecorations: allDecorations:
- {fileID: 11400000, guid: 2ea75de9ff6dbfb4b8c246a654868479, type: 2} - {fileID: 11400000, guid: 2ea75de9ff6dbfb4b8c246a654868479, type: 2}
@@ -25,6 +24,30 @@ MonoBehaviour:
- {fileID: 11400000, guid: 4101d48e428899d409df02f24c83571f, type: 2} - {fileID: 11400000, guid: 4101d48e428899d409df02f24c83571f, type: 2}
- {fileID: 11400000, guid: b01ee8334ee052b4784225337e9a5ece, type: 2} - {fileID: 11400000, guid: b01ee8334ee052b4784225337e9a5ece, type: 2}
- {fileID: 11400000, guid: a5d493c2c7c9cf74cab038023b401273, type: 2} - {fileID: 11400000, guid: a5d493c2c7c9cf74cab038023b401273, type: 2}
- {fileID: 11400000, guid: 4e50f8e813c921b4b9238c8c6f787f56, type: 2}
- {fileID: 11400000, guid: 6d52cef7cebe1a64da99f4f55d99ea0d, type: 2}
- {fileID: 11400000, guid: 308a43f6abfeefe459e6a57b8627fcc5, type: 2}
- {fileID: 11400000, guid: f98c82b2cea192441aae4e32e07fd8af, type: 2}
- {fileID: 11400000, guid: a78fc80024e25bd4faccc16f5ac227bb, type: 2}
- {fileID: 11400000, guid: 325ebfc1843ec9e418003120930ba672, type: 2}
- {fileID: 11400000, guid: 3ed76ab6e95fccd4eb12c0ffc5e726c5, type: 2}
- {fileID: 11400000, guid: c2e244a74475ccc4593c2b022826c4d2, type: 2}
- {fileID: 11400000, guid: d9661ef39fd07034cbaf5bf0098c33f6, type: 2}
- {fileID: 11400000, guid: 01e91923826f59441a147c997862a0f6, type: 2}
- {fileID: 11400000, guid: 818213f19d5ba1f4e936b70ae3a900c4, type: 2}
- {fileID: 11400000, guid: f08adfd123ec7a34ba069cf9f0dfb60d, type: 2}
- {fileID: 11400000, guid: 7b98e55707b673c48b06b91b00becd30, type: 2}
- {fileID: 11400000, guid: b79158fdab809e743a3024b63939fe0e, type: 2}
- {fileID: 11400000, guid: 8c1461553f8d9ef4da7ccd1a350f7d56, type: 2}
- {fileID: 11400000, guid: b9367b580856713488075da8094dc672, type: 2}
- {fileID: 11400000, guid: 86425688b2e4cf541bf2f78cd2c5000c, type: 2}
- {fileID: 11400000, guid: 9cb3da100b63337489d40df49b3c0594, type: 2}
- {fileID: 11400000, guid: 0a5f9b7a5c23d04429c7d0415d8053ed, type: 2}
- {fileID: 11400000, guid: 91eb62c2d20d9b04aa16113745370f89, type: 2}
- {fileID: 11400000, guid: 7ca7b4cec9572834384e03604dc03e9f, type: 2}
- {fileID: 11400000, guid: f0af3572d9767dc45be3214388b791a1, type: 2}
- {fileID: 11400000, guid: 71543599b9289cd4a82057285f2affa2, type: 2}
- {fileID: 11400000, guid: 65ebd3f1ed6a0e64381a58ead383205e, type: 2}
itemsPerPage: 8 itemsPerPage: 8
gridColumns: 2 gridColumns: 2
gridSpacing: {x: 10, y: 10} gridSpacing: {x: 10, y: 10}
@@ -34,9 +57,16 @@ MonoBehaviour:
hoverScaleMultiplier: 1.05 hoverScaleMultiplier: 1.05
hoverAnimationDuration: 0.2 hoverAnimationDuration: 0.2
placementAnimationDuration: 0.15 placementAnimationDuration: 0.15
decorationDataLabel: StatueDecorations
photoSaveKey: MrCementStatuePhoto photoSaveKey: MrCementStatuePhoto
photoQuality: 85 photoQuality: 85
captureFullScreen: 0 captureFullScreen: 0
cutoutPhotoFilename: StatueCutout_Latest
galleryItemsPerPage: 20
galleryThumbnailSize: 256
galleryMaxCachedThumbnails: 50
galleryEnlargedScale: 2.5
galleryAnimationDuration: 0.3
cardsRewardCount: 3 cardsRewardCount: 3
autoCompleteOnPhoto: 1 autoCompleteOnPhoto: 1
enableStatePersistence: 1 enableStatePersistence: 1