rename stuff for ACS compile

This commit is contained in:
NepDisk 2025-02-12 18:04:17 -05:00
parent 101ed1037a
commit 43d6ce4148
3 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ parameters = "--error-file \"acs.err\"
resultlump = "BEHAVIOR";
// Editor settings
description = "Ring Racers ACS script";
description = "BlanKart ACS script";
codepage = 0;
extensions = "acs";
casesensitive = false;

View file

@ -5,7 +5,7 @@ compilers
// The setting named "program" defines what .exe to run
// The "interface" setting defines what interal interface to use for processing and error feedback
// All others are the required files (the setting names do not matter)
ringracers_gdcc
gdcc-acc-blan
{
interface = "AccCompiler";
program = "gdcc-acc.exe";