mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-12 22:35:18 +00:00
Fix static typing
This commit is contained in:
parent
2e9c4eb1b9
commit
e726dcfc09
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ class_name Project
|
|||
extends RefCounted
|
||||
## A class for project properties.
|
||||
|
||||
signal serialized(Dictionary)
|
||||
signal about_to_deserialize(Dictionary)
|
||||
signal timeline_updated()
|
||||
signal serialized(dict: Dictionary)
|
||||
signal about_to_deserialize(dict: Dictionary)
|
||||
signal timeline_updated
|
||||
|
||||
var name := "":
|
||||
set(value):
|
||||
|
|
Loading…
Add table
Reference in a new issue