Changeset 167 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/AudioEvent.java
- Timestamp:
- 12/16/2019 03:55:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/AudioEvent.java
r161 r167 44 44 45 45 /** 46 * File path for the audio file. 46 * File path for the audio file. Perhaps should only be generated on save? 47 47 */ 48 48 public String audioPath = ""; … … 64 64 audioPath = "audio/" + f + ".mp3"; 65 65 } 66 66 /** 67 * sets audio path relative to the working directory using the id value. 68 */ 67 69 public void setAudioFilePathRelative() 68 70 {
Note: See TracChangeset
for help on using the changeset viewer.
