godot-extended-libraries / godot-next

Godot Node Extensions - Basic Node Extensions for Godot Engine
MIT License
957 stars 61 forks source link

Add BackBufferPanel #99

Open tlitookilakin opened 3 years ago

tlitookilakin commented 3 years ago

BackBufferPanel is a Control version of BackBufferCopy that only copies the region it occupies. It makes combining backbuffers with dynamic UIs much, much simpler.

tlitookilakin commented 3 years ago

Replaced PNG icon with SVG according to style guidelines