From 9bc74046d6ad97e49fb1dec7390dc88fba819e52 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 20 Nov 2023 13:23:03 +0100 Subject: [PATCH] top-level object of build.lua is now a workspace call --- Build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.lua b/Build.lua index fdbe2da..530987b 100644 --- a/Build.lua +++ b/Build.lua @@ -1,4 +1,4 @@ --- project "Fencer-Template" change this +-- workspace "Fencer-Template" -- replace this architecture "x64" configurations { "Debug", "Release", "Dist" } startproject "Game"