File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
tutorials/platform/android Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -181,16 +181,16 @@ Below we break-down the steps used to create the GLTF Viewer app.
181181
182182 Example:
183183
184- .. code-block :: java
185-
186- @Override
187- public List<String> getCommandLine(){
188- List<String> results = new ArrayList<>();
189- results.addAll(super.getCommandLine());
190- results.add("--main-pack");
191- results.add("res://foo.pck");
192- return results;
193- }
184+ .. code-block :: java
185+
186+ @Override
187+ public List<String > getCommandLine(){
188+ List<String > results = new ArrayList<> ();
189+ results. addAll(super . getCommandLine());
190+ results. add(" --main-pack" );
191+ results. add(" res://foo.pck" );
192+ return results;
193+ }
194194
195195 The instructions below and the sample app follow the first approach of creating the Godot project in the Android app's ``assets `` directory.
196196
You can’t perform that action at this time.
0 commit comments