Skip to content

Commit

Permalink
make stones fall to floor faster when spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaulwurff committed Mar 10, 2021
1 parent d8c0d0a commit 27f1d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zscript/gy_Stone.zs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class gy_Stone : Actor
{
Radius 16;
Height 1;
Gravity 1000;
}

void setObituary(String obituary)
Expand Down

0 comments on commit 27f1d32

Please sign in to comment.