mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
9 lines
230 B
GDScript3
9 lines
230 B
GDScript3
|
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)
|