Skip to content

Commit

Permalink
Remove readonly flag from effect origin keyvalues
Browse files Browse the repository at this point in the history
Doesn't actually work
  • Loading branch information
vrad-exe committed Nov 17, 2024
1 parent 5cde4e7 commit 6cc029a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fgd/bases/BModelParticleSpawner.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
[
0: "Non-solid"
]
origin(origin) readonly: "Origin": "" : "If offset, this breaks."
// Making this read only doesn't work, it just makes the issue worse because hammer will initialize
// the origin to the entity center and now you can't adjust it to move it back.
origin(origin): "Origin": "" : "Always set this to 0 0 0 on effect entities, other values will cause the effects to break. (Temporary until we figure out a better solution for this.)"

startdisabled(boolean) : "Start Disabled" : 0
color(color255) : "Particle Color (R G B)" : "255 255 255"
Expand Down

0 comments on commit 6cc029a

Please sign in to comment.