Start with debug gold
This commit is contained in:
parent
67e29d609d
commit
b00e607dec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue