lib/yamg/yamg.yml in yamg-0.0.9 vs lib/yamg/yamg.yml in yamg-0.3.0
- old
+ new
@@ -4,16 +4,16 @@
# Main icon
icon:
path: 'icons' # path to icons folder
rounded: true # defaults to false
- background: false # or color RGB
+ background: false # nil or color RGBA
# Splash screen
splash:
- path: 'splash'
- background: '#fff6d5' # or color RGB
+ path: 'splash' # path to the splash assets folder
+ background: '#fff6d5' # nil or color RGBA
# Icon + name for instance
media:
path: 'media.png'
background: false
@@ -22,10 +22,13 @@
# What to do?
#
compile:
# Just remove if you don't need
+ # Preview to ./export/
+ raster: true
+
# Web projects
#
web: true
# Ruby on rails
rails:
@@ -55,13 +58,14 @@
# Compiles to media/facebook
facebook: true
# Custom icons/splash
# Compiles to media/*
- custom:
- icons: [32, 64, 128]
- medias: [400, 800]
+ # custom:
+ # icons: [32, 64, 128]
+ # medias: [400, 800]
# Custom screenshots
-screenshots:
- home:
- url: 'github.com'
+# screenshots:
+# home:
+# url: 'github.com'
+# size: [1280, 720]
\ No newline at end of file