First pass over MPV for the cement-statue-sticker minigame (#63)
Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com> Co-authored-by: Michal Pikulski <michal@foolhardyhorizons.com> Reviewed-on: #63
This commit is contained in:
@@ -27,3 +27,5 @@ MonoBehaviour:
|
||||
obstacleMaxSpawnY: 3
|
||||
poopFallSpeed: 10
|
||||
poopDestroyYPosition: -20
|
||||
targetMoveSpeed: 4
|
||||
targetSpawnInterval: 3
|
||||
|
||||
@@ -35,19 +35,24 @@ MonoBehaviour:
|
||||
allowedItems:
|
||||
- {fileID: 11400000, guid: ecae2d83a5ab2a047a2733ebff607380, type: 2}
|
||||
forbiddenItems: []
|
||||
requiredItemCount: 0
|
||||
- slotItem: {fileID: 11400000, guid: f97b9e24d6dceb145b56426c1152ebeb, type: 2}
|
||||
allowedItems:
|
||||
- {fileID: 11400000, guid: ff4bbba87722023468a0f6395d1f96c7, type: 2}
|
||||
forbiddenItems: []
|
||||
requiredItemCount: 0
|
||||
- slotItem: {fileID: 11400000, guid: d28f5774afad9d14f823601707150700, type: 2}
|
||||
allowedItems:
|
||||
- {fileID: 11400000, guid: 6934dcb56c610c44da228f7f24ca13c9, type: 2}
|
||||
forbiddenItems: []
|
||||
requiredItemCount: 0
|
||||
- slotItem: {fileID: 11400000, guid: aaf36cd26cf74334e9c7db6c1b03b3fb, type: 2}
|
||||
allowedItems:
|
||||
- {fileID: 11400000, guid: c50330645a2b9d549aae3639bdfcea19, type: 2}
|
||||
forbiddenItems: []
|
||||
requiredItemCount: 0
|
||||
- slotItem: {fileID: 11400000, guid: c68dea945fecbf44094359769db04f31, type: 2}
|
||||
allowedItems:
|
||||
- {fileID: 11400000, guid: ab57c8237aac144439a18d69f56d36c6, type: 2}
|
||||
forbiddenItems: []
|
||||
requiredItemCount: 0
|
||||
|
||||
44
Assets/Settings/StatueDressupSettings.asset
Normal file
44
Assets/Settings/StatueDressupSettings.asset
Normal file
@@ -0,0 +1,44 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 4fcf232a64e34f489b874519cc96339e, type: 3}
|
||||
m_Name: StatueDressupSettings
|
||||
m_EditorClassIdentifier: AppleHillsScripts::Core.Settings.StatueDressupSettings
|
||||
defaultIconSize: {x: 64, y: 64}
|
||||
defaultAuthoredSize: {x: 128, y: 128}
|
||||
allDecorations:
|
||||
- {fileID: 11400000, guid: 2ea75de9ff6dbfb4b8c246a654868479, type: 2}
|
||||
- {fileID: 11400000, guid: ca949a6208ce5b5488e90ea3e2eed6df, type: 2}
|
||||
- {fileID: 11400000, guid: 5efa934e009bc234e920904b05db3c2f, type: 2}
|
||||
- {fileID: 11400000, guid: 8819ec8b1f4910a4494755cf043636d1, type: 2}
|
||||
- {fileID: 11400000, guid: b09b79db8ef15144bb2138ec59f26a9c, type: 2}
|
||||
- {fileID: 11400000, guid: 8838477f768600848813a215ab6a46fe, type: 2}
|
||||
- {fileID: 11400000, guid: f0df83df3cff9d84ba9fd4895e5d1b58, type: 2}
|
||||
- {fileID: 11400000, guid: 4101d48e428899d409df02f24c83571f, type: 2}
|
||||
- {fileID: 11400000, guid: b01ee8334ee052b4784225337e9a5ece, type: 2}
|
||||
- {fileID: 11400000, guid: a5d493c2c7c9cf74cab038023b401273, type: 2}
|
||||
itemsPerPage: 8
|
||||
gridColumns: 2
|
||||
gridSpacing: {x: 10, y: 10}
|
||||
dragScaleTransitionDuration: 0.2
|
||||
returnToMenuDuration: 0.3
|
||||
minOverlapPercentage: 0.1
|
||||
hoverScaleMultiplier: 1.05
|
||||
hoverAnimationDuration: 0.2
|
||||
placementAnimationDuration: 0.15
|
||||
photoSaveKey: MrCementStatuePhoto
|
||||
photoQuality: 85
|
||||
captureFullScreen: 0
|
||||
cardsRewardCount: 3
|
||||
autoCompleteOnPhoto: 1
|
||||
enableStatePersistence: 1
|
||||
stateSaveKey: StatueDecorationState
|
||||
maxSavedDecorations: 50
|
||||
8
Assets/Settings/StatueDressupSettings.asset.meta
Normal file
8
Assets/Settings/StatueDressupSettings.asset.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 359004e51663d6442b7d2b960d12b459
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user