Fixed BCS importing and added missing sector actions (#785)

This commit is contained in:
Boondorl 2022-09-13 13:49:48 -04:00 committed by GitHub
parent d16ffe135a
commit 5f677e9ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 1 deletions

View file

@ -9,7 +9,7 @@ compilers
{
interface = "AccCompiler";
program = "bcc.exe";
zcommon = "zcommon.acs";
zcommon = "zcommon.bcs";
std = "std.acs";
}
}

View file

View file

@ -971,6 +971,42 @@ zdoom
fixedsize = true;
sprite = "internal:action";
9600
{
title = "Sector Floor Damaged";
class = "SecActDamageFloor";
}
9601
{
title = "Sector Ceiling Damaged";
class = "SecActDamageCeiling";
}
9602
{
title = "Sector Floor Died";
class = "SecActDeathFloor";
}
9603
{
title = "Sector Ceiling Died";
class = "SecActDeathCeiling";
}
9604
{
title = "3D Sector Damaged";
class = "SecActDamage3D";
}
9605
{
title = "3D Sector Died";
class = "SecActDeath3D";
}
9082
{
title = "Silent Sector";