misc
This commit is contained in:
parent
4a0985f2a0
commit
a8b4438c58
|
@ -16,7 +16,7 @@ class Light extends Item
|
|||
# @specular_color = colors[KikiLight_specular_color]
|
||||
@point = new THREE.PointLight 0xffffff, @intensity, @radius, 2
|
||||
@point.castShadow = true
|
||||
@point.shadowDarkness = 0.5
|
||||
@point.shadow.darkness = 0.5
|
||||
@point.shadow.mapSize = new THREE.Vector2 2048, 2048
|
||||
@point.shadow.bias = 0.01
|
||||
geom = new THREE.SphereGeometry 0.3, 16, 16
|
||||
|
|
|
@ -408,7 +408,6 @@ class Player extends Bot
|
|||
|
||||
when @key.jump
|
||||
@jump = false
|
||||
# @jump_once = false
|
||||
return true
|
||||
|
||||
when @key.left, @key.right
|
||||
|
|
|
@ -62,7 +62,8 @@ class Pushable extends Item
|
|||
# log "Pushable.finishAction setPosition:", targetPos
|
||||
@setPosition targetPos
|
||||
|
||||
actionFinished: (action) ->
|
||||
actionFinished: (action) ->
|
||||
Bot = require './bot'
|
||||
if action.id in [Action.PUSH, Action.FALL]
|
||||
gravityDir = @direction
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user