projects
/
rpg-template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd5836a
)
ignored a warning as its supposed to be like that
author
Eduardo
<
[email protected]
>
Mon, 8 Jul 2024 19:29:10 +0000
(21:29 +0200)
committer
Eduardo
<
[email protected]
>
Mon, 8 Jul 2024 19:29:10 +0000
(21:29 +0200)
scripts/globals.gd
patch
|
blob
|
history
diff --git
a/scripts/globals.gd
b/scripts/globals.gd
index 9c11b149bf01cd04a0f390e87389c23f352cb5bd..6ce2d3469fcbdf8964893c27c8c19e8d0578deeb 100644
(file)
--- a/
scripts/globals.gd
+++ b/
scripts/globals.gd
@@
-17,6
+17,7
@@
var player_positions: Array[_PlayerPositionAt]
var last_scene_updated: Constants.LEVELS_NAMES
+@warning_ignore("unused_signal") # this signal is called by other classes, was never intended to be called from itself
signal request_update_player_position