fix bugs with various error messages
This commit is contained in:
Binary file not shown.
0
build/sjgs.jar
Executable file
0
build/sjgs.jar
Executable file
0
dep/JMP3-README.txt
Normal file → Executable file
0
dep/JMP3-README.txt
Normal file → Executable file
0
license.txt
Normal file → Executable file
0
license.txt
Normal file → Executable file
@@ -18,7 +18,10 @@ from sjgs.graphics import Colors
|
||||
|
||||
from sjgs.base_objects import *
|
||||
|
||||
import sjgs.sound.SoundPlayer as SoundPlayer
|
||||
# NOTE: this is deprecated due to moving sound to JMP3 versus inside SJGS.
|
||||
#### In order to use JMP3 inside of SJGS you will need to import the classes inside
|
||||
#### of your project.
|
||||
#import sjgs.sound.SoundPlayer as SoundPlayer
|
||||
|
||||
import sjgs.physics.Physics as Physics
|
||||
import sjgs.physics.structs.BoundingBox as BoundingBox
|
||||
|
||||
Reference in New Issue
Block a user