StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
19 stars 13 forks source link

Seperate BaseLight into BaseLightFalloff and 2 new kvs #183

Closed tmob03 closed 1 year ago

tmob03 commented 1 year ago

Since the fall off kvs are in their own base now, light_directional and light_environment now have keyvalues from BaseLight. A quick check in game shows these are indeed on both of these entities, so should work!

Resolves #180 Resolves #181

ozxybox commented 1 year ago

Please drop the merge commit and use rebase instead. (We should probably document that we use rebase somewhere...) Otherwise this PR is good to merge!

ozxybox commented 1 year ago

Oh sorry, got excited to hit merge too early. There’s a conflict, so I can’t merge the branch. You’ll need to rebase this onto the master branch.

tmob03 commented 1 year ago

Yeah sorry, first experiences with git cli, force pushed too early 😦