Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
222 commits
Select commit Hold shift + click to select a range
36eb76b
cleaner logic
Jun 14, 2026
599a19d
Merge branch 'web-dashers:main' into main
yess44909 Jun 14, 2026
623d1f3
Robot gamemode
Jun 15, 2026
a88b3e8
Force GitHub Pages rebuild
Jun 15, 2026
09287fd
fix
yess44909 Jun 15, 2026
12ec36d
oooh
yess44909 Jun 15, 2026
c4b01fa
fix please
yess44909 Jun 15, 2026
e2ab16f
rebuild
Jun 15, 2026
c7f2b1a
rebuild
Jun 15, 2026
b63c6a1
Merge branch 'main' of https://github.com/yess44909/web-dashers.githu…
Jun 15, 2026
5a6cbd1
finally
Jun 16, 2026
fd2123d
Fix UFO physics, ball sprite behavior, and add saved levels menu with…
esmikl Jun 19, 2026
da11c12
Add Z and Enter key bindings to game scene
zainojdaf Jun 19, 2026
bdf1545
Add zKey and enterKey to macroBot recording conditions
zainojdaf Jun 19, 2026
47f082b
Add support for additional keys in game controls
zainojdaf Jun 19, 2026
5720df7
Add rightKey support for input handling
zainojdaf Jun 19, 2026
996bf8a
changed to ._rightKey instead of the bugged .rightKey
zainojdaf Jun 19, 2026
acb70c2
removed right key because it makes the game not load.
zainojdaf Jun 19, 2026
c823781
obj glow
TheBlehLollipop Jun 20, 2026
bfb7442
obj glow
TheBlehLollipop Jun 20, 2026
3e89c96
obj glow
TheBlehLollipop Jun 20, 2026
163f5dc
Add Object Glow toggle to visuals settings menu
esmikl Jun 20, 2026
dabdd0f
Re-apply glow visibility on level restart so the setting persists acr…
esmikl Jun 20, 2026
aa5e432
Add ESC key support for saved levels and create menus
esmikl Jun 20, 2026
a343d3a
Link scores button to webdemonlist.org leaderboard
esmikl Jun 20, 2026
1115c0b
Add stars system matching real Geometry Dash
esmikl Jun 20, 2026
c0eddcc
Move level select stars to top-right corner of card
esmikl Jun 20, 2026
86457ad
Add coin collection system with HUD, persistence, and level select di…
esmikl Jun 20, 2026
fc37543
Fix coin sprites and position on level select card
esmikl Jun 20, 2026
e5b719d
Remove coin HUD counter and hide coins on levels without them
esmikl Jun 20, 2026
9dbe0c1
Add 3 secret coins to main levels (Stereo Madness thru Fingerdash)
esmikl Jun 20, 2026
60959e7
Add custom respawn time setting to gameplay menu
esmikl Jun 20, 2026
fa44966
Require holding ESC to exit fullscreen
esmikl Jun 20, 2026
1ade0c5
Show 'Hold ESC to exit fullscreen' hint when entering fullscreen
esmikl Jun 20, 2026
18d5d1c
Revert "Show 'Hold ESC to exit fullscreen' hint when entering fullscr…
esmikl Jun 20, 2026
6df93d8
Lock all system keys in fullscreen so browser shows 'Hold Escape to e…
esmikl Jun 20, 2026
27b3d9e
Improve keyboard lock reliability with delay and feature detection
esmikl Jun 20, 2026
3affb7f
Use DOM-level hold-to-exit-fullscreen instead of Keyboard Lock API
esmikl Jun 20, 2026
e6bfe71
Re-enter fullscreen on quick ESC tap, only exit on hold
esmikl Jun 20, 2026
5fb4b96
Fix hold-to-exit-fullscreen with capture-phase preventDefault and cor…
esmikl Jun 20, 2026
658d240
Revert all hold-to-exit-fullscreen attempts
esmikl Jun 20, 2026
48a64f6
Fix music not playing — lvl[4] is now star count, not song filename
esmikl Jun 20, 2026
40be5a7
Fix music not playing in custom levels that use main level songs
esmikl Jun 20, 2026
9e8b5d0
Fix custom level song loading — await audio before scene restart
esmikl Jun 20, 2026
254bc1a
Add teleport portal support (object ID 747)
esmikl Jun 20, 2026
4bfde61
Fix teleport portal to use linked exit portal's Y position
esmikl Jun 20, 2026
1322c1e
Fix teleport portals by tracking exit portals (749) directly
esmikl Jun 20, 2026
d4b6361
Add debug logging for teleport portal resolution
esmikl Jun 20, 2026
f9a9f43
Revert "Add debug logging for teleport portal resolution"
esmikl Jun 20, 2026
2500d40
Revert "Fix teleport portals by tracking exit portals (749) directly"
esmikl Jun 20, 2026
e51d5d5
Revert "Fix teleport portal to use linked exit portal's Y position"
esmikl Jun 20, 2026
543d927
Revert "Add teleport portal support (object ID 747)"
esmikl Jun 20, 2026
f8858da
Add teleport portals ported from yess44909 fork
esmikl Jun 20, 2026
5da948a
Add map packs with real GD pack data
esmikl Jun 20, 2026
e08590c
Fix map packs overlapping — close pack list before opening level list
esmikl Jun 20, 2026
644457c
Revert "Fix map packs overlapping — close pack list before opening le…
esmikl Jun 20, 2026
4455ed8
Revert "Add map packs with real GD pack data"
esmikl Jun 20, 2026
24d7a26
Add gauntlets with paginated card UI
esmikl Jun 20, 2026
5c9fa08
Revert "Add gauntlets with paginated card UI"
esmikl Jun 20, 2026
233f616
Add quest system with 3 rotating quests and progress tracking
esmikl Jun 20, 2026
572d75a
Move quests to challenge button instead of daily button
esmikl Jun 20, 2026
78db5c9
Move star counter to top-left corner near icon garage
esmikl Jun 20, 2026
86e47dc
Move star counter to top-right of icon garage
esmikl Jun 20, 2026
d8c5319
Fix star counter position in icon garage — right-align below FPS
esmikl Jun 20, 2026
a47c69d
Add files via upload
zainojdaf Jun 20, 2026
e05920e
Update slopes
zainojdaf Jun 20, 2026
cb29d2b
Refactor slope handling and update comments
zainojdaf Jun 20, 2026
4630bc2
Remove old dev test levels after Fingerdash
esmikl Jun 20, 2026
939596d
Delete level files for removed test levels
esmikl Jun 20, 2026
631e70a
Delete song files for removed test levels
esmikl Jun 20, 2026
a8a8abb
Fix NCS/library songs not loading in custom levels
esmikl Jun 20, 2026
8bf8801
Fix library songs failing when song info returns -1
esmikl Jun 20, 2026
8934ed5
Try CDN fallback for all songs when Newgrounds URL fails
esmikl Jun 20, 2026
063db22
Switch song fetching from broken audio-proxy to corsfix proxy
esmikl Jun 20, 2026
70f6822
Add direct CDN fetch as final fallback when proxies return 403
esmikl Jun 20, 2026
1698424
Add CDN auth tokens to song URLs from GD server
esmikl Jun 20, 2026
7bf5662
Revert all changes after d8c5319
esmikl Jun 20, 2026
c05663b
Use local Bloodbath.mp3 for online levels with song ID 467339
esmikl Jun 20, 2026
8005e38
Remove custom levels from level select after Fingerdash
esmikl Jun 20, 2026
41e6dce
Add mana orbs system matching real GD orb values
esmikl Jun 20, 2026
e40ae40
Fix orb award positioning on level complete screen
esmikl Jun 20, 2026
832a6a6
Add orb counter to level select card
esmikl Jun 20, 2026
00435aa
Use mana orb sprite instead of diamond sprite
esmikl Jun 20, 2026
0641a9c
Award orbs incrementally on new best percentage
esmikl Jun 20, 2026
8b46ec5
Show actual earned orbs on level card based on best percentage
esmikl Jun 20, 2026
8d4150a
Allow pausing while dead
esmikl Jun 20, 2026
e9f0212
Fix orb values to match real GD and cap at 500
esmikl Jun 20, 2026
f2e822a
Use real GD 80/20 orb formula
esmikl Jun 20, 2026
9ae02a8
Add achievement system for all 21 main levels
esmikl Jun 20, 2026
8ba796a
Enable achievements button and add achievements screen
esmikl Jun 20, 2026
ae96fce
Redesign achievements screen to match real GD layout
esmikl Jun 20, 2026
9c7f35d
Fix achievement lock orientation and add gray cube icon
esmikl Jun 20, 2026
a02d9b8
Fix achievement lock icons — remove cube, fix rotation
esmikl Jun 20, 2026
b260fdb
Fix locked achievement icon being wide
esmikl Jun 20, 2026
55733e7
Add level info page for online levels
esmikl Jun 20, 2026
7e4ef86
Make level info a full page with back arrow instead of overlay
esmikl Jun 20, 2026
87a7517
Redesign level info page to match real GD layout
esmikl Jun 20, 2026
65a1300
Polish level info page to match real GD
esmikl Jun 20, 2026
0b92077
Replace table corners with ground square staircase decorations
esmikl Jun 20, 2026
e6f223a
Use GJ_sideArt corner pieces, move title and bars down
esmikl Jun 20, 2026
0a18291
Restyle song bar as a brown rounded card
esmikl Jun 20, 2026
a840f3b
Shrink song card width to match real GD
esmikl Jun 20, 2026
a573b06
Make song card taller and move progress bars down
esmikl Jun 20, 2026
c5b9b07
Shrink play button to 1.0 and move everything up
esmikl Jun 20, 2026
b7f33c7
Match back arrow to menu screen style
esmikl Jun 20, 2026
1896a2b
Use search tab back arrow sprite (GJ_arrow_01)
esmikl Jun 20, 2026
3082d74
Use creator layer gradient background on level info page
esmikl Jun 20, 2026
b08d16e
Use GJ_deleteBtn for X button on level info page
esmikl Jun 20, 2026
602691a
Delete button removes level from saved levels
esmikl Jun 20, 2026
c70ebf6
Rotate X and info buttons 90 degrees, move info button down
esmikl Jun 20, 2026
7529f81
Use folder icon for new folder button in saved tab
esmikl Jun 20, 2026
1dc3add
Align delete and info buttons horizontally with back button
esmikl Jun 20, 2026
a44a266
Change saved levels Play button to View, opening level info page
esmikl Jun 20, 2026
225786d
Fix NONG songs: add CDN auth and use corsfix proxy
esmikl Jun 21, 2026
2f7a8e7
Fix song loading: use audio-proxy for NG, corsfix for CDN only
esmikl Jun 21, 2026
de8bdee
Add robot gamemode from yess44909/web-dashers.github.io
esmikl Jun 21, 2026
cb517e5
Add robot portal hitbox to collider map
esmikl Jun 21, 2026
d12ff4a
Revert robot gamemode
esmikl Jun 21, 2026
3acbdc1
Add robot gamemode from yess44909 fork
esmikl Jun 21, 2026
707945a
Add NONG browser popup when clicking song name
esmikl Jun 21, 2026
6cb0d19
Fix NONG API query to filter by correct songID parameter
esmikl Jun 21, 2026
0018c67
Fetch NONG downloads directly without proxy
esmikl Jun 21, 2026
2a207d2
Fix NONG songs not playing in-game
esmikl Jun 21, 2026
c4ecf55
Fix NONG playback and persist selection state
esmikl Jun 21, 2026
85b9c66
Fix NONG buffer being wiped before level starts
esmikl Jun 21, 2026
2587ba6
Add NONG debug logging to startMusic
esmikl Jun 21, 2026
62d4d14
Add debug logging to _playOnlineBuffer
esmikl Jun 21, 2026
73e097e
Clean up NONG popup UI and add arrow navigation
esmikl Jun 21, 2026
2abbf83
Compress textures for faster loading
esmikl Jun 21, 2026
979a430
Fix object glow toggle not working
esmikl Jun 21, 2026
dd4b634
Fade out startpos UI after 5 seconds of inactivity
esmikl Jun 21, 2026
663cc33
update
zainojdaf Jun 21, 2026
a9d96b6
Update
zainojdaf Jun 21, 2026
502da91
Update README.md
TheBlehLollipop Jun 22, 2026
0b7102c
im done (if no bugs appear)
zainojdaf Jun 22, 2026
89d3e3b
fix ufo / ship tilting (its so bugged gng)
zainojdaf Jun 22, 2026
3bbc270
Adds my patches for invis spikes
picreatoragain Jun 22, 2026
1be7e94
Add Swing and Spider
Jun 22, 2026
9b7dcbb
add spider and swing
Jun 22, 2026
5a8d85a
its better neow
yess44909 Jun 22, 2026
1b8b73b
icon kit
Jun 23, 2026
30d9a6a
icon kit
Jun 23, 2026
cdd4402
fixed small bugs
zainojdaf Jun 23, 2026
a4df6d7
update
zainojdaf Jun 23, 2026
64f75c3
Update ship hitbox
zainojdaf Jun 23, 2026
73d7ac1
hitbox is bugged :(
zainojdaf Jun 23, 2026
72592fe
last fix?
zainojdaf Jun 23, 2026
80ef4f1
changed some shit
zainojdaf Jun 23, 2026
e5194b0
Remove unnecessary comments and clean up code
zainojdaf Jun 23, 2026
b828be1
GDWeb+ -> Lollipop Mod
TheBlehLollipop Jun 23, 2026
a4f5f29
Add files via upload
TheBlehLollipop Jun 23, 2026
7977659
Delete GJ_WebSheet.png
TheBlehLollipop Jun 23, 2026
0c335ad
Delete assets/sheets/GJ_WebSheet.png
TheBlehLollipop Jun 23, 2026
4907a1d
Fix title
TheBlehLollipop Jun 23, 2026
01228ec
Merge branch 'main' into main
zainojdaf Jun 24, 2026
fa15e0b
Merge pull request #1 from zainojdaf/main
zainojdaf Jun 24, 2026
0d3098d
higher quality PNG
yess44909 Jun 24, 2026
f899f65
uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuug
yess44909 Jun 24, 2026
ad40ffb
iconz
yess44909 Jun 24, 2026
c71dd3a
Delete assets/scripts directory
Ameth7st Jun 25, 2026
f48a88f
Add files via upload
Ameth7st Jun 25, 2026
3f5d049
Merge branch 'TheBlehLollipop:main' into main
Ameth7st Jun 25, 2026
23f683d
Delete assets/favicon.ico
Ameth7st Jun 25, 2026
07fb4de
Add files via upload
Ameth7st Jun 25, 2026
b7dc726
Merge pull request #2 from Ameth7st/main
TheBlehLollipop Jun 25, 2026
6e6d03b
Add files via upload
zainojdaf Jun 25, 2026
35ccea5
Merge branch 'main' into main
zainojdaf Jun 25, 2026
0af93ca
Merge pull request #4 from zainojdaf/main
zainojdaf Jun 25, 2026
37391fa
Enhance icon image creation for robot components
zainojdaf Jun 25, 2026
7544d84
Refactor robot icon rendering and limb handling
zainojdaf Jun 25, 2026
a34ffd8
Refactor robot limb rendering in game-scene.js
zainojdaf Jun 25, 2026
a0c1e74
Improve icon image rendering logic in game scene
zainojdaf Jun 25, 2026
980b89a
Improve robot icon rendering and hit area
zainojdaf Jun 25, 2026
8f007cc
Refactor robot icon rendering and scaling
zainojdaf Jun 25, 2026
7ac9311
Refactor icon rendering and hit area in game scene
zainojdaf Jun 25, 2026
e0a3dd9
Remove Z key from input handling
zainojdaf Jun 25, 2026
1d73d7c
stuff
zainojdaf Jun 26, 2026
ec1e537
Merge branch 'main' into main
zainojdaf Jun 26, 2026
f5b398d
Merge test pull request #5 from zainojdaf/main
zainojdaf Jun 26, 2026
1dab811
broke shit so reverted
zainojdaf Jun 26, 2026
c7d9539
Implement search overlay and input handling
zainojdaf Jun 26, 2026
beb0b50
Refactor cameraXRef getter syntax
zainojdaf Jun 26, 2026
aa57cd9
Remove redundant closing brace in game-scene.js
zainojdaf Jun 26, 2026
8cd4fb6
REVERT AGAIN!!!
zainojdaf Jun 26, 2026
e1ff891
Fix slope collisions for ship and wave gamemodes
BaritoniumGMD Jun 28, 2026
b4d31c5
Merge pull request #6 from BaritoniumGMD/main
yess44909 Jun 28, 2026
a00cb24
Fix move and rotate trigger bugs
yess44909 Jun 28, 2026
ff64cf3
Delete gdbrowser directory
zainojdaf Jun 29, 2026
f1c262c
Local state before sync with upstream
esmikl Jun 29, 2026
8795aac
Add .gitignore from fork
esmikl Jun 29, 2026
488231b
Merge remote-tracking branch 'origin/main'
esmikl Jun 29, 2026
7e4cc06
Sync with upstream web-dashers/web-dashers.github.io
esmikl Jun 29, 2026
258bbdb
Slope update (After 49083409 light years)
zainojdaf Jul 1, 2026
aaf5194
fix cube inside ufo
zainojdaf Jul 1, 2026
2315b4b
fix robot rotation on slopes and cube inside ufo AGAIN
zainojdaf Jul 1, 2026
e5db743
Adjust player sprite vertical position based on gravity
zainojdaf Jul 1, 2026
e53b525
Fix sprite y-positioning for gravity effects
zainojdaf Jul 1, 2026
3434034
Implement UFO slope offset adjustment
zainojdaf Jul 1, 2026
301cdd8
Fix UFO slope offset calculation
zainojdaf Jul 1, 2026
427e0c1
Change UFO distance offset from 15 to 28
zainojdaf Jul 1, 2026
99f7e8f
Fix UFO slope offset calculation
zainojdaf Jul 1, 2026
186d45b
Update slopes description in README
zainojdaf Jul 1, 2026
716acf0
Adjust UFO slope offset distance value
zainojdaf Jul 1, 2026
1003939
Fix robot rotation
yess44909 Jul 1, 2026
4603801
UHD texture overlay system, graphics menu, and long-level optimizations
esmikl Jul 2, 2026
d214718
Merge upstream web-dashers/web-dashers.github.io (24 commits)
esmikl Jul 2, 2026
70627e1
Merge fork updates from GitHub (robot rotation, UFO slope fixes)
esmikl Jul 2, 2026
8029eed
get ready for uhd textures
TheBlehLollipop Jul 2, 2026
4ba8f9b
UHD Textures people
TheBlehLollipop Jul 2, 2026
195f4af
Port upstream's animated spider (automatons) onto the fork's spider p…
esmikl Jul 2, 2026
fd4da77
Merge README updates from GitHub
esmikl Jul 2, 2026
ea78ebb
Port upstream's animated robot rig and add spider icon selection
esmikl Jul 2, 2026
ad3c850
Add editor keybinds
esmikl Jul 2, 2026
55c394c
Editor keybinds: WASD = block move, Shift+WASD = fine step; WASD no l…
esmikl Jul 2, 2026
11b74f9
Editor keybinds: Q/E rotate selected object CCW/CW like GD
esmikl Jul 2, 2026
707e4d5
Editor: pads seat against the cell edge like real GD
esmikl Jul 2, 2026
2442835
Add level search-by-name results and fix blue pad gravity orientation
esmikl Jul 3, 2026
58ea167
Retrigger GitHub Pages deployment (previous run stalled in queued)
esmikl Jul 3, 2026
85b539a
Fix level info page close button deleting the saved-levels entry
esmikl Jul 3, 2026
2767ad7
Build out Quick Search UI, UHD hit-zone system, and social link cleanup
esmikl Jul 3, 2026
0a3c40e
Normalize level.js line endings to LF
esmikl Jul 3, 2026
e2f8c9d
Merge remote-tracking branch 'upstream/main'
esmikl Jul 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added GJ_GameSheet-uhd/blackCogwheel_01_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blackCogwheel_01_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blackCogwheel_02_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blackCogwheel_02_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blackCogwheel_03_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blackCogwheel_03_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/bladeTrap01_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/bladeTrap01_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/bladeTrap02_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/bladeTrap02_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/bladeTrap03_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/bladeTrap03_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blade_01_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blade_02_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blade_03_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blade_b_01_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blade_b_02_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/blade_b_03_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_01_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_02_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_02_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_03_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_03_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_04_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_04_color_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GJ_GameSheet-uhd/block001_05_001.png
Binary file added GJ_GameSheet-uhd/block001_05_color_001.png
Binary file added GJ_GameSheet-uhd/block001_06_001.png
Binary file added GJ_GameSheet-uhd/block001_06_color_001.png
Binary file added GJ_GameSheet-uhd/block001_07_001.png
Binary file added GJ_GameSheet-uhd/block001_07_color_001.png
Binary file added GJ_GameSheet-uhd/block001_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block001_slope_01_color_001.png
Binary file added GJ_GameSheet-uhd/block001_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block001_slope_02_color_001.png
Binary file added GJ_GameSheet-uhd/block002_01_001.png
Binary file added GJ_GameSheet-uhd/block002_01_color_001.png
Binary file added GJ_GameSheet-uhd/block002_02_001.png
Binary file added GJ_GameSheet-uhd/block002_02_color_001.png
Binary file added GJ_GameSheet-uhd/block002_03_001.png
Binary file added GJ_GameSheet-uhd/block002_03_color_001.png
Binary file added GJ_GameSheet-uhd/block002_04_001.png
Binary file added GJ_GameSheet-uhd/block002_04_color_001.png
Binary file added GJ_GameSheet-uhd/block002_05_001.png
Binary file added GJ_GameSheet-uhd/block002_05_color_001.png
Binary file added GJ_GameSheet-uhd/block002_06_001.png
Binary file added GJ_GameSheet-uhd/block002_06_color_001.png
Binary file added GJ_GameSheet-uhd/block002_07_001.png
Binary file added GJ_GameSheet-uhd/block002_07_color_001.png
Binary file added GJ_GameSheet-uhd/block002_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block002_slope_01_color_001.png
Binary file added GJ_GameSheet-uhd/block002_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block002_slope_02_color_001.png
Binary file added GJ_GameSheet-uhd/block003_color_01_001.png
Binary file added GJ_GameSheet-uhd/block003_color_02_001.png
Binary file added GJ_GameSheet-uhd/block003_color_03_001.png
Binary file added GJ_GameSheet-uhd/block003_color_04_001.png
Binary file added GJ_GameSheet-uhd/block003_color_05_001.png
Binary file added GJ_GameSheet-uhd/block003_color_06_001.png
Binary file added GJ_GameSheet-uhd/block003_part01_001.png
Binary file added GJ_GameSheet-uhd/block003_part02_001.png
Binary file added GJ_GameSheet-uhd/block003_part03_001.png
Binary file added GJ_GameSheet-uhd/block003_part04_001.png
Binary file added GJ_GameSheet-uhd/block003_part05_001.png
Binary file added GJ_GameSheet-uhd/block003_part06_001.png
Binary file added GJ_GameSheet-uhd/block003_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block003_slope_01_color_001.png
Binary file added GJ_GameSheet-uhd/block003_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block003_slope_02_color_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_01b_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_01c_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_01d_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_02b_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_02c_001.png
Binary file added GJ_GameSheet-uhd/block004_slope_02d_001.png
Binary file added GJ_GameSheet-uhd/block005_02_001.png
Binary file added GJ_GameSheet-uhd/block005_02_color_001.png
Binary file added GJ_GameSheet-uhd/block005_02b_001.png
Binary file added GJ_GameSheet-uhd/block005_03_001.png
Binary file added GJ_GameSheet-uhd/block005_03_color_001.png
Binary file added GJ_GameSheet-uhd/block005_04_001.png
Binary file added GJ_GameSheet-uhd/block005_04_color_001.png
Binary file added GJ_GameSheet-uhd/block005_04b_001.png
Binary file added GJ_GameSheet-uhd/block005_05_001.png
Binary file added GJ_GameSheet-uhd/block005_06_001.png
Binary file added GJ_GameSheet-uhd/block005_06_color_001.png
Binary file added GJ_GameSheet-uhd/block005_07_001.png
Binary file added GJ_GameSheet-uhd/block005_07_color_001.png
Binary file added GJ_GameSheet-uhd/block005_08_001.png
Binary file added GJ_GameSheet-uhd/block005_09_001.png
Binary file added GJ_GameSheet-uhd/block005_09_color_001.png
Binary file added GJ_GameSheet-uhd/block005_10_001.png
Binary file added GJ_GameSheet-uhd/block005_10_color_001.png
Binary file added GJ_GameSheet-uhd/block005_11_001.png
Binary file added GJ_GameSheet-uhd/block005_11_color_001.png
Binary file added GJ_GameSheet-uhd/block005_12_001.png
Binary file added GJ_GameSheet-uhd/block005_13_001.png
Binary file added GJ_GameSheet-uhd/block005_16_001.png
Binary file added GJ_GameSheet-uhd/block005_17_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_01_color_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_02_color_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_03_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_03_color_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_04_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_04_color_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_05_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_06_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_square_02_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_square_03_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_square_04_001.png
Binary file added GJ_GameSheet-uhd/block005_slope_square_05_001.png
Binary file added GJ_GameSheet-uhd/block005b_02_001.png
Binary file added GJ_GameSheet-uhd/block005b_02_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_02b_001.png
Binary file added GJ_GameSheet-uhd/block005b_03_001.png
Binary file added GJ_GameSheet-uhd/block005b_03_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_04_001.png
Binary file added GJ_GameSheet-uhd/block005b_04_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_04b_001.png
Binary file added GJ_GameSheet-uhd/block005b_05_001.png
Binary file added GJ_GameSheet-uhd/block005b_06_001.png
Binary file added GJ_GameSheet-uhd/block005b_06_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_07_001.png
Binary file added GJ_GameSheet-uhd/block005b_07_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_08_001.png
Binary file added GJ_GameSheet-uhd/block005b_09_001.png
Binary file added GJ_GameSheet-uhd/block005b_09_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_10_001.png
Binary file added GJ_GameSheet-uhd/block005b_10_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_11_001.png
Binary file added GJ_GameSheet-uhd/block005b_11_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_12_001.png
Binary file added GJ_GameSheet-uhd/block005b_13_001.png
Binary file added GJ_GameSheet-uhd/block005b_16_001.png
Binary file added GJ_GameSheet-uhd/block005b_17_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_01_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_02_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_03_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_03_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_04_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_04_color_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_05_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_06_001.png
Binary file added GJ_GameSheet-uhd/block005b_slope_square_03_001.png
Binary file added GJ_GameSheet-uhd/block005c_02_001.png
Binary file added GJ_GameSheet-uhd/block005c_03_001.png
Binary file added GJ_GameSheet-uhd/block005c_04_001.png
Binary file added GJ_GameSheet-uhd/block005c_06_001.png
Binary file added GJ_GameSheet-uhd/block005c_10_001.png
Binary file added GJ_GameSheet-uhd/block005c_11_001.png
Binary file added GJ_GameSheet-uhd/block005c_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block005c_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block005c_slope_square_03_001.png
Binary file added GJ_GameSheet-uhd/block006_01_001.png
Binary file added GJ_GameSheet-uhd/block006_02_001.png
Binary file added GJ_GameSheet-uhd/block006_03_001.png
Binary file added GJ_GameSheet-uhd/block006_04_001.png
Binary file added GJ_GameSheet-uhd/block006_05_001.png
Binary file added GJ_GameSheet-uhd/block006_06_001.png
Binary file added GJ_GameSheet-uhd/block006_07_001.png
Binary file added GJ_GameSheet-uhd/block006_08_001.png
Binary file added GJ_GameSheet-uhd/block006_09_001.png
Binary file added GJ_GameSheet-uhd/block006_10_001.png
Binary file added GJ_GameSheet-uhd/block006_11_001.png
Binary file added GJ_GameSheet-uhd/block006_12_001.png
Binary file added GJ_GameSheet-uhd/block006_13_001.png
Binary file added GJ_GameSheet-uhd/block006_14_001.png
Binary file added GJ_GameSheet-uhd/block006_15_001.png
Binary file added GJ_GameSheet-uhd/block006_16_001.png
Binary file added GJ_GameSheet-uhd/block006_17_001.png
Binary file added GJ_GameSheet-uhd/block006_18_001.png
Binary file added GJ_GameSheet-uhd/block006_19_001.png
Binary file added GJ_GameSheet-uhd/block006_20_001.png
Binary file added GJ_GameSheet-uhd/block006_21_001.png
Binary file added GJ_GameSheet-uhd/block006_22_001.png
Binary file added GJ_GameSheet-uhd/block006_23_001.png
Binary file added GJ_GameSheet-uhd/block006_24_001.png
Binary file added GJ_GameSheet-uhd/block006_25_001.png
Binary file added GJ_GameSheet-uhd/block006_26_001.png
Binary file added GJ_GameSheet-uhd/block006_color_01_001.png
Binary file added GJ_GameSheet-uhd/block006_color_02_001.png
Binary file added GJ_GameSheet-uhd/block006_color_03_001.png
Binary file added GJ_GameSheet-uhd/block006_color_04_001.png
Binary file added GJ_GameSheet-uhd/block006_color_05_001.png
Binary file added GJ_GameSheet-uhd/block006_color_06_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_01_color_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_02_color_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_square_01_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_square_02_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_square_03_001.png
Binary file added GJ_GameSheet-uhd/block006_slope_square_04_001.png
Binary file added GJ_GameSheet-uhd/block007_01_001.png
Binary file added GJ_GameSheet-uhd/block007_01_small_001.png
Binary file added GJ_GameSheet-uhd/block007_02_001.png
Binary file added GJ_GameSheet-uhd/block007_03_001.png
Binary file added GJ_GameSheet-uhd/block007_04_001.png
Binary file added GJ_GameSheet-uhd/block007_05_001.png
Binary file added GJ_GameSheet-uhd/block007_06_001.png
Binary file added GJ_GameSheet-uhd/block007_06_color_001.png
Binary file added GJ_GameSheet-uhd/block007_07_001.png
Binary file added GJ_GameSheet-uhd/block007_07_color_001.png
Binary file added GJ_GameSheet-uhd/block007_08_001.png
Binary file added GJ_GameSheet-uhd/block007_08_color_001.png
Binary file added GJ_GameSheet-uhd/block007_09_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_001_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_002_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_003_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_004_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_005_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_006_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_007_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_008_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_009_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_010_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_011_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_012_001.png
Binary file added GJ_GameSheet-uhd/block007_bgcolor_013_001.png
Binary file added GJ_GameSheet-uhd/block007_color_001_001.png
Binary file added GJ_GameSheet-uhd/block007_color_002_001.png
Binary file added GJ_GameSheet-uhd/block007_color_003_001.png
Binary file added GJ_GameSheet-uhd/block007_color_004_001.png
Binary file added GJ_GameSheet-uhd/block007_color_005_001.png
Binary file added GJ_GameSheet-uhd/block007_color_006_001.png
Binary file added GJ_GameSheet-uhd/block007_color_007_001.png
Binary file added GJ_GameSheet-uhd/block007_color_008_001.png
Binary file added GJ_GameSheet-uhd/block007_corner_001.png
Binary file added GJ_GameSheet-uhd/block007_slope_01_001.png
Binary file added GJ_GameSheet-uhd/block007_slope_01_color_001.png
Binary file added GJ_GameSheet-uhd/block007_slope_02_001.png
Binary file added GJ_GameSheet-uhd/block007_slope_02_color_001.png
Binary file added GJ_GameSheet-uhd/block007_slope_square_01_001.png
Binary file added GJ_GameSheet-uhd/block007_slope_square_02_001.png
Binary file added GJ_GameSheet-uhd/block007b_01_001.png
Binary file added GJ_GameSheet-uhd/block007b_01_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_02_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_03_001.png
Binary file added GJ_GameSheet-uhd/block007b_03_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_04_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_05_001.png
Binary file added GJ_GameSheet-uhd/block007b_05_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_06_001.png
Binary file added GJ_GameSheet-uhd/block007b_06_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_07_001.png
Binary file added GJ_GameSheet-uhd/block007b_07_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_08_001.png
Binary file added GJ_GameSheet-uhd/block007b_08_color_001.png
Binary file added GJ_GameSheet-uhd/block007b_bgcolor_01_001.png
Binary file added GJ_GameSheet-uhd/block007b_bgcolor_02_001.png
Binary file added GJ_GameSheet-uhd/block007b_bgcolor_03_001.png
Binary file added GJ_GameSheet-uhd/block007b_bgcolor_05_001.png
Binary file added GJ_GameSheet-uhd/block007b_bgcolor_06_001.png
Binary file added GJ_GameSheet-uhd/block007b_bgcolor_07_001.png
Binary file added GJ_GameSheet-uhd/block007b_bgcolor_08_001.png
Binary file added GJ_GameSheet-uhd/block008_02_001.png
Binary file added GJ_GameSheet-uhd/block008_02_color_001.png
Binary file added GJ_GameSheet-uhd/block008_03_001.png
Binary file added GJ_GameSheet-uhd/block008_03_color_001.png
Binary file added GJ_GameSheet-uhd/block008_04_001.png
Binary file added GJ_GameSheet-uhd/block008_04_color_001.png
Binary file added GJ_GameSheet-uhd/block008_05_001.png
Binary file added GJ_GameSheet-uhd/block008_05_color_001.png
Binary file added GJ_GameSheet-uhd/block008_06_001.png
Binary file added GJ_GameSheet-uhd/block008_06_color_001.png
Binary file added GJ_GameSheet-uhd/block008_06_color_b_001.png
Binary file added GJ_GameSheet-uhd/block008_07_001.png
Binary file added GJ_GameSheet-uhd/block008_07_color_001.png
Binary file added GJ_GameSheet-uhd/block008_08_001.png
Binary file added GJ_GameSheet-uhd/block008_08_color_001.png
Binary file added GJ_GameSheet-uhd/block008_09_001.png
Binary file added GJ_GameSheet-uhd/block008_10_001.png
Binary file added GJ_GameSheet-uhd/block008_11_001.png
Binary file added GJ_GameSheet-uhd/block008_color_05b_001.png
Binary file added GJ_GameSheet-uhd/block008_topcolor_01_001.png
Loading