This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze-gles
Watch
0
Star
0
Fork
You've already forked raze-gles
0
mirror of
https://github.com/ZDoom/raze-gles.git
synced
2024-11-15 08:52:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d22bdf9dc7
raze-gles
/
wadsrc
/
static
/
zscript
/
razebase.zs
7 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
- use an alias for the menu bar texture in Blood. Direct tile access has been disabled for now, hopefully this can be buried deep in the engine for all eternity.
2020-10-06 18:05:51 +00:00
/*
- implemented Blood's menu caption
2020-10-05 22:34:35 +00:00
struct TileFiles
{
native static TextureID GetTexture(int tile, bool animate = false);
}
- use an alias for the menu bar texture in Blood. Direct tile access has been disabled for now, hopefully this can be buried deep in the engine for all eternity.
2020-10-06 18:05:51 +00:00
*/
Reference in a new issue
Copy permalink