Skip to content

Commit

Permalink
Make logos bigger on offline screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerMalmberg committed Aug 5, 2023
1 parent 559c8ef commit 94e77eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion external/du-libs
12 changes: 6 additions & 6 deletions src/screen/offline_layout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,31 @@ local layout = {
{
type = "text",
layer = 1,
pos1 = "(512,300)",
pos1 = "(512,500)",
text = "YFS - Offline",
font = "offline",
style = "offline"
},
{
type = "image",
layer = 2,
pos1 = "(332,100)",
dimensions = "(80,93.4)",
pos1 = "(260,180)",
dimensions = "(180,210)",
url = "assets.prod.novaquark.com/94617/dcf01ca2-4e9d-410c-ac90-f806634671d9.png",
style = "bkgDark"
},
{
type = "image",
layer = 2,
pos1 = "(612,100)",
dimensions = "(80,80)",
pos1 = "(640,180)",
dimensions = "(180,180)",
url = "assets.prod.novaquark.com/70604/92eeafe5-527f-49f5-af7a-cb0c4a771f5b.png",
style = "bkgDark"
},
{
type = "text",
pos1 = "(1004,593)",
text = "Screen code version: " .. ver.APP_VERSION,
text = ver.APP_VERSION,
layer = 1,
font = "version",
style = "version"
Expand Down

0 comments on commit 94e77eb

Please sign in to comment.