This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
qzdoom
Watch
0
Star
0
Fork
You've already forked qzdoom
0
mirror of
https://github.com/ZDoom/qzdoom.git
synced
2025-03-12 04:02:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b3a2b9b2a5
qzdoom
/
wadsrc
/
static
/
zscript
/
actors
/
shared
/
lightprobe.zs
10 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
Add light probe actor
2021-09-25 04:00:25 +00:00
class LightProbe : Actor native
{
States
{
Spawn:
Adjust the light probe assets to better aid debugging
2021-09-25 17:20:10 +00:00
LPRO A -1;
Add light probe actor
2021-09-25 04:00:25 +00:00
Stop;
}
}
Reference in a new issue
Copy permalink