From 1f4826fcc40c236b416f970b278064f591a7a250 Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Wed, 2 Jul 2025 15:45:45 -0400 Subject: [PATCH] -rename to '2d-platformer' --- premake5.lua | 4 ++-- run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/premake5.lua b/premake5.lua index 2cd2ad0..f66ed8e 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,7 +1,7 @@ require "ecc/ecc" require "ninja/ninja" -workspace "fake-mario" +workspace "2d-platformer" architecture "x64" configurations @@ -27,7 +27,7 @@ local imguidir = "%{wks.location}/vendor/imgui" local vs_includedir = "$(SolutionDir)include" local includedir = "%{wks.location}/include" -project "fake-mario" +project "2d-platformer" language "C++" cppdialect "C++17" systemversion "latest" diff --git a/run.sh b/run.sh index 016dd08..501ea46 100755 --- a/run.sh +++ b/run.sh @@ -3,4 +3,4 @@ #./vendor/premake5/premake5 ecc #./vendor/premake5/premake5 gmake #make config=$1 -./bin/$1-linux-x86_64/fake-mario \ No newline at end of file +./bin/$1-linux-x86_64/2d-platformer \ No newline at end of file