diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-22 18:02:03 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-22 18:02:03 +0200 |
commit | e5ad6ac474423176f13a70ae30904aaa48365eda (patch) | |
tree | 40f9b0f8000c6e39f2bf74a4f7b8b4562a0913da /config/nauts/gramps.lua | |
parent | 118c64c62bb19239a28da08f928c2f8e74655f08 (diff) | |
download | roflnauts-e5ad6ac474423176f13a70ae30904aaa48365eda.zip roflnauts-e5ad6ac474423176f13a70ae30904aaa48365eda.tar.gz roflnauts-e5ad6ac474423176f13a70ae30904aaa48365eda.tar.bz2 |
Split portraits, menu now should use them
Diffstat (limited to 'config/nauts/gramps.lua')
-rw-r--r-- | config/nauts/gramps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nauts/gramps.lua b/config/nauts/gramps.lua index 51aa672..7bf7b29 100644 --- a/config/nauts/gramps.lua +++ b/config/nauts/gramps.lua @@ -3,6 +3,6 @@ return { name = "gramps", image = "assets/nauts/gramps.png", - portrait = 29, + portrait = "assets/portraits/gramps.png", available = true } |