1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +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: class SignalsAPI:
# system to auto-adjust texture_changed to the "current cel" # system to auto-adjust texture_changed to the "current cel"
## This signal is not meant to be used directly. ## 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 signal texture_changed
var _last_cel: BaseCel var _last_cel: BaseCel