Claw Game progress 2

Claw game is now playable from within SS13

- still need to code and test win-functionality
- still need to code prize ball and circuit board
This commit is contained in:
FalseIncarnate
2015-12-07 23:28:02 -05:00
parent bc5faea093
commit 4afec741fd
24 changed files with 303 additions and 308 deletions
+8 -8
View File
@@ -2,7 +2,7 @@
width:900px;
height:406px;
position: absolute;
background: url(images/backgroundsprite.png) no-repeat;
background: url(backgroundsprite.png) no-repeat;
background-position: 0 -166px;
top: 62px;
}
@@ -11,7 +11,7 @@
width: 902px;
height: 131px;
position: absolute;
background: url(images/backgroundsprite.png) no-repeat center;
background: url(backgroundsprite.png) no-repeat center;
background-position: 3px -15px;
top: 337px;
left: -3px;
@@ -21,7 +21,7 @@
width:900px;
height:520px;
position: absolute;
background: url(images/backgroundsprite.png) no-repeat center;
background: url(backgroundsprite.png) no-repeat center;
background-position: 0 -575px;
z-index:10;
}
@@ -38,7 +38,7 @@
width: 10px;
height: 83px;
position: absolute;
background: url('images/crane handle top.png') repeat-y center;
background: url('crane_top.png') repeat-y center;
bottom: 86px;/*top: -69px;*/
left: 47px;
}
@@ -47,7 +47,7 @@
width:10px;
height:8px;
position: absolute;
background: url('images/clawpieces.png') no-repeat center;
background: url('clawpieces.png') no-repeat center;
top: 14px;
left: 47px;
background-position: -198px -83px;
@@ -57,7 +57,7 @@
width: 26px;
height: 27px;
position: absolute;
background: url('images/clawpieces.png') no-repeat center;
background: url('clawpieces.png') no-repeat center;
top: 22px;
left: 39px;
background-position: -190px -101px;
@@ -67,7 +67,7 @@
width: 110px;
height: 78px;
position: absolute;
background: url('images/clawpieces.png') no-repeat center;
background: url('clawpieces.png') no-repeat center;
top: 33px;
left: 11px;
background-position: -36px -34px;
@@ -76,7 +76,7 @@
.prize-ball {
width: 60px;
height: 60px;
//background: url('images/prizeorbs.png') no-repeat;
//background: url('prizeorbs.png') no-repeat;
//-moz-border-radius: 30px;
//-webkit-border-radius: 30px;
//border-radius: 30px;