ball, raw injector float -> double

Former-commit-id: 19e44a1a5400bcf423a9cbb0c076eda48a1313d8
Former-commit-id: 73b3c09b0949f7b463de45b7f436b986445554f6
This commit is contained in:
Song Minjae
2016-05-01 20:05:39 +09:00
parent 05b374bfa7
commit f3050736be
5 changed files with 877 additions and 782 deletions

View File

@@ -15,7 +15,7 @@ class PhysTestBall : ActorWithBody {
constructor(): super() {
setHitboxDimension(16, 16, 0, 0)
isVisible = true
actorValue[AVKey.BASEMASS] = 10f
actorValue[AVKey.BASEMASS] = 10.0
color = RoguelikeRandomiser.composeColourFrom(RoguelikeRandomiser.POTION_PRIMARY_COLSET)
}