Start with debug gold

This commit is contained in:
Linus Probert 2019-05-10 12:51:42 +02:00
parent 67e29d609d
commit b00e607dec
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ player_create(class_t class, Camera *cam)
player->sprite = sprite_create();
#ifdef DEBUG
player->daggers = 10;
player->gold = 500;
#else
player->daggers = 0;
#endif