sprout-as3-bundle 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
data/lib/sprout/as3/version.rb
CHANGED
@@ -11,7 +11,8 @@ project_model :model do |m|
|
|
11
11
|
m.background_color = '#FFFFFF'
|
12
12
|
m.width = 970
|
13
13
|
m.height = 550
|
14
|
-
# m.
|
14
|
+
# m.use_fdb = true
|
15
|
+
# m.use_fcsh = true
|
15
16
|
# m.src_dir = 'src'
|
16
17
|
# m.lib_dir = 'lib'
|
17
18
|
# m.swc_dir = 'lib'
|
@@ -25,7 +26,6 @@ project_model :model do |m|
|
|
25
26
|
# m.libraries << :corelib
|
26
27
|
end
|
27
28
|
|
28
|
-
|
29
29
|
desc 'Compile and debug the application'
|
30
30
|
debug :debug
|
31
31
|
|