mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 15:14:19 +00:00
Fix 🐟 position
This commit is contained in:
parent
c0098799ad
commit
ede896afea
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
{
|
||||
color: #{{ fish.color }};
|
||||
position: absolute;
|
||||
top: {{ fish.position[0] }};
|
||||
left: {{ fish.position[1] }};
|
||||
top: {{ fish.position[1] }};
|
||||
left: {{ fish.position[0] }};
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue