From 14abcf13ab2dac285be94176fada054c5cb25a80 Mon Sep 17 00:00:00 2001 From: RoyBerube <30374490+RoyBerube@users.noreply.github.com> Date: Mon, 13 Nov 2017 12:20:12 -0700 Subject: [PATCH] Move SDF demo to proper folder Signed distance field font demo was not created in its own folder. Moved files to their own folder. --- 2d/{ => sdf_font}/font.font | Bin 2d/{ => sdf_font}/icon.png | Bin 2d/{ => sdf_font}/project.godot | 0 2d/{ => sdf_font}/sdf.tscn | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename 2d/{ => sdf_font}/font.font (100%) rename 2d/{ => sdf_font}/icon.png (100%) rename 2d/{ => sdf_font}/project.godot (100%) rename 2d/{ => sdf_font}/sdf.tscn (100%) diff --git a/2d/font.font b/2d/sdf_font/font.font similarity index 100% rename from 2d/font.font rename to 2d/sdf_font/font.font diff --git a/2d/icon.png b/2d/sdf_font/icon.png similarity index 100% rename from 2d/icon.png rename to 2d/sdf_font/icon.png diff --git a/2d/project.godot b/2d/sdf_font/project.godot similarity index 100% rename from 2d/project.godot rename to 2d/sdf_font/project.godot diff --git a/2d/sdf.tscn b/2d/sdf_font/sdf.tscn similarity index 100% rename from 2d/sdf.tscn rename to 2d/sdf_font/sdf.tscn