We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f82f9 commit f3ecfb3Copy full SHA for f3ecfb3
1 file changed
examples/rpg/rpg.bas
@@ -1,8 +1,6 @@
1
' ============================================================
2
' rpg/rpg.bas — MVP-2 Zelda-lite
3
'
4
-' Validates docs/map-format.md by walking the same MAP_* convention
5
-' used by shooter, but with:
6
' - 16x16 tiles (vs shooter's 32x32)
7
' - 16x32 character sprite
8
' - tile-based 4-direction movement with AABB-vs-solid collision
@@ -13,8 +11,6 @@
13
11
' SPACE interact (NPC, door, stairs)
14
12
' Q quit
15
16
-' Asset pack: ArMM1998 "Zelda-like Tilesets and Sprites" (OpenGameArt).
17
-' See manifest.txt + asset-spec.md for sheet inventory and tile-id picks.
18
19
20
#INCLUDE "../maplib.bas"
0 commit comments