1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
Pixelorama/src/Classes/ResourceProject.gd

9 lines
230 B
GDScript3
Raw Normal View History

class_name ResourceProject
extends Project
signal resource_updated
func _init(_frames: Array[Frame] = [], _name := tr("untitled"), _size := Vector2i(64, 64)) -> void:
super._init(_frames, _name + " (Virtual Resource)", _size)