Skip to content

Commit

Permalink
- Fixed emitter pitch in "room2_test_hcz"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabka666 committed Oct 16, 2023
1 parent cddb74a commit 8343877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source Code/Events_Core.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6962,6 +6962,7 @@ Function UpdateEvents%()
For i = 0 To 5
em.Emitters = CreateEmitter(e\room, EntityX(e\room\Objects[i], True), EntityY(e\room\Objects[i], True), EntityZ(e\room\Objects[i], True), 0)
em\RandAngle = 5.0 : em\Speed = 0.042 : em\SizeChange = 0.0025
TurnEntity(em\OBJ, 90.0, 0.0, 0.0, True)
Next
RemoveEvent(e)
EndIf
Expand Down

0 comments on commit 8343877

Please # to comment.