Day 1 done
This commit is contained in:
parent
4c67918f5d
commit
f1ea496e9b
3 changed files with 12 additions and 3 deletions
1
allitems
1
allitems
|
@ -27,3 +27,4 @@ BSD
|
|||
SerenityOS
|
||||
Linux Kernel
|
||||
GMod
|
||||
Zig
|
||||
|
|
10
items.db
10
items.db
|
@ -1,21 +1,29 @@
|
|||
Go
|
||||
Rust
|
||||
C
|
||||
BASIC
|
||||
Carbon
|
||||
Shell Script
|
||||
Perl
|
||||
R
|
||||
Dart
|
||||
Python
|
||||
C++
|
||||
Lua
|
||||
GDScript
|
||||
C#
|
||||
Scratch
|
||||
CH32
|
||||
ATMega328
|
||||
RP2040
|
||||
TI Graphing Calcluator
|
||||
UEFI
|
||||
Commodore 64
|
||||
Nintendo (tm)
|
||||
ESP32
|
||||
Windows
|
||||
Linux
|
||||
BSD
|
||||
SerenityOS
|
||||
Linux Kernel
|
||||
GMod
|
||||
Zig
|
||||
|
|
4
wheel.py
4
wheel.py
|
@ -8,8 +8,8 @@ import sys
|
|||
# Initialize Pygame
|
||||
pygame.init()
|
||||
|
||||
WIDTH = 1920
|
||||
HEIGHT = 1080
|
||||
WIDTH = 2560
|
||||
HEIGHT = 1440
|
||||
|
||||
# Set up the drawing window
|
||||
screen = pygame.display.set_mode([WIDTH, HEIGHT])
|
||||
|
|
Loading…
Reference in a new issue