From b3aa38a82c5108a95300136a9939bd4b69781466 Mon Sep 17 00:00:00 2001 From: Charlie Birks Date: Fri, 21 Feb 2020 17:24:56 +0000 Subject: [PATCH] Packed is the default now, shorten asset config --- assets.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets.yml b/assets.yml index 0e626b3..0a7d546 100644 --- a/assets.yml +++ b/assets.yml @@ -1,5 +1,3 @@ assets.cpp: prefix: asset_ - assets/buttons.png: - packed: true - name: buttons \ No newline at end of file + assets/buttons.png: buttons \ No newline at end of file