bjorn 8 years ago
parent
commit
b1de8d45f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client.lua

+ 2 - 2
client.lua

@@ -329,7 +329,7 @@ function client:draw()
 						end
 						end
 						lovr.graphics.push()
 						lovr.graphics.push()
 						lovr.graphics.translate(x, y, z)
 						lovr.graphics.translate(x, y, z)
-						lovr.graphics.rotate(-math.pi / 4, 1, 0, 0)
+						lovr.graphics.rotate(-math.pi / 2, 1, 0, 0)
 						self:drawCard(player, i, 0, 0, 0, .5)
 						self:drawCard(player, i, 0, 0, 0, .5)
 						lovr.graphics.pop()
 						lovr.graphics.pop()
 					elseif (player.id == self.id and self.cardGrab.active and self.cardGrab.card == i) or (player.grabbedCard == i) then
 					elseif (player.id == self.id and self.cardGrab.active and self.cardGrab.card == i) or (player.grabbedCard == i) then
@@ -511,7 +511,7 @@ end
 -- 2.2m, 1.1m
 -- 2.2m, 1.1m
 function client:getDuelZones()
 function client:getDuelZones()
 	if self.dueling == 0 then return nil end
 	if self.dueling == 0 then return nil end
-	local tableHeight = 1.1
+	local tableHeight = .9
 	local tableLength = 2.2
 	local tableLength = 2.2
 	local other = self.players[self.dueling]
 	local other = self.players[self.dueling]
 	local hx, hy, hz = lovr.headset.getPosition()
 	local hx, hy, hz = lovr.headset.getPosition()