background: linear-gradient(-45deg, #0D0D1A, #1E0A3C, #2D1B69, #4A1259);
background-size: 400% 400%;
animation: aurora 12s ease infinite;
@keyframes aurora {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
top of page
COLORED STACK
This is a simple tower stacking game made using Unreal engine.
The 2D art assets i.e, the UI and Background elements were made on Photoshop.
bottom of page