Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swkeep committed Feb 6, 2024
1 parent 1344db8 commit 07ffeda
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
title: ${{ env.RELEASE_VERSION }}
prerelease: false
files: Interaction.zip
files: interactionMenu.zip

env:
CI: false
Expand Down
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@ A standalone raycast-based interaction menu for FiveM, designed to enhance your

The primary goal is not to replace target scripts; instead, it can be used simultaneously to enhance script interactions within the FiveM. Nonetheless, the main factor is not just features it's because this script uses sprites and DUI, making it more demanding on resources compared to NUI-based scripts.

## Preview

<center>
<table>
<tr>
<td align="center">
<img src="https://cdn.swkeep.com/interaction_menu/preview_1.jpg" />
</td>
<td align="center">
<img src="https://cdn.swkeep.com/interaction_menu/preview_2.jpg" />
</td>
<td align="center">
<img src="https://cdn.swkeep.com/interaction_menu/preview_3.jpg" />
</td>
</tr>
</table>
</center>

<center>
<table>
<tr>
<td align="center">
<img src="https://cdn.swkeep.com/interaction_menu/preview_4.jpg" />
</td>
<td align="center">
<img src="https://cdn.swkeep.com/interaction_menu/preview_5.jpg" />
</td>
</tr>
</table>
</center>

### Video

**[Youtube Click Here](https://www.youtube.com/watch?v=7ylxnj4HC5A)**

## My Store

**[Click Here](https://swkeep.tebex.io/)**
Expand Down

0 comments on commit 07ffeda

Please sign in to comment.