chore: move addon into Pawn/ + add standard .gitignore

Matches the Exiles fork-layout convention (each addon in its own folder).
This commit is contained in:
2026-05-25 10:59:30 +02:00
parent bd0269e997
commit a399c1eefb
22 changed files with 7 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<Bindings>
<Binding name="PAWN_TOGGLE_UI" header="PAWN">
PawnUIShow()
</Binding>
<Binding name="PAWN_COMPARE_LEFT">
PawnUI_SetCompareFromHover(1)
</Binding>
<Binding name="PAWN_COMPARE_RIGHT">
PawnUI_SetCompareFromHover(2)
</Binding>
</Bindings>