Added new arrow picture
Used for phone movement buttons I don't really like those arrows, so I may change them
This commit is contained in:
BIN
gimp_saves/arrow.xcf
Normal file
BIN
gimp_saves/arrow.xcf
Normal file
Binary file not shown.
@@ -14,10 +14,10 @@
|
||||
</div>
|
||||
|
||||
<div id="movement_keys">
|
||||
<div id="key_up"></div>
|
||||
<div id="key_left"></div>
|
||||
<div id="key_down"></div>
|
||||
<div id="key_right"></div>
|
||||
<div id="key_up"><img src="/objects/textures/arrow.png" width="100%" height="100%"/></div>
|
||||
<div id="key_left"><img src="/objects/textures/arrow.png" width="100%" height="100%" style="transform: rotate(-90deg);"/></div>
|
||||
<div id="key_down"><img src="/objects/textures/arrow.png" width="100%" height="100%" style="transform: rotate(180deg);"/></div>
|
||||
<div id="key_right"><img src="/objects/textures/arrow.png" width="100%" height="100%" style="transform: rotate(90deg);"/></div>
|
||||
</div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
|
||||
|
||||
BIN
public/objects/textures/arrow.png
Normal file
BIN
public/objects/textures/arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
@@ -69,6 +69,7 @@ a {
|
||||
height: 50px;
|
||||
z-index: 102;
|
||||
background-color: #2E86AB;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#key_up{
|
||||
|
||||
Reference in New Issue
Block a user