Skip to content

Commit 1e10d8c

Browse files
committed
little change .inv_cursor
1 parent 5a3aff1 commit 1e10d8c

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

coffee/client/module/Entities.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class Entities
1111
if entities[i].username isnt @nick
1212
pos=[entities[i].position.x+offset[0],entities[i].position.y+offset[1],entities[i].position.z+offset[2]]
1313
if @saved[entities[i].uuid] is undefined
14-
console.log entities[i]
1514
if entities[i].name is "item"
1615
material = new THREE.MeshBasicMaterial( {color: new THREE.Color("blue")} )
1716
geometry = new THREE.BoxGeometry( 0.5, 0.5, 0.5 )

coffee/client/module/InventoryBar.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class InventoryBar
3434
$(".player_xp").text level
3535
$(".xp_bar").css "width","#{500*progress}px"
3636
setFocus:(num)->
37-
$(".inv_cursor").css("left","calc(50vw - 251px + 55*#{num}px)")
37+
$(".inv_cursor").css("left","calc(50vw - 253px + 55*#{num}px)")
3838
listen:()->
3939
focus=0
4040
@setFocus focus

src/client/module/Entities.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/module/InventoryBar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)