From abf6d2f1e6abc69fe5a8bfdd2bc9a2c6d2699de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 21 Nov 2015 16:48:05 +0100 Subject: [PATCH] Move polygon_path_finder demo to demos/3d since it uses 3D nodes Also took the opportunity to "touch" each demo's engine.cfg in reverse alphabetical order to get the listed in natural order in the project manager. --- {2d => 3d}/polygon_path_finder/engine.cfg | 0 {2d => 3d}/polygon_path_finder/icon.png | Bin {2d => 3d}/polygon_path_finder/poly_with_holes.scn | Bin {2d => 3d}/polygon_path_finder/polygonpathfinder.gd | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {2d => 3d}/polygon_path_finder/engine.cfg (100%) rename {2d => 3d}/polygon_path_finder/icon.png (100%) rename {2d => 3d}/polygon_path_finder/poly_with_holes.scn (100%) rename {2d => 3d}/polygon_path_finder/polygonpathfinder.gd (100%) diff --git a/2d/polygon_path_finder/engine.cfg b/3d/polygon_path_finder/engine.cfg similarity index 100% rename from 2d/polygon_path_finder/engine.cfg rename to 3d/polygon_path_finder/engine.cfg diff --git a/2d/polygon_path_finder/icon.png b/3d/polygon_path_finder/icon.png similarity index 100% rename from 2d/polygon_path_finder/icon.png rename to 3d/polygon_path_finder/icon.png diff --git a/2d/polygon_path_finder/poly_with_holes.scn b/3d/polygon_path_finder/poly_with_holes.scn similarity index 100% rename from 2d/polygon_path_finder/poly_with_holes.scn rename to 3d/polygon_path_finder/poly_with_holes.scn diff --git a/2d/polygon_path_finder/polygonpathfinder.gd b/3d/polygon_path_finder/polygonpathfinder.gd similarity index 100% rename from 2d/polygon_path_finder/polygonpathfinder.gd rename to 3d/polygon_path_finder/polygonpathfinder.gd