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:
@@ -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>
|
||||
Reference in New Issue
Block a user