Merge branch 'main' into sprites

This commit is contained in:
cajun 2025-10-24 16:02:26 -05:00
commit 8c1a58ff3a
12 changed files with 10 additions and 10 deletions

BIN
Front/EEVEE_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
Front/GABITE_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

BIN
Front/MURKROW_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

BIN
Front/PACHIRISU_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

BIN
Front/XATU_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 B

BIN
Shiny/EEVEE_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
Shiny/GABITE_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

BIN
Shiny/MURKROW_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

BIN
Shiny/PACHIRISU_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

BIN
Shiny/XATU_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

View File

@ -399,63 +399,63 @@ canvas {
left: 1612px;
}
#spot1x {
z-index: 2;
z-index: 4;
position: absolute;
top: 1409px;
left: 1562px;
width: 48px;
}
#spot1y {
z-index: 2;
z-index: 4;
position: absolute;
top: 1431px;
left: 1562px;
width: 48px;
}
#spot2x {
z-index: 2;
z-index: 4;
position: absolute;
top: 1409px;
left: 1708px;
width: 48px;
}
#spot2y {
z-index: 2;
z-index: 4;
position: absolute;
top: 1431px;
left: 1708px;
width: 48px;
}
#spot3x {
z-index: 2;
z-index: 4;
position: absolute;
top: 1461px;
left: 1562px;
width: 48px;
}
#spot3y {
z-index: 2;
z-index: 4;
position: absolute;
top: 1483px;
left: 1562px;
width: 48px;
}
#spot4x {
z-index: 2;
z-index: 4;
position: absolute;
top: 1461px;
left: 1708px;
width: 48px;
}
#spot4y {
z-index: 2;
z-index: 4;
position: absolute;
top: 1483px;
left: 1708px;
width: 48px;
}
#btnRandom {
z-index: 3;
z-index: 4;
position: absolute;
top: 1505px;
left: 1622px;

File diff suppressed because one or more lines are too long