Use spritesheets to reduce time spent sending PNG assets by 90+%

This commit is contained in:
Tad Hardesty
2018-05-09 19:34:57 -07:00
committed by letterjay
parent 3d0ae0255b
commit 111ad79eab
17 changed files with 351 additions and 133 deletions
+9
View File
@@ -445,3 +445,12 @@ GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
#define NO_INIT_PARAMETER "no-init"
#define EGG_LAYING_MESSAGES list("lays an egg.","squats down and croons.","begins making a huge racket.","begins clucking raucously.")
<<<<<<< HEAD
=======
// Used by PDA and cartridge code to reduce repetitiveness of spritesheets
#define PDAIMG(what) {"<span class="pda16x16 [#what]"></span>"}
//Filters
#define AMBIENT_OCCLUSION filter(type="drop_shadow", x=0, y=-2, size=4, border=4, color="#04080FAA")
>>>>>>> cf6f064... Use spritesheets to reduce time spent sending PNG assets by 90+% (#37399)