-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
79 additions
and
13 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
import talk_1 from '@/assets/img/talk/talk_1.png' | ||
import talk_2 from '@/assets/img/talk/talk_2.png' | ||
import talk_3 from '@/assets/img/talk/talk_3.png' | ||
import talk_4 from '@/assets/img/talk/talk_4.png' | ||
import talk_5 from '@/assets/img/talk/talk_5.png' | ||
import talk_6 from '@/assets/img/talk/talk_6.png' | ||
import talk_7 from '@/assets/img/talk/talk_7.png' | ||
import talk_8 from '@/assets/img/talk/talk_8.png' | ||
import talk_9 from '@/assets/img/talk/talk_9.png' | ||
import talk_10 from '@/assets/img/talk/talk_10.png' | ||
|
||
export const TALK_MAIN = [{ | ||
img: talk_1, | ||
text: 'Drag the mouse cursor around the map. <br /> Right-click on a blue box to move.' | ||
}, { | ||
img: talk_2, | ||
text: 'Move next to the chest box.Left-click on the chest box to mine the treasure. ' | ||
}, { | ||
img: talk_3, | ||
text: 'Make sure to click on the “OK” button to claim your gems. ' | ||
}, { | ||
img: talk_4, | ||
text: 'Go back to home to submit gems and increase the leaderboard score. ' | ||
}, { | ||
img: talk_5, | ||
text: 'Left-click on any player, and you will see a panel.' | ||
}, { | ||
img: talk_6, | ||
text: '“Move”: move to the player’s location. “Attack”: initiate a battle.' | ||
}, { | ||
img: talk_7, | ||
text: '“Hunt”: lock on the target for automatic attacks. “Info”: check the user stats.' | ||
}, { | ||
img: talk_8, | ||
text: 'When in a battle, select “Attack” to attack, or “Escape” to flee(might fail).' | ||
}, { | ||
img: talk_9, | ||
text: 'Now select one of the strategies as a buff. Magic > Sneak > Sprint > Magic' | ||
}, { | ||
img: talk_10, | ||
text: 'If your strategy counters the other’s, better chance of attacking/escaping.Vice versa.' | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters