Attempt to improve performance
This commit is contained in:
parent
ff214a11ad
commit
dc8efafba5
6 changed files with 9 additions and 11 deletions
|
@ -76,7 +76,7 @@ release="compat"
|
|||
love_version="11.5"
|
||||
canvas_colour="54,69,79"
|
||||
text_colour="240,234,214"
|
||||
initial_memory=0
|
||||
initial_memory=96000000
|
||||
module_size=$($DU_CMD -b $love_file | awk '{print $1}')
|
||||
title=$(echo $name | sed -r 's/\<./\U&/g' | sed -r 's/-/\ /g')
|
||||
version=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue