Skip to content

Commit

Permalink
Forgot to add diesel running in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Sep 14, 2023
1 parent f509b47 commit 1534d5a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ properties =
horn_sustained = False # Optional: Should the horn repeat

sounds =
idle = "immersiverailroading:sounds/diesel/default/idle.ogg" # Optional: See sound_definition.caml for details
horn = "immersiverailroading:sounds/diesel/default/horn.ogg" # Optional: See sound_definition.caml for details
bell = "immersiverailroading:sounds/diesel/default/bell.ogg" # Optional: See sound_definition.caml for details
idle = "immersiverailroading:sounds/diesel/default/idle.ogg" # Optional: See sound_definition.caml for details
running = "immersiverailroading:sounds/diesel/default/idle.ogg" # Optional: See sound_definition.caml for details
horn = "immersiverailroading:sounds/diesel/default/horn.ogg" # Optional: See sound_definition.caml for details
bell = "immersiverailroading:sounds/diesel/default/bell.ogg" # Optional: See sound_definition.caml for details
controls =
REVERSER_1 =
engage = "immersiverailroading:sounds/default/lever_engage.ogg"
Expand Down

0 comments on commit 1534d5a

Please sign in to comment.