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
|
SerenityOS
|
||||||
Linux Kernel
|
Linux Kernel
|
||||||
GMod
|
GMod
|
||||||
|
Zig
|
||||||
|
|
10
items.db
10
items.db
|
@ -1,21 +1,29 @@
|
||||||
Go
|
Go
|
||||||
Rust
|
|
||||||
C
|
C
|
||||||
BASIC
|
BASIC
|
||||||
|
Carbon
|
||||||
|
Shell Script
|
||||||
Perl
|
Perl
|
||||||
R
|
R
|
||||||
Dart
|
Dart
|
||||||
Python
|
Python
|
||||||
C++
|
C++
|
||||||
Lua
|
Lua
|
||||||
|
GDScript
|
||||||
C#
|
C#
|
||||||
Scratch
|
Scratch
|
||||||
CH32
|
CH32
|
||||||
ATMega328
|
ATMega328
|
||||||
RP2040
|
RP2040
|
||||||
TI Graphing Calcluator
|
TI Graphing Calcluator
|
||||||
|
UEFI
|
||||||
|
Commodore 64
|
||||||
Nintendo (tm)
|
Nintendo (tm)
|
||||||
ESP32
|
ESP32
|
||||||
Windows
|
Windows
|
||||||
|
Linux
|
||||||
BSD
|
BSD
|
||||||
SerenityOS
|
SerenityOS
|
||||||
|
Linux Kernel
|
||||||
|
GMod
|
||||||
|
Zig
|
||||||
|
|
4
wheel.py
4
wheel.py
|
@ -8,8 +8,8 @@ import sys
|
||||||
# Initialize Pygame
|
# Initialize Pygame
|
||||||
pygame.init()
|
pygame.init()
|
||||||
|
|
||||||
WIDTH = 1920
|
WIDTH = 2560
|
||||||
HEIGHT = 1080
|
HEIGHT = 1440
|
||||||
|
|
||||||
# Set up the drawing window
|
# Set up the drawing window
|
||||||
screen = pygame.display.set_mode([WIDTH, HEIGHT])
|
screen = pygame.display.set_mode([WIDTH, HEIGHT])
|
||||||
|
|
Loading…
Reference in a new issue