From 0e0021b7675a70ab1500cca6a6c2af12a1379e11 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 7 Aug 2018 00:26:20 +0200 Subject: [PATCH] add grids panel --- data/layout.xml | 73 +++++++++++++++++++++++++++++++++++++++++- engine.vcxproj | 2 ++ engine.vcxproj.filters | 6 ++++ engine/app.cpp | 1 + engine/app.h | 2 ++ engine/app_layout.cpp | 14 ++++++++ engine/node.cpp | 2 ++ engine/node.h | 2 ++ engine/node_canvas.cpp | 35 +++++++++++++++++++- engine/node_canvas.h | 2 ++ engine/node_image.cpp | 11 +++++-- engine/node_image.h | 1 + engine/shape.cpp | 37 +++++++++++++++------ engine/shape.h | 21 ++++++++++-- 14 files changed, 192 insertions(+), 17 deletions(-) diff --git a/data/layout.xml b/data/layout.xml index 7b63bcb..e1ea914 100644 --- a/data/layout.xml +++ b/data/layout.xml @@ -240,6 +240,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -769,6 +810,9 @@ + + + @@ -781,10 +825,13 @@ + + - + + +