mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
4a7f7cbde5
* experimental support for texture changes * fix some typos * formatting + some improvements * Some final touches, i think it's ready now * moved a function to the shaderloader * formatting * add a void
9 lines
230 B
GDScript
9 lines
230 B
GDScript
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)
|