This commit is contained in:
Atlas 2024-11-16 12:26:27 +03:00
parent 9ba777cdeb
commit 41c907239f
2 changed files with 8 additions and 4 deletions

View File

@ -35,8 +35,6 @@ public class PlayerPatch(BetterFirstPersonMod mod) : IScriptMod
{
yield return new Token(TokenType.Newline, 1);
// fuck me
// if camera_zoom < 0.5 and not freecamming:
yield return new Token(TokenType.CfIf);
yield return new IdentifierToken(TokenType.Identifier, 32, "camera_zoom");

View File

@ -1,4 +1,10 @@
{
"Id": "BetterFirstPerson",
"AssemblyPath": "BetterFirstPerson.dll"
"AssemblyPath": "BetterFirstPerson.dll",
"Metadata": {
"Name": "BetterFirstPerson",
"Author": "ato",
"Version": "1.0.0",
"Description": "better first person mod for webfishing"
}
}