diff --git a/README.md b/README.md index 6db5bf6..a34968c 100644 --- a/README.md +++ b/README.md @@ -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.