game designer

This commit is contained in:
2025-03-20 17:17:50 +02:00
parent 73ca07bcc0
commit 14f97924d3
11 changed files with 291 additions and 83 deletions
+6
View File
@@ -101,4 +101,10 @@ video{
&.Scene, &.GameObject, &.Task {
cursor: grabbing;
}
}
.game-designer-canvas{
width: 100%;
max-width: 100vw;
height: calc(100vh - 288px);
}