SupaLidlGame/addons/GodotAnnotate/src/annotate_layer.gd

9 lines
151 B
GDScript
Raw Normal View History

2023-12-31 05:59:33 -08:00
class_name AnnotateLayer
extends Resource
##
## Resource containing a series of [AnnotateStroke]s.
##
@export
var strokes: Array[AnnotateStroke] = []