Restructure project as Worldshaper

This commit is contained in:
Andraxion 2026-06-26 20:30:30 -04:00
parent ab891a315c
commit b4dbd4ee8e
583 changed files with 279 additions and 189269 deletions

View file

@ -99,7 +99,7 @@ h2 {
inset 0 1px 0 rgba(255, 255, 255, 0.12);
overflow: hidden;
isolation: isolate;
animation: headerMapEditorGlow 3.8s ease-in-out infinite;
animation: headerWorldshaperStudioGlow 3.8s ease-in-out infinite;
}
.header-map-editor-btn::before {
@ -109,7 +109,7 @@ h2 {
background:
linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.16) 35%, transparent 62%);
transform: translateX(-140%);
animation: headerMapEditorShine 3.6s ease-in-out infinite;
animation: headerWorldshaperStudioShine 3.6s ease-in-out infinite;
pointer-events: none;
z-index: 0;
}
@ -133,7 +133,7 @@ h2 {
box-shadow: none;
}
@keyframes headerMapEditorGlow {
@keyframes headerWorldshaperStudioGlow {
0%, 100% {
box-shadow:
0 0 0 1px rgba(161, 255, 206, 0.14),
@ -148,7 +148,7 @@ h2 {
}
}
@keyframes headerMapEditorShine {
@keyframes headerWorldshaperStudioShine {
0%, 14% {
transform: translateX(-140%);
}
@ -317,17 +317,6 @@ button.danger:not(:disabled):hover {
gap: 0.25rem;
}
.wiki-link-row {
margin: 0.6rem 0 0;
color: var(--muted);
font-size: 0.92rem;
}
.wiki-link-row a {
color: #8fcaff;
font-weight: 700;
}
.status-text {
margin: 0;
color: var(--muted);
@ -1335,3 +1324,4 @@ button.danger:not(:disabled):hover {
.map-preview-viewport canvas {
display: block;
}