deep-entertainment / issues

Issue tracker for deep Entertainment projects
1 stars 0 forks source link

[EgoVenture]: Custom notification system #29

Closed ReichNick closed 1 year ago

ReichNick commented 1 year ago

Feature is to change Map notification to custom for other purposes.

dploeger commented 1 year ago

Implemented in branch issue-29.

The new API can be used like this:

Notification.notify(preload("res://path/to/icon/texture.png"), preload("res://path/to/audio/file.ogg"))

The map notification was updated to use this new API, so the change is backwards compatible and doesn't break things.

@ReichNick Can you please download the branch of the example game and play around with it and test it?

Thanks!

dploeger commented 1 year ago

(I will add documentation for this feature once the feature is in the develop branch)

dploeger commented 1 year ago

Merged in Develop.

dploeger commented 1 year ago

Fixed in 2.2.0