1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

[skip ci] Fix typo in ExtensionsAPI

This commit is contained in:
Emmanouil Papadeas 2024-08-02 21:43:57 +03:00
parent b6583e4133
commit 8c6bf08aef

View file

@ -769,7 +769,7 @@ class PaletteAPI:
class SignalsAPI:
# system to auto-adjust texture_changed to the "current cel"
## This signal is not meant to be used directly.
## Use [method connect_current_cel_texture_changed] instead
## Use [method signal_current_cel_texture_changed] instead
signal texture_changed
var _last_cel: BaseCel