mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- Gave the light probes NOINTERACTION to decrease ticking costs and also to stop it from falling to the ground - useful to debug mid-air light probes
- Changed the light probe sprite to better match the actor size
This commit is contained in:
parent
b3a2b9b2a5
commit
e74b338b79
2 changed files with 5 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -1,5 +1,10 @@
|
||||||
class LightProbe : Actor native
|
class LightProbe : Actor native
|
||||||
{
|
{
|
||||||
|
Default
|
||||||
|
{
|
||||||
|
+NOINTERACTION
|
||||||
|
}
|
||||||
|
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
Spawn:
|
Spawn:
|
||||||
|
|
Loading…
Reference in a new issue