fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Peas Physics sample error #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Download showcase sample
2. Try to change peas to chrome logo by commenting peas load image and 
uncommenting chrome logo image in Peas.java as following.

  //private static Image image = loadImage("pea.png");
   private static Image chrome = resolveImage("chrome.png");

What is the expected output? What do you see instead?

Change "resolveImage" by "loadImage" to make it work.

Original issue reported on code.google.com by pellegri...@sfeir.com on 3 Apr 2012 at 12:56

GoogleCodeExporter commented 9 years ago

Original comment by m...@samskivert.com on 22 Apr 2012 at 11:05