1
0
Fork 0
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:
Emmanouil Papadeas 2024-03-04 18:27:58 +02:00
parent 2e9c4eb1b9
commit e726dcfc09

View file

@ -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):