Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 584 Bytes

File metadata and controls

20 lines (13 loc) · 584 Bytes

Boxed

For those of you new to LibGDX, just a few things...

  • Images, graphics, fonts, resources.. All of it goes into the Assets folder
  • Default android profile should be setup automatically.

To set up a Desktop profile (to run the LibGDX application on Desktop) do this:

Run > Edit Configurations

Press the top left green plus button > Application

Name Desktop

Main Class ... > DesktopLauncher

Working directory C:*your*project**folder*\android\assets*

Use classpath of module desktop

Apply > OK > DONE