diff --git a/allitems b/allitems index 1759a7a..49cae78 100644 --- a/allitems +++ b/allitems @@ -27,3 +27,4 @@ BSD SerenityOS Linux Kernel GMod +Zig diff --git a/items.db b/items.db index 96264a5..7f241a8 100644 --- a/items.db +++ b/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 diff --git a/wheel.py b/wheel.py index 3373e03..3732957 100644 --- a/wheel.py +++ b/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])