diff options
Diffstat (limited to 'trenchbroom')
| -rw-r--r-- | trenchbroom/stalag/Entities.fgd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/trenchbroom/stalag/Entities.fgd b/trenchbroom/stalag/Entities.fgd index b6496a5..abf5256 100644 --- a/trenchbroom/stalag/Entities.fgd +++ b/trenchbroom/stalag/Entities.fgd | |||
| @@ -21,4 +21,9 @@ | |||
| 21 | @PointClass base(Targetname, Origin) size(-8 -8 -8, 8 8 8) = light : "Light" | 21 | @PointClass base(Targetname, Origin) size(-8 -8 -8, 8 8 8) = light : "Light" |
| 22 | [ | 22 | [ |
| 23 | light(integer) : "Brightness" : 300 | 23 | light(integer) : "Brightness" : 300 |
| 24 | ] \ No newline at end of file | 24 | ] |
| 25 | |||
| 26 | @PointClass base(Targetname) = my_entity : "My Entity" | ||
| 27 | [ | ||
| 28 | speed(integer) : "Speed" : 100 | ||
| 29 | ] | ||
