mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-14 15:25:17 +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
|
extends RefCounted
|
||||||
## A class for project properties.
|
## A class for project properties.
|
||||||
|
|
||||||
signal serialized(Dictionary)
|
signal serialized(dict: Dictionary)
|
||||||
signal about_to_deserialize(Dictionary)
|
signal about_to_deserialize(dict: Dictionary)
|
||||||
signal timeline_updated()
|
signal timeline_updated
|
||||||
|
|
||||||
var name := "":
|
var name := "":
|
||||||
set(value):
|
set(value):
|
||||||
|
|
Loading…
Add table
Reference in a new issue