pandemonium_paint_experimental/game/mockup/PaintGroup.gd

8 lines
238 B
GDScript

extends Node2D
# Collects all child PaintNodes and renders them to it's texture
# updates tex when a child changes
# PaintNodes will need to signal their parents when they changed
# update should run in process to save potential cycles