Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
201949 authored Dec 5, 2023
1 parent 60af7ef commit d70c303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Add wrapper `scripts/LN.gd` into autoloading list in your project. So you can us
The original functions of the plugin was not changed, but the functions of calling notifications was modified.
There is nothing complicated. In your game code, simply call the desired function and pass the icons, text and color you need to it.

1 Add the plugin itself to the plugins folder.
2 Enable plugin in export.
3 Give the plugin the necessary permissions (in the export menu) - android.permission.SCHEDULE_EXACT_ALARM android.permission.USE_EXACT_ALARM android.permission.POST_NOTIFICATIONS.
4 Add all the necessary icons to the mipmap (folder) small icon 96x96 large 256x256
1. Add the plugin itself to the plugins folder.
2. Enable plugin in export.
3. Give the plugin the necessary permissions (in the export menu) - android.permission.SCHEDULE_EXACT_ALARM android.permission.USE_EXACT_ALARM android.permission.POST_NOTIFICATIONS.
4. Add all the necessary icons to the mipmap (folder) small icon 96x96 large 256x256

The text of your notification.
For a more aesthetically pleasing notification, the long text was disabled.
Expand Down

0 comments on commit d70c303

Please sign in to comment.