Skip to content

Commit 8c70438

Browse files
Minor gameplay polish tasks (#319)
* Minor gameplay polish tasks - crystals are too shiny and weird-looking when they're broken - if you're standing still and trying to melee an enemy, you should turn to face the enemy so you can actually hit them - when using the archer's AoE ability, the reticule should wait for a real mouse-click, not just a mouse-release - make the 1 key fire a basic-attack (like clicking the mouse), and make 2, 3, 4, use the first, second, and third special, respectively. - add numbering to the ability bar and emote bar so players know what keys do what thing * updated comment for why we're tracking mouse-down mouse-up cycle in AoeActionInput Co-authored-by: David Woodruff <[email protected]>
1 parent 3c9b587 commit 8c70438

File tree

9 files changed

+799
-28
lines changed

9 files changed

+799
-28
lines changed

Assets/BossRoom/Prefabs/BossRoomHudCanvas.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ PrefabInstance:
23452345
objectReference: {fileID: 0}
23462346
- target: {fileID: 7109257144152377100, guid: 7562e0bb2a96dfc4996f8ab34f4a0cee, type: 3}
23472347
propertyPath: m_AnchoredPosition.y
2348-
value: 168
2348+
value: 182
23492349
objectReference: {fileID: 0}
23502350
- target: {fileID: 7109257144152377100, guid: 7562e0bb2a96dfc4996f8ab34f4a0cee, type: 3}
23512351
propertyPath: m_LocalEulerAnglesHint.x
@@ -2592,7 +2592,7 @@ PrefabInstance:
25922592
objectReference: {fileID: 0}
25932593
- target: {fileID: 9059929381720062002, guid: 334e483163a0ba54bb764e318223c9ba, type: 3}
25942594
propertyPath: m_AnchoredPosition.y
2595-
value: 16
2595+
value: 30
25962596
objectReference: {fileID: 0}
25972597
- target: {fileID: 9059929381720062002, guid: 334e483163a0ba54bb764e318223c9ba, type: 3}
25982598
propertyPath: m_LocalEulerAnglesHint.x

Assets/BossRoom/Prefabs/Dungeon/Dungeon Pieces/crystal/DestroyedCrystal.prefab

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ PrefabInstance:
210210
- target: {fileID: -2088346993707834735, guid: c4f463f134352e74fbcead59ab69cd0b, type: 3}
211211
propertyPath: m_Materials.Array.data[0]
212212
value:
213-
objectReference: {fileID: 2100000, guid: 5dc79f6519261e547a9d31b0de849df7, type: 2}
213+
objectReference: {fileID: 2100000, guid: 7e2bcc7429e4286459b329e36f352b1d, type: 2}
214214
- target: {fileID: 919132149155446097, guid: c4f463f134352e74fbcead59ab69cd0b, type: 3}
215215
propertyPath: m_Name
216216
value: FX_crystal_fractured
@@ -222,19 +222,19 @@ PrefabInstance:
222222
- target: {fileID: 3290009304433194289, guid: c4f463f134352e74fbcead59ab69cd0b, type: 3}
223223
propertyPath: m_Materials.Array.data[0]
224224
value:
225-
objectReference: {fileID: 2100000, guid: 5dc79f6519261e547a9d31b0de849df7, type: 2}
225+
objectReference: {fileID: 2100000, guid: 7e2bcc7429e4286459b329e36f352b1d, type: 2}
226226
- target: {fileID: 4420464326313142980, guid: c4f463f134352e74fbcead59ab69cd0b, type: 3}
227227
propertyPath: m_Materials.Array.data[0]
228228
value:
229-
objectReference: {fileID: 2100000, guid: 5dc79f6519261e547a9d31b0de849df7, type: 2}
229+
objectReference: {fileID: 2100000, guid: 7e2bcc7429e4286459b329e36f352b1d, type: 2}
230230
- target: {fileID: 4776845662628537640, guid: c4f463f134352e74fbcead59ab69cd0b, type: 3}
231231
propertyPath: m_Layer
232232
value: 11
233233
objectReference: {fileID: 0}
234234
- target: {fileID: 5252780467383862430, guid: c4f463f134352e74fbcead59ab69cd0b, type: 3}
235235
propertyPath: m_Materials.Array.data[0]
236236
value:
237-
objectReference: {fileID: 2100000, guid: 5dc79f6519261e547a9d31b0de849df7, type: 2}
237+
objectReference: {fileID: 2100000, guid: 7e2bcc7429e4286459b329e36f352b1d, type: 2}
238238
- target: {fileID: 5561462458993163771, guid: c4f463f134352e74fbcead59ab69cd0b, type: 3}
239239
propertyPath: m_Layer
240240
value: 11

0 commit comments

Comments
 (0)