examples/storage/01-user: Set up for web builds.
Some checks are pending
Build (All) / Create test plan (push) Waiting to run
Build (All) / level1 (push) Blocked by required conditions
Build (All) / level2 (push) Blocked by required conditions

This commit is contained in:
Ryan C. Gordon 2026-06-19 00:10:56 -04:00
parent e19a6544a2
commit f8dc19e65a
No known key found for this signature in database
GPG key ID: FA148B892AB48044
4 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,7 @@
renderer
input
audio
storage
camera
asyncio
pen

View file

@ -0,0 +1,5 @@
This example code creates an SDL window and renderer, and waits for the user
to click on the window. By default, the window color is blue; When storage
succeeds, the window turns green, if it fails the window turns red and the
error message is logged. Left clicking will save a game, all other clicks
will load a game.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B