Skip to content

Commit df277e8

Browse files
committed
added pywebview
added pywebview for compilation made the project list more responsive to window sizes
1 parent e8dc74a commit df277e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ button:active {
8989
.projectlist {
9090
background-color: #383838;
9191
position: fixed;
92-
width: 100vh;
92+
width: 50%;
9393
left: 40%;
9494
top: 160px;
9595
height: 60%;

index.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import webview
2+
3+
webview.create_window('Glunzunk Engine', url='index.html', background_color='#2C2C2C', width=1280, height=720)
4+
webview.start(private_mode=False)

0 commit comments

Comments
 (0)