You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Draw checkerboard (or clear color) under embedded window.
This commit is contained in:
@@ -47,6 +47,12 @@ protected:
|
||||
Point2i margin_bottom_right;
|
||||
Window *window = nullptr;
|
||||
|
||||
bool transp_enabled = false;
|
||||
Color clear_color;
|
||||
Ref<Texture2D> checkerboard;
|
||||
|
||||
void _project_settings_changed();
|
||||
|
||||
static void _bind_methods();
|
||||
void _notification(int p_what);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user