mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 21:31:03 +00:00
fc11f537f7
* moved all games into the 'games' folder. * fixed project to include all sources and move them to the proper folders.
17 lines
400 B
C
17 lines
400 B
C
// names for everything that gets accessed by scripts.
|
|
x(MENUBAR, 2038)
|
|
x(BackTile, 253)
|
|
|
|
x(CrosshairTile, 2319)
|
|
x(LoadScreen, 2049)
|
|
x(LoadScreenWideBack, 9216)
|
|
x(LoadScreenWideLeft, 9217)
|
|
x(LoadScreenWideRight, 9218)
|
|
x(LoadScreenWideMiddle, 9219)
|
|
|
|
x(SBarNumberHealth, 9220)
|
|
x(SBarNumberAmmo, 9230)
|
|
x(SBarNumberInv, 9240)
|
|
x(SBarNumberArmor1, 9250)
|
|
x(SBarNumberArmor2, 9260)
|
|
x(SBarNumberArmor3, 9270)
|