fix bugs with various error messages

This commit is contained in:
MitchWeaver
2016-10-14 16:42:26 -05:00
parent 6e5b0ca6fa
commit 329f11cec0
7 changed files with 8 additions and 5 deletions
Regular → Executable
View File
Binary file not shown.
Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+4 -1
View File
@@ -18,7 +18,10 @@ from sjgs.graphics import Colors
from sjgs.base_objects import * 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.Physics as Physics
import sjgs.physics.structs.BoundingBox as BoundingBox import sjgs.physics.structs.BoundingBox as BoundingBox