A dungeon delver roguelike using Pathfinder 2nd edition rules
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding background for dungeon room

+2 -1
+2 -1
gb/Makefile
··· 48 48 49 49 NEEDED_GRAPHICS = \ 50 50 $(GENBACKGROUNDS)/title.tilemap \ 51 - $(GENBACKGROUNDS)/text-font.2bpp 51 + $(GENBACKGROUNDS)/text-font.2bpp \ 52 + $(GENBACKGROUNDS)/room.tilemap 52 53 53 54 $(GENSPRITES)/%.2bpp: $(RESSPRITES)/%.png | $(GENSPRITES) 54 55 $(GFX) -c '#fff,#cfcfcf,#686868,#000;' --columns -o $@ $<
gb/src/resources/backgrounds/room.png

This is a binary file and will not be displayed.