port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#pragma once
#include "filemon.h"
RANGE(int, 1, 1000, g_DemoLength) = 202;
RANGE(float, -3.14, 3.14, g_SunX) = 1.1875;
RANGE(float, -3.14, 3.14, g_SunY) = -1.15;
RANGE(float, -3.14, 3.14, g_SunZ) = 0;
RANGE(float, -64.0f, 64.0f, g_MageHeight) = -12.3f;
RANGE(float, 0.1f, 1.0f, g_MageScale) = 0.75f;
//Testdinger
ANY(float, g_DemoTime) = 22.1;
RANGE(float, 0, 1, g_Alpha) = 0.67;
COMBO(int, "0, 1, 2, 3", g_DemoMode) = 2;
ANY(bool, g_Doof) = true;