From bca4d7e2163e8b1165c2eef73d3cb7f74f3e16a0 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sun, 7 Apr 2024 23:24:13 -0400 Subject: [PATCH] rename SubState.md to FlxSubState.md (#262) * rename SubState.md to FlxSubState.md * npm run fix * rename SubState thumbnail to FlxSubState --- .../images/demos/{SubState.png => FlxSubState.png} | Bin content/demos/{SubState.md => FlxSubState.md} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename content/_static/images/demos/{SubState.png => FlxSubState.png} (100%) rename content/demos/{SubState.md => FlxSubState.md} (52%) diff --git a/content/_static/images/demos/SubState.png b/content/_static/images/demos/FlxSubState.png similarity index 100% rename from content/_static/images/demos/SubState.png rename to content/_static/images/demos/FlxSubState.png diff --git a/content/demos/SubState.md b/content/demos/FlxSubState.md similarity index 52% rename from content/demos/SubState.md rename to content/demos/FlxSubState.md index e729af586..c942b2cf9 100644 --- a/content/demos/SubState.md +++ b/content/demos/FlxSubState.md @@ -1,7 +1,7 @@ --- -title: "SubState" +title: "FlxSubState" layout: demo -source: "Features/SubState" +source: "Features/FlxSubState" --- An example of `flixel.FlxSubState`.